Releases: oyvindhermansen/react-gridify
Releases · oyvindhermansen/react-gridify
Release list
Bugfix
Bug fix + jest integration
For this release i've fixed the following:
- the
className-prop onColumnis now working properly, and notundefinedwhen not specified.
Added Jest with coverage report 💯
- Some snapshot testing of both
RowandColumn - Also some other test expectations just to make sure it's working like I intended.
Enjoy!
From class to functions
Rewritten from React Classes to functional components.