mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-15 00:47:09 +00:00
11 KiB
11 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.0.0 (2021-12-15)
Documentation
- update local examples and docs to support new syntaxes
- lnks to projects
- update cargo tomls
New Features
- bubbling
- it properly bubbles
- upgrade syntax
- fake bubbling
- improve safety
- massage lifetimes
- support desktop more completely
- add update functionality to useref
- desktop functioning well
- shared state mechanisms
- mutations
- mvoe away from compound context
- omg what a dumb mistake
- bless up, no more segfaults
- wire up event delegator for webview
Bug Fixes
- really big bug around hooks
- desktop and mobile
- messed up how lifetimes worked, need to render once per component
- tags
- keyword length
Commit Statistics
- 58 commits contributed to the release over the course of 128 calendar days.
- 52 commits where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
view details
- Uncategorized
- 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
) - 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
) - rename fc to component (
1e4a599
) - polish (
8bf57dc
) - really big bug around hooks (
52c7154
) - better desktop support (
25a8411
) - bubbling (
19df1bd
) - move examples around (
1e6e5e6
) - updates to router (
bab21a0
) - docs and router (
a5f05d7
) - it properly bubbles (
9d8c5ca
) - upgrade syntax (
fd93ee8
) - fake bubbling (
11757dd
) - Merge branch 'master' into jk/remove_node_safety (
db00047
) - Merge branch 'master' of https://github.com/jkelleyrtp/dioxus (
60d6eb2
) - desktop and mobile (
601078f
) - slim down tokio (
e86c1d8
) - docs (
a42711a
) - improve safety (
fda2ebc
) - massage lifetimes (
9726a06
) - book documentation (
16dbf4a
) - more changes to scheduler (
059294a
) - messed up how lifetimes worked, need to render once per component (
ba9e1db
) - major cleanups to scheduler (
2933e4b
) - move everything over to a stack dst (
0e9d5fc
) - support desktop more completely (
efd0e9b
) - add update functionality to useref (
a2b0c50
) - lnks to projects (
460783a
) - desktop functioning well (
5502429
) - more example images (
2403990
) - overhaul event system (
7a03c1d
) - threadsafe (
82953f2
) - shared state mechanisms (
4a4c7af
) - clean up the web module (
823adc0
) - fix some event stuff for web and core (
725b4a1
) - mutations (
fac4233
) - add test_dom (
a652090
) - bottom up dropping (
f2334c1
) - cleanup (
1745a44
) - docs, html! macro, more (
caf772c
) - cleanup workspace (
8f0bb5d
) - clean up warnings (
b32e261
) - web stuff (
acad9ca
) - making progress on diffing and hydration (
49856cc
) - mvoe away from compound context (
a2c7d17
) - omg what a dumb mistake (
f782e14
) - refactor (
8b0eb87
) - bless up, no more segfaults (
4a0068f
) - wire up event delegator for webview (
7dfe89c
) - solve some issues regarding listeners (
dfaf5ad
) - more overhaul on virtualevents (
41cc429
) - groundwork for noderefs (
c1afeba
)
- 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 (