Skip to content

Releases: geotrev/snabbdom-transform-jsx-props

v0.3.0

18 May 00:13
Compare
Choose a tag to compare

💥 BREAKING CHANGES

This release converts this package to a Snabbdom module proper. View the README for details.

✏️ Internal

Updates dependencies to recent versions.

Release 0.2.2

16 Apr 22:05
Compare
Choose a tag to compare

0.2.2 (2023-04-16)

Dependency updates.

Release 0.2.1

03 Dec 00:54
Compare
Choose a tag to compare

0.2.1 (2022-12-03)

Bug Fixes

Release 0.2.0

05 Jun 20:15
Compare
Choose a tag to compare

0.2.0 (2022-06-05)

Release 0.1.5

24 Feb 22:31
Compare
Choose a tag to compare

0.1.5 (2022-01-30)

Release 0.1.3

26 Jan 03:29
Compare
Choose a tag to compare

0.1.3 (2022-01-26)

Bug Fixes

  • corrects handling of 'data' prefix to not remove dataset prop (da9f54c)

Release 0.1.2

25 Jan 05:52
Compare
Choose a tag to compare

0.1.2 (2022-01-25)

Features

  • adds style and class to module whitelist (cc53944)

Release 0.1.1

25 Jan 05:47
Compare
Choose a tag to compare

0.1.1 (2022-01-25)

Performance

  • Removes unnecessary loops over white listed props. Now, automatically removes module props and operates over remaining props, interpreting prefixes and accepting a prop whitelist.

Release 0.1.0

24 Jan 02:51
Compare
Choose a tag to compare

0.1.0 (2022-01-24)

Features

  • adds support for specific properties and attributes (5a2e306)
  • adds transform function (98a3ef1)

Performance Improvements

  • adds benchmark tools and replaces regexp prop matching to string comparison (26d4ee9)