Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 1.59 KB

Changelog

0.0.10 — 2019-12-03

Added

  • Preliminary compositional CSSStyleDeclaration, DOMTStringMap, DOMTokenList and DOMNodeList abstractions.
  • Preliminary compositional support for pseudo.createElement(…).style attribute style properties (no case folding).

Improved

  • Compositional style and dataset properties in pseudo.Element to match the readonly and assignable behaviour of their native.Element counterparts.
  • Compositional append(…) and remove(…).

Fixed

  • Typo in README example createElement missing second argument.
  • Handling for pseudo.Element's append to automatically create Text nodes from non-Element values.
  • Handling for pseudo.Element's append to automatically create Text nodes from non-Element values.
  • Exposing append(…) from pseudo.Element not pseudo.Node.
  • Exposing remove() from pseudo.Node which always throws.

0.0.9 — 2019-10-09

Added

  • Preliminary compositional support for pseudo.createElement(…).dataset auto-prefixed data- attributes (no case folding).

0.0.8 — 2019-10-09

  • Refactor package following OCAP principles