stylelint-8-point-grid
Version:
Stylelint plugin to validate CSS with 8-point grid guideline
74 lines (44 loc) • 1.48 kB
Markdown
# Changelog
All changes on this project will be documented in this file.
## [5.0.1] - 2025-07-19
- Support stylelint v16
- Security updates: Updated cross-spawn and other dependencies to resolve vulnerabilities
- Improved README documentation with clearer examples and structure
- Added detailed limitations section explaining calc() and Sass variable handling
- Added best practices section for working with dynamic values
- Enhanced features section with better formatting
## [4.0.0] - April 12, 2025
- Support stylelint v15
- Drop support for stylelint v14 and below
## [3.0.0] - April 12, 2025
- Support stylelint v14
## [2.2.0] - Oct 5, 2022
- Support css logical properties
- Support custom properties
## [2.1.0] - Sept 13, 2021
- Improvements on error message
## [2.0.0] - Sept 12, 2021
- Improvements on handling rem values
## [1.0.0] - June 25, 2020
- Support rem values
- Update API
- whitelist -> allowlist
- ignore -> ignorelist
## [0.2.6] - April 17, 2020
- Fix compilation error
- Fix entry point path
## [0.2.5] - April 17, 2020
- Update linters
- Use typescript
## [0.2.4] - Feb 23, 2020
- Configure eslint
- Minor updates due to username change
## [0.2.3] - Sept 22, 2019
- Added changelog
- Fix validation of non-pixel values inside value list
## [0.2.2] - Oct 9, 2018
- Support top, right, bottom and left css properties
## [0.2.1] - Oct 6, 2018
- Ignore `calc` and saas variables
## [0.2.0] - Oct 4, 2018
- Initial release