Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 729 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 729 Bytes

Changes to PostCSS Double Position Gradients

3.0.1 (November 18, 2021)

  • Added: Safeguards against postcss-values-parser potentially throwing an error.

  • Fixed: Issue with some gradients creating an infinite loop.

  • Updated: postcss-value-parser to 6.0.1 (patch)

  • Updated: eslint to 8.2.0 (major)

  • Updated: postcss to 8.3.11 (patch)

  • Removed: yarn.lock is no longer version controlled

3.0.0 (September 17, 2021)

  • Updated: Support for PostCS 8+ (major).
  • Updated: Support for Node 12+ (major).

2.0.0 (April 25, 2020)

  • Updated: postcss to 7.0.27 (patch)
  • Updated: postcss-value-parser to 3.2.1 (major)
  • Updated: Support for Node 10+ (major)

1.0.0 (October 28, 2018)

  • Initial version