You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e975567 - add rollup to express - regenerate express dist - update package.json to build and publish properly
b7d1ce0 - refactor volunteers example - update rollup with additional external libraries for example - update zod version and example lib version - rerun dist
74fa558 - refactor deno to use liveview factory methods and related changes - update deno to import nanoid via import map
c09b830 - minor LiveView documentation improvements - minor LiveSocket documentation improvements - removed old TODO from form control - add istanbul ignore for diffArrays2 - remove handling of Promises of HtmlSafeStrings and throw error instead telling dev to wrap in a Promise.all - add a couple of tests to htmlSafeString
d73c4a1 Create more robust generation of "myself" id for LiveComponents - use cid counter to track and calculate next component id - add test
40c76ef Add support for HtmlSafeStrings to support building Parts tree with Arrays<Promise> - add support for case without normal HtmlSafeStrings - add support for case with live components (encoded in HtmlSafeStrings)
6ba6c6a - clean up sendInternal cruft - use liveCompoent code to generate a compoent "class" since we don't have a constructor - revert diff back to original diffArray algo - update rollup config to make nanoid external - bump version to 0.4.1
ecda827 implement parts tree builder to make single static part directly into a string
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)