Skip to content

Releases: sdougbrown/react-flyd-component

Improved Compatibility

14 Nov 22:26
Compare
Choose a tag to compare

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'

13 Oct 19:20
Compare
Choose a tag to compare

This is just a bad idea and conflicts with addStreams and setStreams.

Changed setStreams API

13 Oct 15:58
Compare
Choose a tag to compare

It was backwards and rushed - the use of clearStreams and setStreams should now be more obvious and safe to use in a constructor.

Stable

03 Oct 17:54
Compare
Choose a tag to compare

Fixed a minor issue with setStreams - stable now. 😄

Initial Release

30 Sep 19:01
Compare
Choose a tag to compare

It works. 😎

Further changes will be made to expand test coverage and bake some tooling in, but this gets this thing out there.