Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@justinfagnani justinfagnani released this 06 May 18:26
676c483

Added

  • Added readonly flag to PropertyLike, the common interface of variables, class fields, and function parameters. (#118)

  • Added support for describing the CSS Custom State of an element. (#128)

Fixed

  • Clarified that all attributes of a CustomElement must be listed in the the attributes array, even those reflected from a CustomElementField. (#126)