All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.8.1 (2017-08-30)
- initial client side call incorrect (6af9939)
0.8.0 (2017-08-30)
0.7.1 (2017-08-30)
0.7.0 (2017-03-17)
- initial client side call incorrect timing (976f90d)
0.6.2 (2017-03-08)
- capitalization issue with filenames (#7) (283c238)
0.6.1 (2017-03-08)
(prior tags/releases)
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.