Skip to content

Instantly share code, notes, and snippets.

@justgage
Created May 12, 2017 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justgage/9f87fcde89939e22a63e50759e3c866b to your computer and use it in GitHub Desktop.
Save justgage/9f87fcde89939e22a63e50759e3c866b to your computer and use it in GitHub Desktop.
React stuff we miss out on

15.5.4 (April 11, 2017)

React Addons

Critical Bugfix: Update the version of prop-types to fix critical bug. (@gaearon in 545c87f) Fix react-addons-create-fragment package to include loose-envify transform for Browserify users. (@mridgway in #9642) React Test Renderer

Fix compatibility with Enzyme by exposing batchedUpdates on shallow renderer. (@gaearon in #9382)

15.5.3 (April 7, 2017)

Note: this release has a critical issue and was deprecated. Please update to 15.5.4 or higher.

React Addons

Fix react-addons-create-fragment package to export correct thing. (@gaearon in #9385) Fix create-react-class package to include loose-envify transform for Browserify users. (@mridgway in #9642)

15.5.2 (April 7, 2017)

Note: this release has a critical issue and was deprecated. Please update to 15.5.4 or higher.

React Addons

Fix the production single-file builds to not include the development code. (@gaearon in #9385) Apply better minification to production single-file builds. (@gaearon in #9385) Add missing and remove unnecessary dependencies to packages. (@gaearon in #9385)

15.5.1 (April 7, 2017)

Note: this release has a critical issue and was deprecated. Please update to 15.5.4 or higher.

React

Fix erroneous PropTypes access warning. (@acdlite in (ec97ebb)

15.5.0 (April 7, 2017)

Note: this release has a critical issue and was deprecated. Please update to 15.5.4 or higher.

React

Added a deprecation warning for React.createClass. Points users to create-react-class instead. (@acdlite in d9a4fa4) Added a deprecation warning for React.PropTypes. Points users to prop-types instead. (@acdlite in 043845c) Fixed an issue when using ReactDOM together with ReactDOMServer. (@wacii in #9005) Fixed issue with Closure Compiler. (@anmonteiro in #8895) Another fix for Closure Compiler. (@Shastel in #8882) Added component stack info to invalid element type warning. (@n3tr in #8495) React DOM

Fixed Chrome bug when backspacing in number inputs. (@nhunzaker in #7359) Added react-dom/test-utils, which exports the React Test Utils. (@bvaughn) React Test Renderer

Fixed bug where componentWillUnmount was not called for children. (@gre in #8512) Added react-test-renderer/shallow, which exports the shallow renderer. (@bvaughn) React Addons

Last release for addons; they will no longer be actively maintained. Removed peerDependencies so that addons continue to work indefinitely. (@acdlite and @bvaughn in 8a06cd7 and 67a8db3) Updated to remove references to React.createClass and React.PropTypes (@acdlite in 12a96b9) react-addons-test-utils is deprecated. Use react-dom/test-utils and react-test-renderer/shallow instead. (@bvaughn)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment