Skip to content

Latest commit

 

History

History
215 lines (119 loc) · 7.57 KB

CHANGELOG.md

File metadata and controls

215 lines (119 loc) · 7.57 KB

Change Log

6.0.3

Patch Changes

  • Updated dependencies [83d3268]
    • stylehacks@6.0.3

6.0.2

Patch Changes

  • Updated dependencies [f233b22]
  • Updated dependencies [26bbbd3]
  • Updated dependencies [26bbbd3]
  • Updated dependencies [1ead72d]
    • stylehacks@6.0.2

6.0.1

Patch Changes

  • 18331a6: fix: update cssnano peer dependency to 8.4.31 to avoid security issue
  • Updated dependencies [18331a6]
    • stylehacks@6.0.1

6.0.0

Major Changes

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

Patch Changes

  • Updated dependencies [ca9d3f55]
    • stylehacks@6.0.0

5.1.7

Patch Changes

  • Updated dependencies
    • stylehacks@5.1.1

5.1.6

Patch Changes

  • fix: preserve hyphenated property case

5.1.5

Patch Changes

  • fix: preserve more color function fallbacks

5.1.4

Patch Changes

  • fix: update postcss-merge-longhand. It was skipped by mistake in the previous release.

5.1.3

Patch Changes

  • fix: correct package.json dependency version specifier

5.1.2

Patch Changes

  • fix: preserve custom property case

5.1.1

Patch Changes

  • fix: do not merge declarations containing custom properties when it might create invalid declarations

5.1.0

Minor Changes

  • feature: add TypeScript type declarations

Patch Changes

  • Updated dependencies
    • stylehacks@5.1.0

5.0.6

Patch Changes

  • Publish untranspiled CommonJS source
  • Updated dependencies
    • stylehacks@5.0.3

5.0.5

Patch Changes

  • refactor: remove implicit boolean conversion
  • refactor: replace array with set
  • Updated dependencies
    • stylehacks@5.0.2

5.0.4

Chore

  • 07172825ffbb4f4: postcss-merge-longhand: drop css-color-names dependency

[5.0.3]

Bug fixes

  • postcss-merge-longhand: prevent crash in some situations (#1222) (83009a)

5.0.2 (2021-05-19)

Bug Fixes

  • postcss-merge-longhand: mergeLonghand should not apply to CSS variables (#1057) (8aa64c7), closes #1051

5.0.1 (2021-04-26)

Bug Fixes

  • postcss-merge-longhand: mergeLonghand should not apply to CSS variables (#1057) (8aa64c7), closes #1051

5.0.0 (2021-04-06)

Note: Version bump only for package postcss-merge-longhand

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

Note: Version bump only for package postcss-merge-longhand

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

Note: Version bump only for package postcss-merge-longhand

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

Bug Fixes

  • postcss-merge-longhand: guard against missing border-width props (#744) (f050fdf)
  • postcss-merge-longhand: resolve crash on empty declarations (#770) (3652430)

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-merge-longhand: better handle uppercase properties and values (#703) (ceb24a1)
  • bug in merging border properties with custom properties (#653) (4bb8d5e)
  • preserve case of css custom variables. Fixes #648 (#649) (9aa2731)

4.1.7 (2018-10-22)

4.1.6 (2018-10-22)

Bug Fixes

4.1.5 (2018-10-17)

Bug Fixes

  • do not merge properties with unset (#633) (857075c)
  • separate custom props to their longhand representation and merge concrete values (#621) (1ebc319)

4.1.1 (2018-09-24)

4.1.0 (2018-08-24)

Bug Fixes

  • postcss-merge-longhand: Should not mangle borders (#579) (#583) (4d3b3f8)

4.0.5 (2018-07-30)

Bug Fixes

4.0.4 (2018-07-25)

Bug Fixes

  • don't drop border-width with custom property from border shorthand (#562) (24a4bb0)
  • not convert currentColor (#559) (#560) (81f488d)
  • not merge border properties if there is a shorthand property between them (#557) (#558) (28d89b0)

4.0.3 (2018-07-18)

Bug Fixes