Releases: bikk-uk/react-css-grid
Releases · bikk-uk/react-css-grid
2.3.0
Misc
- Updated dependencies (@aboyce)
- Updated GitHub Actions to use latest versions (@aboyce)
- Updated GitHub Actions node versions (@aboyce)
2.1.0
Changes
- Moved
react
and react-dom
to peerDependencies
(suggested by @curtvict)
- Set to allow any version of React that supports Hooks
Misc
2.0.0
Changes
- Updated
react
and react-dom
to v18.*
(@aboyce)
Misc
1.5.0
Changes
- Added support for rendering both
<Grid/>
and <Grid.Item />
as different HTML elements via the as
prop (@aboyce, replicated the implementation done by @stovv in bikk-uk/react-css-flex)
Misc
- Updated readme to include the new
as
prop (@aboyce)
- Removed NodeJS v15 and added v17 to the Github Actions versions (@aboyce)
- Updated dependencies (@aboyce)
1.4.6
Misc
- Updated dependencies (@aboyce)
- Added GitHub Action to manage stale issues and pull requests (@aboyce)