Skip to content

0.2.0

Compare
Choose a tag to compare
@bodil bodil released this 16 Mar 22:04
· 51 commits to master since this release
0.2.0

Added

  • Support for the Dodrio virtual DOM renderer: the dodrio_macro feature flag enables the typed_html::dodrio macro, which generates code to build a dodrio::Node directly, without going via VNodes. (#38)

Fixed

  • Added the missing attributes to the <video> tag, which was previously listed as having none. (#32)