epiphany/node_modules/@csstools/postcss-text-decoration-shorthand/CHANGELOG.md
2023-12-09 22:48:07 -08:00

1.9 KiB

Changes to PostCSS Text Decoration Shorthand

3.0.3

September 18, 2023

  • Improve performance

3.0.2

September 2, 2023

3.0.1

August 28, 2023

3.0.0

July 3, 2023

2.2.4

May 19, 2023

  • Updated @csstools/color-helpers to 2.1.0 (minor)

2.2.3

April 10, 2023

  • Updated: @csstools/color-helpers to v2.0.0

2.2.2

March 25, 2023

  • Add color-mix as a known color function.

2.2.1

February 13, 2023

  • Updated: preserve option defaults to true

2.2.0

February 2, 2023

  • Add: @csstools/color-helpers dependency for the named colors list.

2.1.0

January 28, 2023

  • Add: support for multiple line values (text-decoration: overline underline;)

2.0.1

January 28, 2023

  • Improve types declaration in package.json

2.0.0

January 24, 2023

  • Updated: Support for Node v14+ (major).
  • Add: -webkit-text-decoration shorthand for single value text-decoration: underline;. autoprefixer 1473

1.0.0

August 15, 2022

  • Initial version