Releases: geotrev/snabbdom-transform-jsx-props
Releases · geotrev/snabbdom-transform-jsx-props
v0.3.0
💥 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
0.2.2 (2023-04-16)
Dependency updates.
Release 0.2.1
0.2.1 (2022-12-03)
Bug Fixes
Release 0.1.3
0.1.3 (2022-01-26)
Bug Fixes
- corrects handling of 'data' prefix to not remove dataset prop (da9f54c)
Release 0.1.2
0.1.2 (2022-01-25)
Features
- adds style and class to module whitelist (cc53944)
Release 0.1.1
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
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)