Skip to content

Tags: te-design-system/styled-css-grid

Tags

v1.2.1

Toggle v1.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: fix index.d.ts not being in dist (azz#56)

v1.2.0

Toggle v1.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: add typescript definitions (azz#54)

Add TypeScript definition file

v1.1.1

Toggle v1.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: update styled-components version to peerDependencies (azz#52)

v1.1.0

Toggle v1.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: add columnGap and rowGap props (azz#49)

This PR adds the `columnGap` and `rowGap` props to enable use of the [column-gap](https://mdn.io/column-gap) and [row-gap](https://mdn.io/row-gap) properties respectively. There are no defaults for these since `gap` already included that.

Closes azz#44.

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: use div as default component (azz#48)

* Change Cell to use div

BREAKING CHANGE: Anything relying on the Cell component rendering a `section` tag will need to be update to expect `div`s.

v0.11.2

Toggle v0.11.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: remove align-content style (azz#47)

* Remove align-content style

* Add snapshots

v0.11.1

Toggle v0.11.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: remove precise flag

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: fix typo

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support grid-gap row/columns (azz#39)

v0.9.0

Toggle v0.9.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: make it possible to pass numbers inside "rows" (azz#37)

* Allowing to pass numbers for rows

* Checking rows

* Allowing rows as numbers