Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Releases: nuclei/grid

Update to css variables

09 Feb 21:18
Compare
Choose a tag to compare
  • Internally CSS Variables are now used, which reduces the code and how the styles are added to the component during the build step
  • Bugfix for a bug where gutter sizes depending on the size would not work.

Small fixes & improvements

16 Dec 19:14
Compare
Choose a tag to compare

Major Release

14 Oct 12:35
Compare
Choose a tag to compare
  • rowgutter and gutter are now breakpoint specific
  • gutter now only defines the grid-column-gap

Breakpoint fix, custom builds & attribute renaming

27 Sep 05:29
Compare
Choose a tag to compare

A smaller breakpoint unit like 1s is now also used for a larger breakpoint size like m, when no m breakpoint unit is specified

The column and row attribute on the grid children have been renamed to columns and rows

Add columns and rows attribute

19 Sep 06:54
Compare
Choose a tag to compare

The amount of columns and rows can be set via the columns and rows attributes on the <grid-container>.

Rewrote responsive behaviour

18 Sep 16:20
Compare
Choose a tag to compare
  • element queries for grids
  • breakpoints can be set globally or per grid
  • sizechange event when an element changes to a new breakpoint

First finalized API version

13 Sep 16:15
Compare
Choose a tag to compare