All Versions
10
Latest Version
Avg Release Cycle
102 days
Latest Release
2735 days ago

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 and containerClass options - the wrapper <div> is no longer used for calculating dimensions.
    • ๐Ÿ’ฅ Breaking: Removed options getWidth and getHeight, replaced with getDimensions. This will allow replacing the current dimensions calculation with a single call to getBoundingClientRect(), rather than two. Currently we are still using element.clientWidth and element.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 with containerStyle 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