Skip to content

Latest commit

 

History

History
73 lines (27 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

73 lines (27 loc) · 2.24 KB

Change Log

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

[5.0.2] (2021-06-09)

Bug fixes

postcss-normalize-url: bump normalize-url dependency to 6.0.1 (#1142) (b60f54bed)

5.0.1 (2021-05-19)

Note: Version bump only for package postcss-normalize-url

5.0.0 (2021-04-06)

Note: Version bump only for package postcss-normalize-url

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

Note: Version bump only for package postcss-normalize-url

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

Note: Version bump only for package postcss-normalize-url

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

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

  • do not handle uppercase data URI in url function (#608) (c43be8d)
  • postcss-merge-longhand: not mangle border output (#555) (9a70605), closes #553 #554