Skip to content

Plot 0.8.0

Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 09 May 18:36
· 70 commits to master since this release
61e8289
  • All HTML body elements now support the onclick attribute (by @8W9aG).
  • HTML forms now support the novalidate attribute (by @julianschiavo).
  • HTML <input> elements now support the placeholder attribute (by @julianschiavo).
  • The HTML aria-hidden accessibility attribute is now natively supported (by @julianschiavo).
  • The HTML <aside> element is now natively supported (by @l1ghthouse).
  • HTML body and form elements can now be freely mixed, and elements that typically appear within a form (such as <input>) can now appear anywhere within a page's <body>.

This release also includes documentation additions by @BastianInuk.