Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 19:57
· 15 commits to main since this release

Deprecated

  • attr::charset_utf_8() and elt::meta_charset_utf_8()
    (renamed to attr::charset_utf8() and elt::meta_charset_utf8())

Added

  • implement Default for Element and Attribute
  • attr::none() for conditional rendering of an attribute
  • attr::disabled() and attr::autofocus()
  • attr::charset_utf8() and elt::meta_charset_utf8()
  • attr::autocomplete(type_: impl Into<Cow<'static, str>>), attr::autocomplete_on(), attr::autocomplete_off()