mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
10 KiB
10 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.
Unreleased
Commit Statistics
- 1 commit contributed to the release over the course of 7 calendar days.
- 0 commits where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
view details
- Uncategorized
- Fix various typos and grammar nits (
9e4ec43
)
- Fix various typos and grammar nits (
v0.1.7 (2022-01-08)
Bug Fixes
- tests
Commit Statistics
- 1 commit contributed to the release over the course of 2 calendar days.
- 1 commit where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
view details
- Uncategorized
- tests (
bd341f5
)
- tests (
v0.1.1 (2021-12-15)
Documentation
- update local examples and docs to support new syntaxes
- improve docs
- big updates to the reference
- lib.rs docs
- move around examples
New Features
- it compiles once more
- massage lifetimes
- amazingly awesome error handling
- svgs working in webview
- mvoe away from compound context
- more suspended nodes!
- add aria
- enable arbitrary body in rsx! macro
v0.1.0 (2021-12-15)
Documentation
- update local examples and docs to support new syntaxes
- improve docs
- big updates to the reference
- lib.rs docs
- move around examples
New Features
- it compiles once more
- massage lifetimes
- amazingly awesome error handling
- svgs working in webview
- mvoe away from compound context
- more suspended nodes!
- add aria
- enable arbitrary body in rsx! macro
v0.0.1 (2022-01-03)
Documentation
- improve docs
- update local examples and docs to support new syntaxes
- big updates to the reference
- lib.rs docs
- move around examples
New Features
- it compiles once more
- massage lifetimes
- amazingly awesome error handling
- svgs working in webview
- mvoe away from compound context
- more suspended nodes!
- add aria
- enable arbitrary body in rsx! macro
Commit Statistics
- 40 commits contributed to the release over the course of 193 calendar days.
- 38 commits where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
view details
- Uncategorized
- remove runner on hook and then update docs (
d156045
) - polish some more things (
1496102
) - upgrade hooks (
b3ac2ee
) - docs (
8814977
) - prepare to change our fragment pattern. Add some more docs (
2c3a046
) - it compiles once more (
8acdd2e
) - some docs and suspense (
93d4b8c
) - docs and router (
a5f05d7
) - Merge branch 'master' into jk/remove_node_safety (
db00047
) - improve docs (
7800744
) - Various typos/grammar/rewording (
5747e00
) - bubbling in progress (
a21020e
) - update local examples and docs to support new syntaxes (
4de16c4
) - massage lifetimes (
9726a06
) - major cleanups to scheduler (
2933e4b
) - threadsafe (
82953f2
) - move macro crate out of core (
7bdad1e
) - amazingly awesome error handling (
4a72b31
) - some ideas (
05c909f
) - big updates to the reference (
583fdfa
) - docs, html! macro, more (
caf772c
) - cleanup workspace (
8f0bb5d
) - svgs working in webview (
3bedcb9
) - mvoe away from compound context (
a2c7d17
) - more suspended nodes! (
de9f61b
) - add aria (
4091846
) - more examples (
56e7eb8
) - more refactor for async (
975fa56
) - enable arbitrary body in rsx! macro (
7aec40d
) - move CLI into its own "studio" app (
fd79335
) - move some examples around (
98a0933
) - fix issues with lifetimes (
a38a81e
) - more examples (
11f89e5
) - lib.rs docs (
bf21c82
) - 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
) - docs (
f5683a2
)
- remove runner on hook and then update docs (