Skip to content

Latest commit

 

History

History
83 lines (47 loc) · 4.8 KB

File metadata and controls

83 lines (47 loc) · 4.8 KB

Changes to PostCSS Rewrite URL

2.1.0

November 30, 2024

  • Add support for rewriting url modifiers (e.g. rewrite-url('foo.png' --foo) -> rewrite-url('foo.png#foo'))
  • Document the syntax definition for rewrite-url()

2.0.4

November 1, 2024

2.0.3

October 23, 2024

2.0.2

October 10, 2024

2.0.1

August 18, 2024

2.0.0

August 3, 2024

1.1.4

July 6, 2024

1.1.3

June 29, 2024

1.1.2

May 4, 2024

1.1.1

May 4, 2024

1.1.0

March 19, 2024

  • Add support for early transforms in the Once hook. This allows you to transform rewrite-url() values before any other plugin runs.

1.0.0

March 17, 2024

  • Initial version