Skip to content

Releases: oyvindhermansen/react-gridify

Bugfix

Choose a tag to compare

@oyvindhermansen oyvindhermansen released this 13 Mar 23:24

Tiny bugfix with usage of padding in Column. Before you added padding on top, bottom, right and left - now i've shortened it to only add to right and left.

Bug fix + jest integration

Choose a tag to compare

@oyvindhermansen oyvindhermansen released this 13 Mar 22:44

For this release i've fixed the following:

  • the className-prop on Column is now working properly, and not undefined when not specified.

Added Jest with coverage report 💯

  • Some snapshot testing of both Row and Column
  • Also some other test expectations just to make sure it's working like I intended.

Enjoy!

From class to functions

Choose a tag to compare

@oyvindhermansen oyvindhermansen released this 12 Mar 16:29

Rewritten from React Classes to functional components.