mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
6.1 KiB
6.1 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.0 (2021-12-15)
Documentation
- update readme
- big updates to the reference
New Features
- fake bubbling
- events bubble now
- support innerhtml
- shared state mechanisms
- a cute crm
- svgs working in webview
- more suspended nodes!
- add aria
- buff up html allowed attributes
- beaf up the use_state hook
- enable arbitrary body in rsx! macro
Bug Fixes
- desktop and mobile
Commit Statistics
- 34 commits contributed to the release over the course of 160 calendar days.
- 32 commits where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
view details
- Uncategorized
- bump versions (
0846d93
) - rename fc to component (
1e4a599
) - polish (
8bf57dc
) - docs and router (
a5f05d7
) - fake bubbling (
11757dd
) - events bubble now (
f223406
) - Merge branch 'master' of https://github.com/jkelleyrtp/dioxus (
60d6eb2
) - desktop and mobile (
601078f
) - support innerhtml (
cfc24f5
) - major cleanups to scheduler (
2933e4b
) - more raw ptrs (
95bd17e
) - update readme (
285b33d
) - shared state mechanisms (
4a4c7af
) - fix web list issue (
da4423c
) - html package (
740cbd1
) - and publish (
51e2005
) - clean up the web module (
823adc0
) - a cute crm (
718fa14
) - examples (
1a2f91e
) - some ideas (
05c909f
) - big updates to the reference (
583fdfa
) - cleanup workspace (
8f0bb5d
) - svgs working in webview (
3bedcb9
) - more doc (
adf202e
) - more suspended nodes! (
de9f61b
) - solve some issues regarding listeners (
dfaf5ad
) - wip (
996247a
) - add aria (
4091846
) - more examples (
56e7eb8
) - buff up html allowed attributes (
c79d9ae
) - it works but the page is backwards (
cdcd861
) - use the new structure (
a05047d
) - beaf up the use_state hook (
e4cdb64
) - enable arbitrary body in rsx! macro (
7aec40d
)
- bump versions (