Skip to content

Releases: posthtml/posthtml-components

v1.1.1

14 Feb 13:08
Compare
Choose a tag to compare

Fixed

  • fixed an issue with Yarn PnP 0c79060

Changed

  • updated dependencies

Full Changelog: v1.1.0...v1.1.1

v1.1.0 Stable Release

17 Mar 12:38
Compare
Choose a tag to compare
  • Add support for customizing posthtml-parser #31
  • Enable by default self-closing tag

First Stable Release

14 Mar 09:20
Compare
Choose a tag to compare
v1.0.0

Prepare for first stable release

Second Release Candidate

10 Mar 09:17
Compare
Choose a tag to compare
Pre-release
  • Fix issue with custom valid attributes
  • Added test for override options of valid attributes

First Release Candidate

07 Mar 14:51
Compare
Choose a tag to compare
Pre-release

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

06 Nov 05:54
f967aa3
Compare
Choose a tag to compare
16th Beta Release Pre-release
Pre-release
  • Fix aware props propagation
  • Add utility isEnabled to check if a prop is either <div myprop> or <div myprop="true">

15th Beta Release

04 Nov 08:01
975eb25
Compare
Choose a tag to compare
15th Beta Release Pre-release
Pre-release
  • Fix aware props must be available only to nested components

14th Beta Release

03 Nov 02:12
346ae05
Compare
Choose a tag to compare
14th Beta Release Pre-release
Pre-release
  • Fix node attributes not string: for example like tabindex="-1" or aria-disabled="true"

13th Beta Release

03 Nov 01:08
0749871
Compare
Choose a tag to compare
13th Beta Release Pre-release
Pre-release
  • Remove attributes that have "undefined" or "null" value

12th Beta Release

31 Oct 04:41
8f04b92
Compare
Choose a tag to compare
12th Beta Release Pre-release
Pre-release
  • Added more utilities