Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Releases: digiaonline/react-foundation

v0.9.7

02 Mar 08:57
Compare
Choose a tag to compare

v0.9.6

20 Aug 07:01
Compare
Choose a tag to compare

Fix XY Grid flexbox issues (fixes #79)

0.9.5

26 Apr 08:04
Compare
Choose a tag to compare
Fix prop isColumn validation on Column grid component (#74)

0.9.4

07 Mar 08:43
Compare
Choose a tag to compare
Unknown Prop Warning on ResponsiveNavigation Component (#57)

* GridContainer full / fluid generates render warning from React (#55)

* Unknown Prop Warning on ResponsiveNavigation Component (#23)

0.9.3

02 Mar 09:18
Compare
Choose a tag to compare
GridContainer full / fluid generates render warning from React (#55) …

…(#56)

0.9.2

12 Sep 09:17
Compare
Choose a tag to compare
Add generalClassNames to XY-Grid Cell (#51)

I don't know if it this was left off intentionally, but it would be nice to be able to add props such as `isHidden` to `<Cell>` components.

0.9.1

05 Sep 07:05
Compare
Choose a tag to compare
Export XY-Grid components in src/index.js (#49)

This should fix digiaonline/react-foundation#48.

0.9.0

28 Aug 08:48
Compare
Choose a tag to compare

The one with support for the XY-Grid.

0.8.2

05 Jul 08:36
Compare
Choose a tag to compare
Bump version

0.8.0

21 Jun 19:51
Compare
Choose a tag to compare
Version 0.8.0 (#32)

* Update nodejs versions in Travis configuration (to latest, 6, 5 and 4)

* Fix ResponsiveNavigation resize handler leak (#27)

* Fix ResponsiveNavigation resize event leak

* Use bind instead of class properties

* Add accordion component (#30)

* Add accordion component

* Add missing isActive prop on AccordionContent

* Add tests for isActive prop on AccordionContent

* Add yarn.lock

* Change to use prop-types library

* Fix warning in progress bar test

* Fix linting errors

* Add precommit hook