dioxus-web-v0.0.4
版本发布时间: 2022-01-08 15:31:40
DioxusLabs/dioxus最新发布版本:v0.6.0-alpha.2(2024-08-08 07:39:58)
Documentation
- fix the reference code
- update cargo tomls
- update local examples and docs to support new syntaxes
- lnks to projects
- big updates to the reference
- move around examples
New Features
-
handle bool attrs properly
-
make hydration more robust
-
overhaul examples and clean things up
-
more API updates
-
bubbling
-
upgrade syntax
-
events bubble now
-
support innerhtml
-
massage lifetimes
-
support desktop more completely
-
add update functionality to useref
-
shared state mechanisms
-
a cute crm
-
mutations
-
select figured out
-
re-enable suspense
-
amazingly awesome error handling
-
proper handling of events
-
mvoe away from compound context
-
make hooks free-functions
-
omg what a dumb mistake
-
suspense!
-
bless up, no more segfaults
-
more suspended nodes!
-
move over to push based mechanism
-
architecture document and edit list
-
it loads the doggos
-
task system works but I broke the other things :(
-
rebuild doesn't return errors
-
static node infrastructure and ssr changes
-
enable arbitrary body in rsx! macro
-
add edits back! and more webview support! This commit adds a new type - the DomEdit - for serializing the changes made by the diffing machine. The architecture of how DomEdits fit into the cooperative scheduling is still TBD but it will allow us to build change lists without applying them immediately. This is more performant and allows us to only render parts of the page at a time.
This commit also adds more infrastructure around webview. Dioxus can now run on the web, generate static pages, run in the desktop, and run on mobile, with a large part of thanks to webview.
-
move to slotmap
-
integrate serialization and string borrowing This commit adds lifetimes to the diff and realdom methods so consumers may borrow the contents of the DOM for serialization or asynchronous modifications.
-
events work again!
-
props memoization is more powerful This commit solves the memoization , properly memoizing properties that don't have any generic parameters. This is a rough heuristic to prevent non-static lifetimes from creeping into props and breaking our minual lifetime management.
Props that have a generic parameter are opted-out of the
partialeq
requirement and props without lifetimes must implement partialeq. We're going to leave manual disabling of memoization for future work. -
todomvc
-
somewhat working with rc and weak
Bug Fixes
- add exclusion list
- make tests pass
- readme and examples syntax
- keyword length
- tags
- all the bugs!
- append isnt backwards
Performance
- remove global allocation for props
Commit Statistics
- 203 commits contributed to the release over the course of 358 calendar days.
- 190 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)
- add exclusion list (2123228)
- handle bool attrs properly (8d685f4)
- Merge pull request #74 from mrxiaozhuox/master (47056fd)
- Merge pull request #80 from DioxusLabs/jk/router2dotoh (cdc2d8e)
- memoize dom in the prescence of identical components (cb2782b)
- make hydration more robust (bbb6ee1)
- new versions of everything (4ea5c99)
- bump all versions (4f92ba4)
- switch to log tracing (e2a6454)
- fix the reference code (3de776c)
- dioxus web (7abb3cc)
- dioxus web (c0cd50b)
- make tests pass (75fa7b4)
- overhaul examples and clean things up (420a30e)
- more API updates (a4f280d)
- get web ready gto publish (2d58d38)
- readme and examples syntax (3dc0e59)
- rip out unsafe task engine (c7d001c)
- upgrade to new version of dioxus core. (cda759c)
- clean it up a bit (fa106be)
- go back to noisy lifetime solution (8daf7a6)
- clean up the core crate (e6c6bbd)
- 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)
- bubbling (19df1bd)
- 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)
- events bubble now (f223406)
- 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)
- massage lifetimes (9726a06)
- move everything over to a stack dst (0e9d5fc)
- event system (1f22a06)
- support desktop more completely (efd0e9b)
- add update functionality to useref (a2b0c50)
- lnks to projects (460783a)
- overhaul event system (7a03c1d)
- threadsafe (82953f2)
- all the bugs! (478255f)
- ssr (71f0df6)
- shared state mechanisms (4a4c7af)
- fix web list issue (da4423c)
- move macro crate out of core (7bdad1e)
- clean up to web (b43a964)
- clean up the web module (823adc0)
- slightly simplify crm (f07e345)
- fix some event stuff for web and core (725b4a1)
- a cute crm (718fa14)
- on collaborative scheduling (1a32383)
- examples (1a2f91e)
- mutations (fac4233)
- performance looks good, needs more testing (4b6ca05)
- add test_dom (a652090)
- bottom up dropping (f2334c1)
- cleanup (1745a44)
- select figured out (84b5ddd)
- re-enable suspense (687cda1)
- fill out the snippets (6051b0e)
- amazingly awesome error handling (4a72b31)
- some ideas (05c909f)
- proper handling of events (d7940aa)
- websys dom working properly (cfa0247)
- big updates to the reference (583fdfa)
- broken diff (f15e1fa)
- cleanup workspace (8f0bb5d)
- changes to scheduler (098d382)
- web stuff (acad9ca)
- making progress on diffing and hydration (49856cc)
- mvoe away from compound context (a2c7d17)
- make hooks free-functions (e5c88fe)
- more work on suspense and documentation (37ed4be)
- omg what a dumb mistake (f782e14)
- suspense! (4837d8e)
- refactor (8b0eb87)
- bless up, no more segfaults (4a0068f)
- more suspended nodes! (de9f61b)
- more docs (34c3107)
- basic support for scheduled rendering (c52af22)
- move over to push based mechanism (80e6c25)
- solve some issues regarding listeners (dfaf5ad)
- architecture document and edit list (e723876)
- move to slab (6084fbc)
- change in cx to cx (9971ff2)
- move things into a "shared" object (f644d7c)
- it loads the doggos (abf4759)
- task system works (3a57b94)
- more overhaul on virtualevents (41cc429)
- more work on web (3bf19d8)
- ricraf polyfill (59219b9)
- ....sigh..... so the diffing algorithm is robust (68ed1c0)
- remove global allocation for props (8b3ac0b)
- ric_raf wired up (8b0d04c)
- rebuild doesn't return errors (f457b71)
- more examples (56e7eb8)
- tests and documentation (da81591)
- append isnt backwards (df8aa77)
- it works but the page is backwards (cdcd861)
- static node infrastructure and ssr changes (9abb047)
- more refactor for async (975fa56)
- enable arbitrary body in rsx! macro (7aec40d)
- working on async diff (f41cff5)
- move some examples around (98a0933)
- fix issues with lifetimes (a38a81e)
- groundwork for noderefs (c1afeba)
- more examples (11f89e5)
- add edits back! and more webview support! (904b26f)
- enable more diffing (e8f29a8)
- example (eb39b00)
- wip (952a91d)
- integrate signals (93900aa)
- move to slotmap (7665f2c)
- integrate serialization and string borrowing (f4fb5bb)
- more work on diffing machine (9813f23)
- rename ctx to cx (81382e7)
- move around examples (70cd46d)
- start moving events to rc
(b9ff95f) - rename recoil to atoms (36ea39a)
- more examples and docs (7fbaf69)
- more work on updating syntad (47e8960)
- some cleanup and documentation (517d7f1)
- docs (f5683a2)
- pre vnodes instead of vnode (fe6938c)
- events work again! (9d7ee79)
- props memoization is more powerful (73047fe)
- massive changes to definition of components (508c560)
- moving to IDs (79127ea)
- move to static props (c1fd848)
- doesnt share on thread (fe67ff9)
- parity document (ba97541)
- recoil (ee67654)
- buff the readme and docs (3cfa1fe)
- Todomvc in progress (b843dbd)
- introduce children for walking down the tree (0d44f00)
- Clean up repo a bit (a99147c)
- some code health (c28697e)
- major overhaul to diffing (9810fee)
- Wip (c809095)
- refactor a bit (2eeb8f2)
- todos (8c541f6)
- todomvc (cfa0927)
- todomvc (ce33031)
- more ergonomics, more examples (0bcff1f)
- building large apps, revamp macro (9f7f43b)
- more liveview and webview custom client (9b560df)
- livehost bones (7856f2b)
- some stuff related to event listeners. POC for lifecyel (5b7887d)
- diffing approach slightly broken (4e48e05)
- remove old macro (9d0727e)
- add deeply neste example (e66827e)
- update examples (39bd185)
- ensure mutabality is okay when not double-using the components (305ff91)
- somewhat working with rc and weak (d4f1cea)
- foregin eq from comparapable comp type. (ec801ea)
- staticify? (5ad8188)
- Feat: it's awersome (8dc2619)
- yeet, synthetic somewhat wired up (d959806)
- remove FC (92d9521)
- more cleanup (5a9155b)
- add context to builder (cf16090)
- listeners now have scope information (fcd68e6)
- broken, but solved (cb74d70)
- accept closures directly in handler (f225030)
- bug that phantom triggered events (07f671c)
- wowza got it all working (4b8e9f4)
- update readme and examples (ffaf687)
- view -> render (c8bb392)
- bump core version (6fabd8c)
- update and prep for dioxusweb (ab655ea)
- a few bugs, but the event system works! (3b30fa6)
- moving to CbIdx as serializable event system (e840f47)
- custom format_args for inlining variables into html templates (e4b1f6e)
- begin WIP on html macro (a8b1225)
- move webview logic into library (32b45e5)
- comments (18a7a1f)
- buff up examples and docs (8d3e2ad)
- wire up rebuild (06ae4fc)
- update websys with lifecycle (4d01455)
- fix internal lifecycle (5204862)
- add css example (edf09c1)
- WIP ctx (7a6aabe)
- desktop app wired up (b3e6886)
- re-enable stack machine approach (e3ede7f)
- WIP on deserialize (f22ff83)
- web example + cli writes to browser screen! (8439994)
- wire up a very basic dom updater (c4e8d8b)
- major overhaul to diffing, using a "diffing machine" now (4dfdf91)
- remove generic paramter on VDOM (4c291a0)
- wire up some of the changelist for diff (d063a19)
- event loop (ea2aa4b)
- Dioxus-webview (9c01736)
- more docs, dissolve vnode crate into dioxus-core (9c616ea)
- WIP (ce34d0d)