Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 307 Bytes

CHANGELOG.md

File metadata and controls

8 lines (6 loc) · 307 Bytes

Changelog

1.0.0

Added

  • h and s functions, to safely create HTML and SVG elements, e.g. h('button'), s('circle').
  • h and s namespaces, with aliases to represent elements' types, e.g. h.Button, s.Circle.
  • element() function, to define custom components similar to native ones.