Releases: sylvainpolletvillard/postcss-grid-kiss
Releases · sylvainpolletvillard/postcss-grid-kiss
v3.0.0
Upgrade to PostCSS 8.
See this article for what's new in PostCSS 8
v2.5.0
- 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
- allows single quotes for delimiting rows
v2.0.0
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
- added
selectorParser
option
1.3.0
- Updated to PostCSS 6 and caniuse-lite
v1.2.0
- added selector helpers for
nth-child()
andnth-of-type()
- always reduce
calc()
expressions to avoid issues on IE - updated playground
v1.1.0
- greatly reduce the module size by moving the playground to an external repo: https://github.com/sylvainpolletvillard/grid-kiss-playground
- fixed
calc()
expression operators parsing in column dimensions
v1.0.0
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 insteadfallback
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
- replace
optimizeCalc
option by a more genericoptimize
option - use
postcss-merge-grid-template
to optimize output