react-dimensions v1.1.0 Release Notes

Release Date: 2016-04-28 // almost 8 years ago
  • โž• 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)