Skip to content

Latest commit

 

History

History
87 lines (45 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

87 lines (45 loc) · 2.73 KB

Change Log

6.0.1

Patch Changes

  • fix(postcss-reduce-idents): minify grid line names correctly

6.0.0

Major Changes

  • ca9d3f55: Switch minimum supported Node version to 14 for all packages

5.2.0

Minor Changes

  • feature: reduce grid-row and grid-column properties

5.1.0

Minor Changes

  • feature: add TypeScript type declarations

5.0.3

Patch Changes

  • Publish untranspiled CommonJS source

5.0.2

Patch Changes

  • refactor: remove implicit boolean conversion

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.1 (2021-05-19)

Note: Version bump only for package postcss-reduce-idents

5.0.0 (2021-04-06)

Note: Version bump only for package postcss-reduce-idents

5.0.0-rc.2 (2021-03-15)

Note: Version bump only for package postcss-reduce-idents

5.0.0-rc.1 (2021-03-04)

Note: Version bump only for package postcss-reduce-idents

5.0.0-rc.0 (2021-02-19)

Bug Fixes

chore

  • minimum require version of node is 10.13 (#871) (28bda24)

Features

BREAKING CHANGES

  • minimum supported postcss version is 8.2.1
  • minimum require version of node is 10.13

4.1.9 (2019-02-12)

Bug Fixes

  • postcss-reduce-idents: handle uppercase (#705) (ca38bd0)

4.1.1 (2018-09-24)

Bug Fixes