Skip to content

Releases: mrcgrtz/postcss-opacity-percentage

v3.0.0

03 Sep 16:23
4a63085
Compare
Choose a tag to compare

Breaking Change

Dropped support for Node 16

As postcss-preset-env dropped support for Node versions <18 with its latest major release, this package now also sets the minimum required Node version to 18.

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0

31 Jan 17:43
96ed941
Compare
Choose a tag to compare

Breaking Change

Dropped support for Node 12

As postcss-preset-env dropped support for Node 12 with its latest major release, this package drops support for this version as well.

What's Changed

Full Changelog: v1.1.3...v2.0.0

v1.1.3

16 Dec 13:43
c7e9b9a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

31 Jan 12:48
c25a386
Compare
Choose a tag to compare

What's Changed

  • Bump lint-staged from 12.3.1 to 12.3.2 by @dependabot in #16
  • Add Node 12 and Node 14 to supported engines, refs #17 in #18

Full Changelog: v1.1.1...v1.1.2

v1.1.1

26 Jan 09:15
e28657d
Compare
Choose a tag to compare

What's Changed

  • Fix default options parameter to avoid an issue with getting "preserved" from undefined (#15)
  • Update development dependencies by @dependabot:
    • Bump ava from 3.15.0 to 4.0.1
    • Bump c8 from 7.10.0 to 7.11.0
    • Bump clean-publish from 3.4.4 to 4.0.0
    • Bump lint-staged from 12.1.4 to 12.3.1

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

v1.1.0

29 Dec 11:21
94828cf
Compare
Choose a tag to compare

What's Changed

  • Add preserve option to keep original percentage value and use the float value as a fallback.
  • Update development dependencies by @dependabot:
    • Bump lint-staged from 11.2.6 to 12.1.4
    • Bump xo from 0.46.4 to 0.47.0
    • Bump clean-publish from 3.4.3 to 3.4.4

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

08 Nov 18:03
0f5604a
Compare
Choose a tag to compare

This is the initial release of postcss-opacity-percentage.