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 |
|
Greg Johnston
|
4323e30133
|
fix tests
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
81c0947ce5
|
fix reactive styles
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
309a3d504a
|
fix: correctly rebuild reactive attributes to avoid stale signals
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
2a236e043a
|
type-erase RenderEffeect functions for binary size improvements
|
2024-08-01 19:42:21 -04:00 |
|
luoxiaozero
|
63f8da2fb5
|
feat: Attr exposes PhantomData field (#2641)
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
c9e32b66bf
|
chore(ci): remove warnings in tests
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
a32c71539d
|
feat: 0.7 query signals
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
f7ee0c4764
|
chore(ci): add Makefiles for smaller packages
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
7034375cdd
|
chore(ci): only run semver checks if not labeled 'breaking'
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
3c9c5aaf83
|
chore: clippy
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
ce832cef21
|
rename from new_serde to new
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
10230d6d65
|
remove most remaining marker/placeholder elements
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
e4d25608df
|
add trait impls and encodings for SharedValue
|
2024-08-01 19:42:21 -04:00 |
|