Skip to content

Latest commit

 

History

History
60 lines (29 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

60 lines (29 loc) · 1.69 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.1 (2017-08-30)

Bug Fixes

  • initial client side call incorrect (6af9939)

0.8.0 (2017-08-30)

0.7.1 (2017-08-30)

0.7.0 (2017-03-17)

Bug Fixes

  • initial client side call incorrect timing (976f90d)

0.6.2 (2017-03-08)

Bug Fixes

  • capitalization issue with filenames (#7) (283c238)

0.6.1 (2017-03-08)


(prior tags/releases)

0.6.0 (2017-03-08)

Move calling onChange from componentDidMount to constructor since componentDidMount is not called on server.

Split the static _onChange into 2 methods:

  • _onChange: used to register for window events
  • _publish: used to call the listeners

By splitting this out, I can call _publish in the constructor for a single onChange prop.

Also change the default width and height from -1 to null.