All Versions
10
Latest Version
Avg Release Cycle
102 days
Latest Release
3014 days ago
Changelog History
Changelog History
-
v2.0.0-alpha2 Changes
October 24, 2016โ Added
- โ Added peer dependency for React 16
-
v2.0.0-alpha1 Changes
August 12, 2016โ Added
- โ Added a CHANGELOG.md
- ๐ฅ Breaking: Measure the parent node rather than the wrapper. You will need to wrap this component in a
<div>
and style that. - ๐ฅ Breaking: Removed
containerStyle
andcontainerClass
options - the wrapper<div>
is no longer used for calculating dimensions. - ๐ฅ Breaking: Removed options
getWidth
andgetHeight
, replaced withgetDimensions
. This will allow replacing the current dimensions calculation with a single call togetBoundingClientRect()
, rather than two. Currently we are still usingelement.clientWidth
andelement.clientHeight
for dimension calculation.
-
v1.3.1 Changes
October 24, 2017โ Added peer dependency for React 16
-
v1.3.0
July 08, 2016 -
v1.2.0 Changes
May 26, 2016โ Added
getWrappedInstance()
method (#24)
-
v1.1.1 Changes
April 29, 2016๐ Fixed
- 0๏ธโฃ Roll back accidental breaking change introduced in v1.1.0 by switching to babel v6 and changing default exports for CommonJS (#23)
-
v1.1.0 Changes
April 28, 2016โ Added
- โก๏ธ Update dimensions when an container element resizes without window resize (#4)
- ๐ Allow style of container
div
to be overridden withcontainerStyle
option. - โก๏ธ
updateDimensions
function passed as prop passed to children to force a recalculation of dimensions.
๐ Changed
- โก๏ธ Only update state if dimensions actually change (aa5fc1e9f1625f2195259c8fc7d7d041d5d53a66)
- โก๏ธ Update to Babel 6
- ๐ Switch to documentationjs from doxme for README generation.
๐ Fixed
- ๐ Now works in popup windows and iframes with a different
window
context (#22)
-
v1.0.2
January 07, 2016 -
v1.0.1
December 16, 2015 -
v0.1.1
November 09, 2015