dioxus/CHANGELOG.md
Jonathan Kelley ce34d0dfcd Feat: WIP
2021-01-14 20:56:28 -05:00

347 B

Initial Release

  • (Macro) Tweak event syntax to not be dependent on wasm32 target (just return regular closures)
  • (Macro) Tweak component syntax to accept a new custom element
  • (Core) Introduce the VDOM and patch API for 3rd party renderers
  • (Web) Web-sys renderer and web tests
  • (Examples) Tide example with templating