Skip to content

Releases: sylvainpolletvillard/postcss-grid-kiss

v3.0.0

27 Sep 22:35
Compare
Choose a tag to compare

Upgrade to PostCSS 8.
See this article for what's new in PostCSS 8

v2.5.0

10 Sep 15:32
Compare
Choose a tag to compare
  • add dimensionParser option
  • the clean-up function for the dimensions input is now less agressive to enable custom syntaxes for dimensions. It should not impact you unless you have exotic characters in some of your grid layout dimensions that grid-kiss used to clean up for you before.

v2.2.0

19 Aug 18:43
Compare
Choose a tag to compare
  • allows single quotes for delimiting rows

v2.0.0

10 Jun 17:16
Compare
Choose a tag to compare

Node 4 Long Term Support has officially ended, so we removed support for it, hence the new major release.

  • Dropped support of Node 4-5, now require Node >= 6
  • Removed lots of dependencies, the library no longer requires a build step
  • Improved the edge cases of dimension parsing for rows and columns
  • Internal refactoring

v1.4.0

05 Jun 20:30
Compare
Choose a tag to compare
  • added selectorParser option

1.3.0

06 May 17:44
Compare
Choose a tag to compare
  • Updated to PostCSS 6 and caniuse-lite

v1.2.0

28 Mar 19:30
Compare
Choose a tag to compare
  • added selector helpers for nth-child() and nth-of-type()
  • always reduce calc() expressions to avoid issues on IE
  • updated playground

v1.1.0

19 Feb 11:41
Compare
Choose a tag to compare

v1.0.0

05 Feb 20:59
Compare
Choose a tag to compare

Now that CSS Grids are supported on Chrome, Firefox, Safari and Opera, it is time to move on to feature detection for Grid-kiss. It is also time to show the 1.0 flag now that the API is stable and well tested.

Grid-kiss 1.0 now uses browserslist configuration to automatically detect what fallbacks are needed.

  • screwIE option has been removed. Use browserslist config instead
  • fallback option is still here but we recommend using browserslist instead in the future
  • fix a bug with the optimize option when merging properties with minmax() values and whitespaces

v0.8.0

28 Jan 00:02
Compare
Choose a tag to compare
  • replace optimizeCalc option by a more generic optimize option
  • use postcss-merge-grid-template to optimize output