Releases: renatorib/react-sizes
Releases · renatorib/react-sizes
v2.0.0
22 Apr 14:58
Compare
Sorry, something went wrong.
No results found
Changes:
Breaking Change:
React peerDependency up to ^16.3.0 due to new context API
v0.3.0
15 Sep 20:37
Compare
Sorry, something went wrong.
No results found
Remove global listener
Some refactors
v0.2.0
15 Sep 03:23
Compare
Sorry, something went wrong.
No results found
Performance improvement doing a shallowCompare before setting propsToPass to state.
Added eslint and refactored based in their rules
Removed some unnecessary deps.
v0.1.2
23 Jun 19:27
Compare
Sorry, something went wrong.
No results found
Move react and react-dom to peerDependencies (Partially solves #2 )
v0.1.1
21 Jun 19:25
Compare
Sorry, something went wrong.
No results found
Removed console.log coming from 0.1.0 (sorry for this). Thanks to @johansteffner
v0.1.0
21 Jun 15:13
Compare
Sorry, something went wrong.
No results found
Get sizes in initial render (unless it is on the server). Thanks to @felthy (Issue #7 )
Added component props as second parameter of mapSizesToProps (Issue #11 )
Rewrite of docs (readme) of Sizes -> withSizes as a community pattern friendly to hocs in react. (Issue #6 )