Skip to content

Releases: snabbdom/snabbdom-to-html

v3.0.0-beta.1

29 Aug 18:11
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

Changes

  • Update class module to replicate classList and match snabbdom behaviour (a6fc5ae)

v3.0.0-beta.0

23 Aug 18:50
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-release

Notable changes

  • Simpler module system using ES2015 Map (e276678).
  • Thunks support as in snabbdom 0.5.x (96727c6).
  • Bug fixes: corrected some wrong behaviours that would differ from snabbdom's (e01015a, 245e141, 611ea82)
  • Better testing (Travis integration) (c4662d2).
  • Module loading related problems should be fixed.

v2.1.3

08 Mar 21:16
Compare
Choose a tag to compare

Fixes

  • The innerHTML key in props gets handled correctly. See #9

Thanks to @axefrog

Tobies

06 Feb 18:06
Compare
Choose a tag to compare

Changes

Fixes

  • Add Babel build (in lib folder), meant for browsers and uglify-js (c33b647). See #6
  • Handle delayed and hook properties in style module (065bc98)

v2.0.0

15 Dec 22:22
Compare
Choose a tag to compare

Changes

Improvements

Fixes

  • Property names are no longer kebab-cased