Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Releases: facebookarchive/flux

4.0.3

10 Dec 23:32
Compare
Choose a tag to compare

4.0.2

28 Sep 11:10
Compare
Choose a tag to compare
  • Added support for UNSAFE_componentWillReceiveProps lifecycle method (#533)

4.0.1

09 Jan 12:28
Compare
Choose a tag to compare
  • Upgrade fbemitter dependency to 3.x to address node-fetch vulnerability. Fixes #504

4.0.0

15 Dec 02:04
9548e5f
Compare
Choose a tag to compare

⚠️ This will be the last major version release of Flux. The Flux project is in maintenance mode and there are many more sophisticated alternatives available (e.g. Redux, MobX) and we would recommend using them instead.

  • Upgrade fbjs dependency to ^3.x
  • Upgrade for Babel 7 compatibility (#495) (thanks to @koba04)
  • Added React 17 as a peer dependency