dioxus/packages/html/CHANGELOG.md

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

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • 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)
    • bump versions (0846d93)
    • rename fc to component (1e4a599)
    • polish (8bf57dc)
    • docs and router (a5f05d7)
    • fake bubbling (11757dd)
    • events bubble now (f223406)
    • Merge branch 'master' of https://github.com/jkelleyrtp/dioxus (60d6eb2)
    • desktop and mobile (601078f)
    • 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)