Releases: sdougbrown/react-flyd-component
Releases · sdougbrown/react-flyd-component
Improved Compatibility
This library depended on certain react component internals in order to not call forceUpdate
prematurely. That obviously doesn't play nice with Preact or Inferno. This avoids the game of tracking react internals and instead tracks mounted state on its own.
Remove 'componentWillReceiveProps'
This is just a bad idea and conflicts with addStreams
and setStreams
.
Changed setStreams API
It was backwards and rushed - the use of clearStreams
and setStreams
should now be more obvious and safe to use in a constructor.
Stable
Fixed a minor issue with setStreams
- stable now. 😄
Initial Release
It works. 😎
Further changes will be made to expand test coverage and bake some tooling in, but this gets this thing out there.