Releases: dantrain/react-stonecutter
Releases · dantrain/react-stonecutter
v0.3.9
Merged #38 Change Number.isNaN to isNaN (fixes #37).
Updated dependencies.
v0.3.8
Updated dependencies.
Updated peer dependency ranges to include React 16.
v0.3.7
Fix breakpoints issue in makeResponsive
(#31).
Updated dependencies.
v0.3.6
Fix missing gutterWidth
default in makeResponsive
HOC (#30).
v0.3.5
Merged pull request to switch to external PropTypes package.
Updated dependencies.
Use react-transition-group-plus for CSSGrid.
v0.3.4
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
Fixed more unknown props warnings (#14).
Fixed issue with elements with images being measured too early (#12)
v0.3.1
Fixed unknown props warnings. Closes #10
v0.3.0
Fix #7 by loading dependencies conditionally on the client.
Breaking change: Exports in 'commonjs2' format (i.e. module.exports = ...
).