Skip to content

0.4.0

Choose a tag to compare

@github-actions github-actions released this 22 May 00:11
  • 9e5b754 use refactored @liveviewjs/examples
  • e980d0a refactored examples to use 0.4.0 liveviewjs API
  • 007a32d bump version to 0.4.0 and build dist files
  • 6540c78 format
  • 70a74d1 Fix diff of live component parts and string parts
  • e0a5e5e make live_component helper not care about TEvent and TInfo
  • 70d6199 fix diffing by saving full partsTree between renders and diffing new full parts tree
  • 4880477 - Work on making LiveComponents better supported - make handleEvent optional for LiveComponents - add createLiveComponent factory function - improve typing for LiveViewMeta - add event typing for future use - Add back diffing for parts - Fix LiveViewRouter typing for factory functions
  • 26094d1 Add TInfo type annotation to LiveComponentSocket; rename send to sendParentInfo and allow info event to be a string;
  • 1ef336a Add missing type annotation to socket type; add Matt P's code (commented out)
  • 48ef6f9 rebuilt dist
  • 577e506 test coverage updates
  • 8ebadf2 Add npm and node engines to package
  • 08e9f60 Some doc cleanup; Support string Info events; complete LiveViewSocket typing for BaseLiveViewSocket
  • 2fb854d refactor a couple of examples to use createLiveView factory function
  • 3c741b8 mess around with createLiveView factory function
  • 2d9d92b add ability to auto-info TInfos type in functional LiveView factory method
  • 8930228 add .npmrc
  • 5fd8fdf add functional createLiveView method; change order of mount params and related updates; tick minor version because of param ordering change
  • 30e0777 use deno browser js instead of github browser js
  • 70f58e3 use github hosted liveviewjs client code from examples
  • d531124 use npm hosted liveview libs in package.json
  • 7a7bb52 use 0.3.0 liveviewjs package
  • 45596d8 update import_map.json to use deployed 0.3.0 packages
  • 027995c fix readme