You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
856 B
45 lines
856 B
|
2 years ago
|
# Changelog
|
||
|
|
|
||
|
|
## [Unreleased][]
|
||
|
|
|
||
|
|
## [3.1.0][] - 2022-06-03
|
||
|
|
|
||
|
|
### Added
|
||
|
|
|
||
|
|
- Add OKLCH and OKLab functions
|
||
|
|
([#4](https://github.com/niksy/css-functions-list/pull/4))
|
||
|
|
|
||
|
|
## [3.0.1][] - 2022-02-14
|
||
|
|
|
||
|
|
### Fixed
|
||
|
|
|
||
|
|
- Use `fileURLToPath` for location resolve
|
||
|
|
|
||
|
|
### Added
|
||
|
|
|
||
|
|
- Windows to CI matrix
|
||
|
|
|
||
|
|
## [3.0.0][] - 2022-02-03
|
||
|
|
|
||
|
|
### Changed
|
||
|
|
|
||
|
|
- **Breaking**: Only Node >= 12.22 is supported
|
||
|
|
|
||
|
|
### Added
|
||
|
|
|
||
|
|
- New additions to list
|
||
|
|
|
||
|
|
## [2.0.0][] - 2021-09-02
|
||
|
|
|
||
|
|
### Added
|
||
|
|
|
||
|
|
- Initial implementation
|
||
|
|
|
||
|
|
<!-- prettier-ignore-start -->
|
||
|
|
|
||
|
|
[2.0.0]: https://github.com/niksy/css-functions-list/tree/v2.0.0
|
||
|
|
[3.0.0]: https://github.com/niksy/css-functions-list/tree/v3.0.0
|
||
|
|
[3.0.1]: https://github.com/niksy/css-functions-list/tree/v3.0.1
|
||
|
|
[unreleased]: https://github.com/niksy/css-functions-list/compare/v3.1.0...HEAD
|
||
|
|
[3.1.0]: https://github.com/niksy/css-functions-list/tree/v3.1.0
|