Skip to content

Latest commit

 

History

History
232 lines (131 loc) · 13.6 KB

File metadata and controls

232 lines (131 loc) · 13.6 KB

Changes to PostCSS Gradients Interpolation Method

Unreleased (patch)

4.0.20

July 7, 2024

4.0.19

July 6, 2024

4.0.18

June 29, 2024

4.0.17

May 4, 2024

4.0.16

May 4, 2024

4.0.15

April 21, 2024

4.0.14

March 31, 2024

4.0.13

March 17, 2024

4.0.12

March 13, 2024

4.0.11

February 26, 2024

  • Improve the regex for gradient function detection

4.0.10

February 19, 2024

4.0.9

December 31, 2023

4.0.8

December 15, 2023

4.0.7

October 9, 2023

4.0.6

October 2, 2023

4.0.5

September 24, 2023

4.0.4

September 18, 2023

4.0.3

September 2, 2023

4.0.2

August 28, 2023

4.0.1

July 24, 2023

4.0.0

July 3, 2023

3.0.6

June 1, 2023

  • Updated @csstools/postcss-progressive-custom-properties to 2.3.0 (minor)

3.0.5

May 19, 2023

  • Updated @csstools/postcss-progressive-custom-properties to 2.2.0 (minor)
  • Updated @csstools/css-color-parser to 1.2.0 (minor)

3.0.4

April 17, 2023

  • Fix infinite loop when parsing gradient functions. (see : #948)

3.0.3

April 10, 2023

  • Updated @csstools/css-tokenizer to 2.1.1 (patch)
  • Updated @csstools/css-parser-algorithms to 2.1.1 (patch)
  • Updated @csstools/css-color-parser to 1.1.2 (patch)

3.0.2

April 10, 2023

  • Fix interpolation method longer, increasing,... for color stops with the same color.

3.0.1

March 28, 2023

  • Skip gamut mapping for interpolation color hints.

3.0.0

March 25, 2023

  • Handle color-mix() internally with @csstools/css-color-parser

2.0.1

January 28, 2023

  • Improve types declaration in package.json

2.0.0

January 24, 2023

  • Updated: Support for Node v14+ (major).

1.0.1

March 7, 2022

  • fix dependencies

1.0.0

March 4, 2022

  • Initial version