mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-14 16:37:14 +00:00
7.4 KiB
7.4 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.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
Commit Statistics
- 36 commits contributed to the release over the course of 174 calendar days.
- 34 commits where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
view details
- Uncategorized
- update local examples and docs to support new syntaxes (
4de16c4
) - docs (
8814977
) - 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
) - 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
)
- update local examples and docs to support new syntaxes (
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