mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
14 KiB
14 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
Bug Fixes
- rustfmt
Commit Statistics
- 7 commits contributed to the release over the course of 19 calendar days.
- 1 commit where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
view details
- Uncategorized
- rustfmt (
43e78d5
) - Add gap and row_gap to style_trait_methods (
5f4a724
) - Merge pull request #111 from DioxusLabs/jk/props-attrs (
0369fe7
) - Fix various typos and grammar nits (
9e4ec43
) - Merge pull request #113 from DioxusLabs/jk/desktop-cursor-jump (
20a2940
) - feat(events:focus): add missing
onfocusin
event (007d06d
) - feat(example:todomvc): add editing support (
9849f68
)
- rustfmt (
v0.1.4 (2022-01-08)
Documentation
- update cargo tomls
- update readme
- big updates to the reference
New Features
- enable prevent_default everywhere
- eanble bubbling
- plug in bubbling
- 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
- component pass thru events
- make tests pass
- keyword length
- tags
- desktop and mobile
Commit Statistics
- 61 commits contributed to the release over the course of 184 calendar days.
- 52 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
) - enable prevent_default everywhere (
9dff700
) - 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
) - component pass thru events (
c439b0a
) - memoize dom in the prescence of identical components (
cb2782b
) - new versions of everything (
4ea5c99
) - bump all versions (
4f92ba4
) - update core, core-macro, and html (
f9b9bb9
) - eanble bubbling (
06276ed
) - plug in bubbling (
d84fc05
) - make tests pass (
75fa7b4
) - remove runner on hook and then update docs (
d156045
) - bump html crate (
18f1fa4
) - add more svg elements (
8f9a328
) - add more svg elements, update readme (
ad4a0eb
) - polish some more things (
1496102
) - upgrade hooks (
b3ac2ee
) - fix documentation page (
42c6d17
) - rename fc to component (
1e4a599
) - polish (
8bf57dc
) - prepare to change our fragment pattern. Add some more docs (
2c3a046
) - 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
) - 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
) - 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
) - fake bubbling (
11757dd
) - 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
) - Merge branch 'master' of https://github.com/jkelleyrtp/dioxus (
60d6eb2
) - update cargo tomls (
e4c06ce
) - desktop and mobile (
601078f
) - 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
) - bump versions (
0846d93
) - 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
)
- 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 (
v0.1.0 (2021-12-15)
Documentation
- update readme
- big updates to the reference
- update cargo tomls
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
- tags
- keyword length