dioxus/CHANGELOG.md

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

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