Skip to content

Latest commit

 

History

History
139 lines (74 loc) · 4.24 KB

CHANGELOG.md

File metadata and controls

139 lines (74 loc) · 4.24 KB

Change Log

7.0.0

Major Changes

  • 0d10597: chore: drop support for Node.js 14 and 16

6.1.0

Minor Changes

  • feat: add preset and plugin options for browserslist

Patch Changes

  • enable “go to definition” via declaration maps
  • fix: add missing type declarations to plugins with options

6.0.4

Patch Changes

  • 83d3268: chore: update autoprefixer and browerslist

6.0.3

Patch Changes

  • 3757056: fix: handle cases where AtRules might not have any children nodes

6.0.2

Patch Changes

  • 26bbbd3: chore: update minimum browserslist version to 4.22.2
  • 26bbbd3: chore: update postcss-selector-parser to 6.0.13

6.0.1

Patch Changes

  • 18331a6: fix: update cssnano peer dependency to 8.4.31 to avoid security issue
  • 18331a6: fix(postcss-convert-values): keep percent unit in @Property

6.0.0

Major Changes

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

5.1.3

Patch Changes

  • fix: update autoprefixer and browserslist

5.1.2

Patch Changes

  • chore: update TypeScript and improve types

5.1.1

Patch Changes

  • postcss-convert-values: preserve percentage sign on IE 11

5.1.0

Minor Changes

  • feature: add TypeScript type declarations

5.0.4

Patch Changes

  • Publish untranspiled CommonJS source

5.0.3

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.2 (2021-11-01)

Bug fixes

  • postcss-convert-values: preserve percentage-only properties (#1212) (8f3453)

5.0.1 (2021-05-19)

Note: Version bump only for package postcss-convert-values

5.0.0 (2021-04-06)

Note: Version bump only for package postcss-convert-values

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

Note: Version bump only for package postcss-convert-values

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

Note: Version bump only for package postcss-convert-values

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

Bug Fixes

  • Keep math functions together (#895) (4ddf843)
  • preservation of opacities defined as percentages (#881) (fd7b878)
  • units being removed in math functions (#894) (1ccbd5b)
  • postcss-convert-values: prevent zero units from being dropped in line-height. (#801) (d781855)

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.1 (2018-09-24)

Bug Fixes