Skip to content

Releases: sylvainpolletvillard/postcss-grid-kiss

v3.0.0

Choose a tag to compare

@sylvainpolletvillard sylvainpolletvillard released this 27 Sep 22:35

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

v2.5.0

Choose a tag to compare

@sylvainpolletvillard sylvainpolletvillard released this 10 Sep 15:32
  • 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

Choose a tag to compare

@sylvainpolletvillard sylvainpolletvillard released this 19 Aug 18:43
  • allows single quotes for delimiting rows

v2.0.0

Choose a tag to compare

@sylvainpolletvillard sylvainpolletvillard released this 10 Jun 17:16

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

Choose a tag to compare

@sylvainpolletvillard sylvainpolletvillard released this 05 Jun 20:30
  • added selectorParser option

1.3.0

Choose a tag to compare

@sylvainpolletvillard sylvainpolletvillard released this 06 May 17:44
  • Updated to PostCSS 6 and caniuse-lite

v1.2.0

Choose a tag to compare

@sylvainpolletvillard sylvainpolletvillard released this 28 Mar 19:30
  • added selector helpers for nth-child() and nth-of-type()
  • always reduce calc() expressions to avoid issues on IE
  • updated playground

v1.1.0

Choose a tag to compare

@sylvainpolletvillard sylvainpolletvillard released this 19 Feb 11:41

v1.0.0

Choose a tag to compare

@sylvainpolletvillard sylvainpolletvillard released this 05 Feb 20:59

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

Choose a tag to compare

@sylvainpolletvillard sylvainpolletvillard released this 28 Jan 00:02
  • replace optimizeCalc option by a more generic optimize option
  • use postcss-merge-grid-template to optimize output