Skip to content

Tags: azz/styled-css-grid

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
azz Lucas Azzola
ci: upgrade semantic-release

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 (#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 (#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 (#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 (#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 #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 (#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 (#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 (#39)