Releases: csstools/stylelint-value-no-unknown-custom-properties
Releases · csstools/stylelint-value-no-unknown-custom-properties
v6.0.1
What's Changed
- Fix
@import
prelude parsing by @edoardocavazza in #36
New Contributors
- @edoardocavazza made their first contribution in #36
Full Changelog: v6.0.0...v6.0.1
v6.0.0
- Updated: peer
stylelint
to >=16 (breaking) - Removed
false
option, usenull
instead
5.0.0
What's Changed
- Ensure this can work with Stylelint 15 too. (thanks @alex-e-leon!)
- Updated dependencies to latest versions.
- Breaking: Dropping support for old Node versions.
New Contributors
- @alex-e-leon made their first contribution in #35
Full Changelog: 4.0.0...5.0.0
4.0.0
- Updated to use
postcss-value-parser
. - Updating to use common plugin layout. (thanks @jameschensmith!)
- Updating: peer
stylelint
to 14 (major). (thanks @oscarvz and @ronilaukkarinen!) - Updated: Engines to match PostCSS support
- Added resolver to resolve absolute path in
@import
(thanks @heroandtn3!)
New Contributors
- @hmsk made their first contribution in #1
- @chrsgrffth made their first contribution in #5
- @andgra made their first contribution in #9
- @ronilaukkarinen made their first contribution in #21
- @heroandtn3 made their first contribution in #20
- @doochik made their first contribution in #19
- @oscarvz made their first contribution in #18
- @jameschensmith made their first contribution in #25