Releases: posthtml/posthtml-components
Releases · posthtml/posthtml-components
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
14th Beta Release
- Fix node attributes not string: for example like
tabindex="-1"
oraria-disabled="true"
13th Beta Release
- Remove attributes that have "undefined" or "null" value
12th Beta Release
- Added more utilities
11th Beta Release
- Add new options to pass utilities methods to script like lodash
mergeWith
andtemplate
- Allow to create a separated script file instead of
<script props>
inside component file - Add options for set props object name passed to
<script props>
, props object name of$slots
and props attribute name.
10th Beta Release
- Remove
computed:
andmerge:
by keeping this logic inside<script props>
.