Releases: posthtml/posthtml-components
Releases · posthtml/posthtml-components
v2.0.0
v2.0.0-beta.2
- chore: update package description 9732a70
- refactor: add
files
field in package.json fea2f3c - chore: export types in package.json 2fb61b7
- feat: add types 7feb3af
- chore: update readme.md 336558b
- refactor: rename
blacklistAttributes
toblocklistAttributes
0cd302e - build(deps-dev): update
posthtml-include
to 2.0.1 3d168d4 - feat: require node 18 907de89
v2.0.0-beta.1
v1.1.1
v1.1.0 Stable Release
- Add support for customizing posthtml-parser #31
- Enable by default self-closing tag
First Stable Release
v1.0.0 Prepare for first stable release
Second Release Candidate
- Fix issue with custom valid attributes
- Added test for override options of valid attributes
First Release Candidate
1.0.0-RC.1 (2023-03-08)
First Release Candidate
- Prevent attributes used for passing props from being added to first node
- Updated docs
16th Beta Release
- Fix aware props propagation
- Add utility
isEnabled
to check if a prop is either<div myprop>
or<div myprop="true">
15th Beta Release
- Fix aware props must be available only to nested components