Skip to content

Releases: goodguyry/postcss-tidy-columns

v0.4.1-beta-1

28 Sep 06:51
Compare
Choose a tag to compare
v0.4.1-beta-1 Pre-release
Pre-release

Added

  • Support for automatically duplicating declarations that should propagate through breakpoints (#52)

Fixed

  • Updates dependencies to fix known vulnerabilities (#55)

v0.4.0

26 Jun 00:52
Compare
Choose a tag to compare

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 and tidy-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 a calc() 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)

0.4.0 Beta-2

25 Feb 02:28
Compare
Choose a tag to compare
0.4.0 Beta-2 Pre-release
Pre-release

Changed

  • Single offset values in tidy-column and tidy-offset shorthand properties will now apply to both offsets (#25)

Fixed

  • Updates dev dependencies to fix known vulnerabilities (#26)

Removed

  • The addGap option for automatically adding the grid gap margin to column elements (#24)

0.4.0 Beta-1

25 Feb 02:25
Compare
Choose a tag to compare
0.4.0 Beta-1 Pre-release
Pre-release

Added

  • Support for configuring different gird spec across multiple breakpoints (#20)

v0.3.4

19 Jan 04:48
61007cc
Compare
Choose a tag to compare

Fixes an issue where only the first of multiple tidy- functions in the same declaration value was being processed (#22)

v0.3.3

25 Oct 05:19
Compare
Choose a tag to compare

Changed

  • Source map fixtures.

Fixed

  • Fixes a JavaScript error when tidy- functions were used with no siteMax option value (#18)
  • Improves handling of missing, zero, or invalid option values (#16)