Skip to content

Commit

Permalink
Add note to 'unreleased' CHANGELOG about deprecating Bower (#11262)
Browse files Browse the repository at this point in the history
* 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 #11223

* Improve messaging/formatting

* Move bower deprecation notice to top of changelog
  • Loading branch information
flarnie authored Oct 18, 2017
1 parent 4b7c562 commit 1019346
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 1019346

Please sign in to comment.