Commit Graph

3883 Commits

Author SHA1 Message Date
Greg Johnston a2d8fde8cf docs: working on memo docs 2024-08-01 19:42:50 -04:00
Greg Johnston 44eae4c2ed `0.7.0-alpha` 2024-08-01 19:42:50 -04:00
Greg Johnston 38d51b01d7 feat: support reactive and asynchronous ProtectedRoute conditions 2024-08-01 19:42:49 -04:00
Greg Johnston 61876dff10 fix: correct For behavior when mounting with siblings, and when clearing 2024-08-01 19:42:49 -04:00
Ben Wishovich c676cf921d Make get_configuration sync (#2647)
* Made get_configuraiton sync

* Update examples
2024-08-01 19:42:49 -04:00
Greg Johnston fc59cdaf61 examples: update directives tests 2024-08-01 19:42:49 -04:00
Greg Johnston 081f4ec550 chore: cargo fmt 2024-08-01 19:42:49 -04:00
Greg Johnston 598c59b9c2 make RemoveEventHandler a concrete type 2024-08-01 19:42:49 -04:00
Greg Johnston 9de6c5bb4a feat: add ElementExt to give access to the same view APIs at runtime that we do at compile time 2024-08-01 19:42:49 -04:00
Greg Johnston f65eaec9ba feat: add ElementExt to give access to the same view APIs at runtime that we do at compile time 2024-08-01 19:42:49 -04:00
Greg Johnston 95756aa2f7 chore: cargo fmt 2024-08-01 19:42:49 -04:00
Greg Johnston fd121fd8c1 docs: warn on unused RenderEffect 2024-08-01 19:42:49 -04:00
Greg Johnston c1877354f0 chore: missing Debug implementations 2024-08-01 19:42:49 -04:00
Greg Johnston be92dc56aa chore: suppress unnecessary .into() warning 2024-08-01 19:42:49 -04:00
Greg Johnston 165a593b32 cargo fmt 2024-08-01 19:42:49 -04:00
Greg Johnston 18b33c7606 updated directives example 2024-08-01 19:42:49 -04:00
brofrain d2ee093132 fix: update HtmlViewState & BodyViewState as well 2024-08-01 19:42:49 -04:00
Kajetan Welc 83e0438527 fix: do not accidentally mount things before meta tags in the <head> when updating the DOM v2 2024-08-01 19:42:49 -04:00
Greg Johnston 095dc78893 remove log 2024-08-01 19:42:49 -04:00
Greg Johnston 3ebea79e05 preliminary work on directives (not useful yet until we have an ElementExt that allows you to do things declaratively from an Element 2024-08-01 19:42:49 -04:00
Greg Johnston fe7c7c3a99 omit () entirely if it is the only child of an HTML element 2024-08-01 19:42:49 -04:00
Greg Johnston 8b142c72f0 fix: don't override a text node's 'next sibling after text' position if it's in Either, now that they don't have separate marker nodes 2024-08-01 19:42:49 -04:00
Greg Johnston 70655b57b1 fix: do not accidentally mount things before meta tags in the <head> when updating the DOM 2024-08-01 19:42:49 -04:00
Greg Johnston c6192badfb fix docs for hydrate_islands 2024-08-01 19:42:49 -04:00
Greg Johnston 5b7f5e3db3 hackernews islands example 2024-08-01 19:42:49 -04:00
Greg Johnston ae14644806 update static file serving in Axum examples 2024-08-01 19:42:21 -04:00
Greg Johnston 7ca810d8bd fix islands ci setup 2024-08-01 19:42:21 -04:00
Greg Johnston 04e09d2005 fix: remove extra comment at end of Suspense now that Either no longer requires it 2024-08-01 19:42:21 -04:00
Greg Johnston 2916873985 feat: provide static file handling/fallback directly in integration 2024-08-01 19:42:21 -04:00
Greg Johnston 2a558aa3f0 islands example 2024-08-01 19:42:21 -04:00
Greg Johnston 36d16d9253 remove unused tests and dependencies 2024-08-01 19:42:21 -04:00
Greg Johnston 722fd0f6c2 fix: () in templates 2024-08-01 19:42:21 -04:00
Greg Johnston a42e371e79 chore: clippy 2024-08-01 19:42:21 -04:00
Greg Johnston 11119144d2 fix js-framework-benchmark for stable 2024-08-01 19:42:21 -04:00
Greg Johnston a0b158f016 update hackernews_axum to 0.7 2024-08-01 19:42:21 -04:00
Greg Johnston 8dc7338b85 fix ErrorBoundary starting in error state in CSR 2024-08-01 19:42:21 -04:00
Greg Johnston 737949cff6 fix example tests 2024-08-01 19:42:21 -04:00
Greg Johnston d7e17a2ec9 remove unnecessary logs 2024-08-01 19:42:21 -04:00
Greg Johnston 7c5b7fcbb1 update islands example 2024-08-01 19:42:21 -04:00
Greg Johnston 1182aff410 chore: unused hooks 2024-08-01 19:42:21 -04:00
Greg Johnston bdcd4cb1cc regression test for 7094dee150 2024-08-01 19:42:21 -04:00
Greg Johnston c74a791d9f fix: signals mark subscribers dirty, but don't say they're always dirty if they haven't changed 2024-08-01 19:42:21 -04:00
Greg Johnston 772a837050 make Routes fallback run lazily 2024-08-01 19:42:21 -04:00
Greg Johnston 92552deb0d make ErrorBoundary fallback run lazily 2024-08-01 19:42:21 -04:00
Greg Johnston 417d345b83 examples: errors_axum 2024-08-01 19:42:21 -04:00
Greg Johnston 3fb2d49d89 chore(ci): fix examples 2024-08-01 19:42:21 -04:00
Greg Johnston 27feaf4309 enable reactive-graph hydration when hydration is enabled 2024-08-01 19:42:21 -04:00
Greg Johnston 35f489a52e allow conversion directly from Arc signal types to MaybeSignal 2024-08-01 19:42:21 -04:00
Greg Johnston ba8bd2bc82 expose Owner::shared_context() 2024-08-01 19:42:21 -04:00
Greg Johnston 76506c03e1 0.7 Provider component 2024-08-01 19:42:21 -04:00