Skip to content

Latest commit

 

History

History
194 lines (116 loc) · 12.8 KB

File metadata and controls

194 lines (116 loc) · 12.8 KB

Changes to PostCSS Stepped Value Functions

4.0.8

April 19, 2025

4.0.7

February 23, 2025

4.0.6

December 27, 2024

4.0.5

November 11, 2024

4.0.4

November 1, 2024

4.0.3

October 23, 2024

4.0.2

October 10, 2024

4.0.1

August 18, 2024

4.0.0

August 3, 2024

3.0.10

July 6, 2024

3.0.9

June 29, 2024

3.0.8

May 4, 2024

3.0.7

May 4, 2024

3.0.6

March 13, 2024

3.0.5

February 19, 2024

3.0.4

December 31, 2023

3.0.3

December 15, 2023

3.0.2

September 24, 2023

3.0.1

July 24, 2023

3.0.0

July 3, 2023

2.1.1

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-calc to 1.1.1 (patch)

2.1.0

February 21, 2023

  • Removed: warnings on var() or otherwise unconvertible values (doesn't affect the output, non-breaking)
  • Added: @csstools/css-calc
  • Added: unit conversions (mod(735ms, 0.1s))

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

July 8, 2022

  • Fix case insensitive matching.

1.0.0

May 2, 2022

  • Initial version