React Stonecutter Versions Save

Animated grid layout component for React

v0.3.10

5 years ago

Updated dependencies.

v0.3.9

6 years ago

Merged #38 Change Number.isNaN to isNaN (fixes #37). Updated dependencies.

v0.3.8

6 years ago

Updated dependencies. Updated peer dependency ranges to include React 16.

v0.3.7

6 years ago

Fix breakpoints issue in makeResponsive (#31). Updated dependencies.

v0.3.6

6 years ago

Fix missing gutterWidth default in makeResponsive HOC (#30).

v0.3.5

6 years ago

Merged pull request to switch to external PropTypes package. Updated dependencies. Use react-transition-group-plus for CSSGrid.

v0.3.4

7 years ago

Throw friendly errors when using unwrapped React components as children (#18). Updated dependencies including React-Motion. Switch to ES2015 Class syntax internally.

v0.3.3

7 years ago

Fixed more unknown props warnings (#14). Fixed issue with elements with images being measured too early (#12)

v0.3.1

7 years ago

Fixed unknown props warnings. Closes #10

v0.3.0

7 years ago

Fix #7 by loading dependencies conditionally on the client. Breaking change: Exports in 'commonjs2' format (i.e. module.exports = ...).