mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Add note to 'unreleased' CHANGELOG about deprecating Bower (#11262)
* Add note to 'unreleased' CHANGELOG about deprecating Bower **what is the change?:** We will no longer release new versions of React to Bower, and we should announce that as part of our CHANGELOG. **why make this change?:** We decided on this as a team. **test plan:** Visual inspection and spell check. :) **issue:** Just follow-up for https://github.com/facebook/react/pull/11223 * Improve messaging/formatting * Move bower deprecation notice to top of changelog
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
Click to see more.
|
||||
</summary>
|
||||
|
||||
### Discontinuing Bower Releases
|
||||
|
||||
Starting with 16.1.0, we will no longer be publishing new releases on Bower. You can continue using Bower for old releases, or point your Bower configs to the [React UMD builds hosted on unpkg](https://reactjs.org/docs/installation.html#using-a-cdn) that mirror npm releases and will continue to be updated.
|
||||
|
||||
### All Packages
|
||||
|
||||
* Fix an accidental extra global variable in the UMD builds. ([@gaearon](https://github.com/gaearon) in [#10935](https://github.com/facebook/react/pull/10935))
|
||||
|
||||
Reference in New Issue
Block a user