2021-12-15 16:04:27 -05:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
2022-01-08 02:25:03 -05:00
## v0.1.0 (2022-01-08)
2021-12-15 16:04:27 -05:00
### Documentation
- < csr-id-4de16c4779648e591b3869b5df31271ae603c812 /> update local examples and docs to support new syntaxes
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
2021-12-15 16:04:30 -05:00
- < csr-id-e4c06ce8e893779d2aad0883a1bb27d193bc5985 /> update cargo tomls
2021-12-15 16:04:27 -05:00
### New Features
- < csr-id-8acdd2ea830b995b608d8bac2ef527db8d40e662 /> it compiles once more
2022-01-08 02:25:03 -05:00
- < csr-id-427b126bc17336d5d14d56eb7fddb8e07752495f /> add prevent default attribute and upgrade router
- < csr-id-420a30e5d432722e9da16311deb6aa60ea46b0cb /> overhaul examples and clean things up
- < csr-id-a4f280d16399205c638033bf9beb858e478e98ff /> more API updates
2021-12-15 16:04:27 -05:00
### Bug Fixes
- < csr-id-58106a55291e90661e8901dd8900434c20a75576 /> router version
- < csr-id-52c7154897111b570918127ffe3285bb1d5951a0 /> really big bug around hooks
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
2021-12-15 16:05:20 -05:00
- < csr-id-a33f7701fcf5f917fea8719253650b5ad92554fd /> tags
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
2021-12-15 16:06:15 -05:00
- < csr-id-868f6739d2b2c5f2ace0c5240cff8008901e818c /> keyword length
2022-01-08 02:25:03 -05:00
- < csr-id-bd341f5571580cdf5e495379b49ca988fd9211c3 /> tests
- < csr-id-75fa7b4aa672a8a10afcd11016a1b80e0e6f0f02 /> make tests pass
- < csr-id-3dc0e59876f5aba88ed26f1bbd692820f239d4b0 /> readme and examples syntax
2021-12-15 16:04:27 -05:00
### Commit Statistics
< csr-read-only-do-not-edit / >
2022-01-08 02:30:37 -05:00
- 42 commits contributed to the release over the course of 352 calendar days.
2022-01-08 02:25:03 -05:00
- 35 commits where understood as [conventional ](https://www.conventionalcommits.org ).
2021-12-15 16:04:27 -05:00
- 0 issues like '(#ID )' where seen in commit messages
### Commit Details
< csr-read-only-do-not-edit / >
< details > < summary > view details< / summary >
* **Uncategorized**
2022-01-08 02:30:37 -05:00
- 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` ](https://github.comgit//DioxusLabs/dioxus/commit/a36dab7f45920acd8535a69b4aa3695f3bb92111 ))
2022-01-08 02:28:25 -05:00
- 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` ](https://github.comgit//DioxusLabs/dioxus/commit/40d1f85d0c3e2c9fd23c08840cca9f459d4e4307 ))
2022-01-08 02:25:03 -05:00
- add prevent default attribute and upgrade router ([`427b126` ](https://github.comgit//DioxusLabs/dioxus/commit/427b126bc17336d5d14d56eb7fddb8e07752495f ))
- memoize dom in the prescence of identical components ([`cb2782b` ](https://github.comgit//DioxusLabs/dioxus/commit/cb2782b4bb34cdaadfff590bfee930ae3ac6536c ))
- bump all versions ([`4f92ba4` ](https://github.comgit//DioxusLabs/dioxus/commit/4f92ba41602d706449c1bddabd49829873ee72eb ))
- tests ([`bd341f5` ](https://github.comgit//DioxusLabs/dioxus/commit/bd341f5571580cdf5e495379b49ca988fd9211c3 ))
- switch to log tracing ([`e2a6454` ](https://github.comgit//DioxusLabs/dioxus/commit/e2a6454527cb81d24f7bd2a097beb644f34e3c2d ))
- make tests pass ([`75fa7b4` ](https://github.comgit//DioxusLabs/dioxus/commit/75fa7b4aa672a8a10afcd11016a1b80e0e6f0f02 ))
- overhaul examples and clean things up ([`420a30e` ](https://github.comgit//DioxusLabs/dioxus/commit/420a30e5d432722e9da16311deb6aa60ea46b0cb ))
- remove runner on hook and then update docs ([`d156045` ](https://github.comgit//DioxusLabs/dioxus/commit/d1560450bac55f9566e00e00ea405bd1c70b57e5 ))
- arbitrary expressions excepted without braces ([`4c85bcf` ](https://github.comgit//DioxusLabs/dioxus/commit/4c85bcfdc84184b4fd0fb9317ba31fe569884890 ))
- add more svg elements, update readme ([`ad4a0eb` ](https://github.comgit//DioxusLabs/dioxus/commit/ad4a0eb3191cefcad3c570517f15f5c0fd7e8687 ))
- more API updates ([`a4f280d` ](https://github.comgit//DioxusLabs/dioxus/commit/a4f280d16399205c638033bf9beb858e478e98ff ))
- readme and examples syntax ([`3dc0e59` ](https://github.comgit//DioxusLabs/dioxus/commit/3dc0e59876f5aba88ed26f1bbd692820f239d4b0 ))
- upgrade to new version of dioxus core. ([`cda759c` ](https://github.comgit//DioxusLabs/dioxus/commit/cda759c659dfc4b1dde17e3896c35525005026df ))
2021-12-15 16:04:27 -05:00
- remove portals completely ([`2fd56e7` ](https://github.comgit//DioxusLabs/dioxus/commit/2fd56e76192bc70d5503bfcd6b4127d383dd082c ))
2022-01-08 02:25:03 -05:00
- miri stress tets ([`934de21` ](https://github.comgit//DioxusLabs/dioxus/commit/934de21dd673b1b79904a3249998427f11428426 ))
2021-12-15 16:04:27 -05:00
- go back to noisy lifetime solution ([`8daf7a6` ](https://github.comgit//DioxusLabs/dioxus/commit/8daf7a6ed86df72522b089aa2647eea7bee0f3b6 ))
- rename fc to component ([`1e4a599` ](https://github.comgit//DioxusLabs/dioxus/commit/1e4a599d14af85a2d1c29a442dd489f8dc8df321 ))
- docs ([`8814977` ](https://github.comgit//DioxusLabs/dioxus/commit/8814977eeebe06748a3b9677a8070e42a037ebd7 ))
2022-01-08 02:25:03 -05:00
- prepare to change our fragment pattern. Add some more docs ([`2c3a046` ](https://github.comgit//DioxusLabs/dioxus/commit/2c3a0464264fa11e8100df025d863931f9606cdb ))
2021-12-15 16:04:27 -05:00
- really big bug around hooks ([`52c7154` ](https://github.comgit//DioxusLabs/dioxus/commit/52c7154897111b570918127ffe3285bb1d5951a0 ))
2022-01-08 02:25:03 -05:00
- 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` ](https://github.comgit//DioxusLabs/dioxus/commit/2b928372fb1b74a4d4e220ff3d798bb7e52f79d2 ))
2021-12-15 16:04:27 -05:00
- it compiles once more ([`8acdd2e` ](https://github.comgit//DioxusLabs/dioxus/commit/8acdd2ea830b995b608d8bac2ef527db8d40e662 ))
- move examples around ([`1e6e5e6` ](https://github.comgit//DioxusLabs/dioxus/commit/1e6e5e611b61571f272289adefc9cdd7d59c4399 ))
2022-01-08 02:25:03 -05:00
- 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` ](https://github.comgit//DioxusLabs/dioxus/commit/0d480a4c437d424f0eaff486e510a8fd3f3e6584 ))
2021-12-15 16:04:27 -05:00
- updates to router ([`bab21a0` ](https://github.comgit//DioxusLabs/dioxus/commit/bab21a0aa1cbf8e6bd95f823e49f53c082e8d6cc ))
- add router ([`d298b62` ](https://github.comgit//DioxusLabs/dioxus/commit/d298b626d3ae21a39a8ec4426373369ac94edf9f ))
2022-01-08 02:25:03 -05:00
- keyword length ([`868f673` ](https://github.comgit//DioxusLabs/dioxus/commit/868f6739d2b2c5f2ace0c5240cff8008901e818c ))
2021-12-15 16:04:27 -05:00
- docs and router ([`a5f05d7` ](https://github.comgit//DioxusLabs/dioxus/commit/a5f05d73acc0e47b05cff64a373482519414bc7c ))
2022-01-08 02:25:03 -05:00
- 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` ](https://github.comgit//DioxusLabs/dioxus/commit/b32665d7212a5b9a3e21cb7af7abba63ae399fac ))
- tags ([`a33f770` ](https://github.comgit//DioxusLabs/dioxus/commit/a33f7701fcf5f917fea8719253650b5ad92554fd ))
- 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` ](https://github.comgit//DioxusLabs/dioxus/commit/3a706ac4168db137723bea90d7a0058190adfc3c ))
- update cargo tomls ([`e4c06ce` ](https://github.comgit//DioxusLabs/dioxus/commit/e4c06ce8e893779d2aad0883a1bb27d193bc5985 ))
- 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` ](https://github.comgit//DioxusLabs/dioxus/commit/270dfc9590b2354d083ea8da5cc0e1a1497d30e0 ))
- router version ([`58106a5` ](https://github.comgit//DioxusLabs/dioxus/commit/58106a55291e90661e8901dd8900434c20a75576 ))
- bump versions ([`0846d93` ](https://github.comgit//DioxusLabs/dioxus/commit/0846d93d41c27464ca271757c6f24a2cef8fb997 ))
- update local examples and docs to support new syntaxes ([`4de16c4` ](https://github.comgit//DioxusLabs/dioxus/commit/4de16c4779648e591b3869b5df31271ae603c812 ))
2021-12-15 16:04:27 -05:00
- rename ctx to cx ([`81382e7` ](https://github.comgit//DioxusLabs/dioxus/commit/81382e7044fb3dba61d4abb1e6086b7b29143116 ))
- more work on updating syntad ([`47e8960` ](https://github.comgit//DioxusLabs/dioxus/commit/47e896038ef3655566f3eda83d1d2adfefbc8862 ))
- massive changes to definition of components ([`508c560` ](https://github.comgit//DioxusLabs/dioxus/commit/508c560320d78730fa058156421523ffa5695d9d ))
- add router ([`6aeea9b` ](https://github.comgit//DioxusLabs/dioxus/commit/6aeea9b79081a2a711d8eee7e6edd299caf379ef ))
< / details >