This project adheres to Semantic Versioning.
Added
- Support for configuring different grid specs across multiple breakpoints (#20)
- Use the
tidy-var()
function to retrieve option values in declarations (#27, #32) - Use the
debug
option to maintain the input declaration as a comment (#45, #48)
Changed
- Single offset values in
tidy-column
andtidy-offset
shorthand properties will now apply to all missing values (#25, #36)
Fixed
- Updates dependencies to fix known vulnerabilities (#26, #42)
tidy-*
functions nested within acalc()
function are properly detected and escaped (#34)- Shorthand properties now accept documented values (#36)
- Corrects an issue with unitless non-zero config values not being ignored (#39)
Removed
- The
addGap
option for automatically adding the grid gap margin to column elements (#24) - Support for Node 6 (#41)
Fixed
- Fixes an issue where only the first of multiple
tidy-
functions in the same declaration value was being processed (#22)
Changed
- Source map fixtures.
Fixed
- Fixes a JavaScript error when
tidy-
functions were used with nositeMax
option value (#18) - Improves handling of missing, zero, or invalid option values (#16)
Fixed
- Fixes an issue in the way Tidy Columns cloned nodes (#12)
Changed
- Updates tests and documentation (#10, #11)
Changed
inherit
no longer supported in shorthand properties; usenone
instead (#9)
Fixed
- Fixes issues with source mapping (#7)
- Corrects
tidy-column
shorthand replacement for thirdoffset-right
property (#6)
Fixed
- Corrects
tidy-column
shorthand matching and replacement (#5)
Removed
- Removes unused dependency (
object-assign
) (#4)
Added
- Adds support for CSS Custom Properties in
@tidy
rule values (#3)
Fixed
- Locally-scoped options not longer pollute global options (#2)
- Initial release