All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
id
prop to be able to use snappy-react-grid multiple times on the same site, but with different item heights. The item height is persisted in a global variable, but now you can specify an ID to identify this specific grid and not conflict with the persisted item height from other grids.
0.2.0 - 2020-05-28
- Add
height
to style object passed to items. This fixes a bug when usingalign-items: stretch
and the first item of the grid is not the tallest one.
0.1.4 - 2020-02-19
First production-ready version.