Releases: bikk-uk/react-css-grid
Releases · bikk-uk/react-css-grid
1.4.2
Changes
- Included badge on Cypress integration tests (@aboyce)
Misc
- Updated dependencies (@aboyce)
- Github Action name/file changes (@aboyce)
1.4.0
Changes
- Upgraded to React 17 (@aboyce)
- Removed redundant files and dependencies (@aboyce)
Misc
1.3.0
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
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.1
Changes
- Improved how the unused styles are removed (@aboyce)
- Added tests for unused style removal (@aboyce)
1.2.0
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
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.