5.8 KiB
5.8 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
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
Features
BREAKING CHANGES
- minimum supported
postcss
version is8.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
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)