Skip to content

Releases: bikk-uk/react-css-grid

1.4.2

22 Mar 12:50
945784f
Compare
Choose a tag to compare

Changes

  • Included badge on Cypress integration tests (@aboyce)

Misc

  • Updated dependencies (@aboyce)
  • Github Action name/file changes (@aboyce)

1.4.1

13 Dec 13:24
f1ee4a8
Compare
Choose a tag to compare

Changes

Misc

1.4.0

15 Nov 13:50
2f8b7dc
Compare
Choose a tag to compare

Changes

  • Upgraded to React 17 (@aboyce)
  • Removed redundant files and dependencies (@aboyce)

Misc

1.3.0

10 Oct 15:20
70a89e1
Compare
Choose a tag to compare

Changes

  • Updated csstype to v3.* and updated to use new imports (@aboyce)
  • Updated dependencies, resolved Dependabot issue/PR (@aboyce)

Misc

  • Removed /dist folder from source control (@aboyce)

1.0.0

05 Jul 15:05
dd4c062
Compare
Choose a tag to compare

Changes

  • Added implementation for the Grid component with manual props or quick props (@aboyce)
  • Added Grid.Item wrapper to help with layout (@aboyce)
  • Improved test coverage (@aboyce)

Documentation

Misc

1.2.2

18 Jul 16:20
75a9742
Compare
Choose a tag to compare

Misc

1.2.1

06 Jul 19:08
8ee04bd
Compare
Choose a tag to compare

Changes

  • Improved how the unused styles are removed (@aboyce)
  • Added tests for unused style removal (@aboyce)

1.2.0

06 Jul 18:22
c533e5e
Compare
Choose a tag to compare

Changes

  • Explicitly exported Grid along with GridContainerProps and GridItemProps (@aboyce)
  • Removed undefined CSS styles from the final applied style, this prevented some styles from being applied properly (@aboyce)

Misc

1.1.0

05 Jul 17:53
57acd49
Compare
Choose a tag to compare

Changes

  • Added implementation for the Grid.Item component with manual props or quick props (@aboyce)

Documentation

There should now be an implementation for all Grid and Grid.Item CSS properties.