dioxus/packages/mobile/CHANGELOG.md
2022-01-29 10:17:14 -05:00

8.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.

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)

v0.0.3 (2022-01-08)

Documentation

  • update cargo tomls
  • update local examples and docs to support new syntaxes
  • big updates to the reference

New Features

  • add update functionality to useref
  • omg what a dumb mistake

Bug Fixes

  • readme and examples syntax
  • keyword length
  • tags

Commit Statistics

  • 33 commits contributed to the release over the course of 151 calendar days.
  • 21 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release 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 (b804c69)
    • 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)
    • 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)
    • Merge pull request #74 from mrxiaozhuox/master (47056fd)
    • Merge pull request #80 from DioxusLabs/jk/router2dotoh (cdc2d8e)
    • Merge pull request #79 from DioxusLabs/jk/better_rehydration (34b0cb5)
    • fix typo in document (a17827f)
    • bump versions (b3b4c58)
    • bump mobile (b96491f)
    • mobile (95f01ae)
    • bump mobile (99d6409)
    • polish some more things (1496102)
    • readme and examples syntax (3dc0e59)
    • rename fc to component (1e4a599)
    • 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)
    • 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)
    • tags (a33f770)
    • 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)
    • update cargo tomls (e4c06ce)
    • 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)
    • update local examples and docs to support new syntaxes (4de16c4)
    • book documentation (16dbf4a)
    • add update functionality to useref (a2b0c50)
    • overhaul event system (7a03c1d)
    • bottom up dropping (f2334c1)
    • big updates to the reference (583fdfa)
    • cleanup workspace (8f0bb5d)
    • omg what a dumb mistake (f782e14)
    • solve some issues regarding listeners (dfaf5ad)
    • move CLI into its own "studio" app (fd79335)
    • groundwork for noderefs (c1afeba)

v0.0.0 (2021-12-15)

Bug Fixes

  • tags
  • keyword length

Documentation

  • update local examples and docs to support new syntaxes
  • big updates to the reference
  • update cargo tomls

New Features

  • add update functionality to useref
  • omg what a dumb mistake