1.9 KiB
1.9 KiB
Changes to PostCSS Text Decoration Shorthand
3.0.3
September 18, 2023
- Improve performance
3.0.2
September 2, 2023
- Updated
@csstools/color-helpers
to3.0.2
(patch)
3.0.1
August 28, 2023
- Updated
@csstools/color-helpers
to3.0.1
(patch)
3.0.0
July 3, 2023
- Change license to
MIT-0
(read more about this change in the blog post) - Updated
@csstools/color-helpers
to3.0.0
(major)
2.2.4
May 19, 2023
- Updated
@csstools/color-helpers
to2.1.0
(minor)
2.2.3
April 10, 2023
- Updated:
@csstools/color-helpers
tov2.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 totrue
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 inpackage.json
2.0.0
January 24, 2023
- Updated: Support for Node v14+ (major).
- Add:
-webkit-text-decoration
shorthand for single valuetext-decoration: underline;
. autoprefixer 1473
1.0.0
August 15, 2022
- Initial version