Skip to content

Releases: dreipol/chaestli

v3.1.0

19 May 05:57
Compare
Choose a tag to compare
  • Add support for css variables (you can now pass css variables to the mixins)

v3.0.0

12 Feb 10:48
Compare
Choose a tag to compare

This version is a complete rewrite and it's not backward compatible make sure to use the https://github.com/dreipol/chaestli/tree/v2 branch for older projects

  • Switch from a flexbox grid to the modern display: grid.
  • Update the documentation with examples
  • Drop IE Support

v2.0.1

31 Jan 15:11
Compare
Choose a tag to compare

v2.0.0

31 Jan 15:12
Compare
Choose a tag to compare

See v2.0.1

v1.2.1

03 Sep 10:06
Compare
Choose a tag to compare

Changelog

  • Fix issue in grid--push and grid--pull not respecting given mq values

v1.2.0

09 Apr 15:51
Compare
Choose a tag to compare

Changelog

  • Add the grid--push and grid--pull methods #6

v1.0.1

15 Oct 11:36
Compare
Choose a tag to compare

Changelog

  • Improve source code merging (#3)

v1.0.0

11 Oct 06:25
Compare
Choose a tag to compare

Changelog

  • Remove the property overflow: hidden from the grid--container (#1)
  • Update npm dependencies

v0.0.6

05 May 09:18
Compare
Choose a tag to compare

Changelog

  • Pin [email protected] to prevent the occurence of a security vulnerability from a sub dependency version that is present in the following version range of node-sass: >4.6.1 to <5.0.0