Skip to content

Releases: pveyes/htmr

v0.4.1

10 Nov 07:05
Compare
Choose a tag to compare

Bugfix

  • Replace encoded quote in style values

v0.4.0

17 Aug 04:23
Compare
Choose a tag to compare

Features

  • Support more attributes (mostly SVG attributes) with hypen and colon (e.g: fill-rule, link:role)

v0.3.1

14 Aug 13:20
Compare
Choose a tag to compare

Bugfix

  • Fix browser converter on self-closing element (#5)

v0.3.0

13 Aug 15:19
Compare
Choose a tag to compare

Feature

  • Add more attribute mapping

Bugfix

  • Fix comment parsing difference between server and browser
  • Fix browser bundle expects React to be available in window

v0.2.0

13 Aug 11:52
Compare
Choose a tag to compare

Feature

  • Create new browser bundle in lib/htmr.min.js
  • Improve browser bundle size down from 33kB to 1kB gzipped by using browser HTML parser (#1)

Fix self closing component

13 Aug 06:11
Compare
Choose a tag to compare
  • Fix previously converting and <iframe /> tags throws an error
  • Fix top level renderer null in some cases