dioxus-ssr-v0.1.2
版本发布时间: 2022-01-08 15:31:38
DioxusLabs/dioxus最新发布版本:v0.6.0-alpha.2(2024-08-08 07:39:58)
Documentation
- update cargo tomls
- update local examples and docs to support new syntaxes
- big updates to the reference
New Features
- make hydration more robust
- overhaul examples and clean things up
- enable children properly
- upgrade syntax
- support innerhtml
- add more to ssr renderer
- massage lifetimes
- some docs, cleaning
- a new vnode type for anchors
- code quality improvements for core
- mvoe away from compound context
- wire up resource pool
- omg what a dumb mistake
- rebuild doesn't return errors
- add aria
- buff up html allowed attributes
- enable components in ssr
- static node infrastructure and ssr changes
- todomvc
Bug Fixes
- lastnodewastext in ssr
- tests
- readme and examples syntax
- keyword length
- tags
Commit Statistics
- 84 commits contributed to the release over the course of 357 calendar days.
- 75 commits where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
view details
-
Uncategorized
- Release dioxus-html v0.1.4, dioxus-desktop v0.1.5, dioxus-hooks v0.1.6, dioxus-mobile v0.0.3, dioxus-router v0.1.0, dioxus-ssr v0.1.2, dioxus-web v0.0.4, dioxus v0.1.7 (a36dab7)
- Release dioxus-core v0.1.7, dioxus-core-macro v0.1.6, dioxus-html v0.1.4, dioxus-desktop v0.1.5, dioxus-hooks v0.1.6, dioxus-mobile v0.0.3, dioxus-router v0.1.0, dioxus-ssr v0.1.2, dioxus-web v0.0.4, dioxus v0.1.7 (40d1f85)
- Merge pull request #74 from mrxiaozhuox/master (47056fd)
- Merge pull request #80 from DioxusLabs/jk/router2dotoh (cdc2d8e)
- add palceholder as comment content (c6e917c)
- always add spacing comments between textnodes (b3a774b)
- lastnodewastext in ssr (dbb6e9b)
- make hydration more robust (bbb6ee1)
- new versions of everything (4ea5c99)
- bump all versions (4f92ba4)
- tests (bd341f5)
- ssr (a2317bf)
- overhaul examples and clean things up (420a30e)
- remove runner on hook and then update docs (d156045)
- arbitrary expressions excepted without braces (4c85bcf)
- readme and examples syntax (3dc0e59)
- enable children properly (b997b8e)
- fix ssr (ded9696)
- adjust memoization (e2e4d43)
- rename fc to component (1e4a599)
- Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.1 (2b92837)
- rename (36d89be)
- some docs and suspense (93d4b8c)
- move examples around (1e6e5e6)
- Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.0 (0d480a4)
- keyword length (868f673)
- docs and router (a5f05d7)
- upgrade syntax (fd93ee8)
- Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.0 (b32665d)
- tags (a33f770)
- Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.0 (3a706ac)
- update cargo tomls (e4c06ce)
- Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.0 (270dfc9)
- update local examples and docs to support new syntaxes (4de16c4)
- support innerhtml (cfc24f5)
- clean up and add lazy renderer (d4dcb17)
- add more to ssr renderer (63568c5)
- massage lifetimes (9726a06)
- threadsafe (82953f2)
- ssr (71f0df6)
- move macro crate out of core (7bdad1e)
- remove wildcards (10d335a)
- remove wildcard (ba8ced5)
- cleanup (1745a44)
- some ideas (05c909f)
- websys dom working properly (cfa0247)
- big updates to the reference (583fdfa)
- docs, html! macro, more (caf772c)
- cleanup workspace (8f0bb5d)
- some docs, cleaning (c321532)
- a new vnode type for anchors (d618092)
- fix styling for ssr (f14d4ef)
- making progress on diffing and hydration (49856cc)
- code quality improvements for core (00231ad)
- mvoe away from compound context (a2c7d17)
- wire up resource pool (31702db)
- more work on suspense and documentation (37ed4be)
- omg what a dumb mistake (f782e14)
- solve some issues regarding listeners (dfaf5ad)
- move things into a "shared" object (f644d7c)
- polish up some safety stuff and add suspense support in (ff1398b)
- rebuild doesn't return errors (f457b71)
- add aria (4091846)
- more examples (56e7eb8)
- buff up html allowed attributes (c79d9ae)
- it works but the page is backwards (cdcd861)
- ssr + tide (269e81b)
- enable components in ssr (bbcb5a0)
- static node infrastructure and ssr changes (9abb047)
- back to vnode enum (64f289a)
- rename ctx to cx (81382e7)
- more work on updating syntad (47e8960)
- massive changes to definition of components (508c560)
- more progress on parity docs. (c5089ba)
- dirty hack to enable send + sync on virtual dom (4d5c528)
- doesnt share on thread (fe67ff9)
- remove old code (3de54d0)
- Clean up repo a bit (a99147c)
- todomvc (cfa0927)
- todomvc (ce33031)
- building large apps, revamp macro (9f7f43b)
- include the helper (07341d2)
- update fc_macro (28ac37a)
- more docs, example, mroe nodes (d13e04c)