Skip to content

Commit

Permalink
Fix compatibility with React 16.8 (#444)
Browse files Browse the repository at this point in the history
* Replace deepEqual with isEqual (#441)

(cherry picked from commit 1803f67)

* docs: 5.2.1 release

* Update travis.yml: test node 8, 10, 11; stick to npm ^5
  • Loading branch information
Volune authored and tmbtech committed Apr 25, 2019
1 parent 4d28f70 commit aa72dff
Show file tree
Hide file tree
Showing 5 changed files with 9,815 additions and 23 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ language: node_js

node_js:
- 'node'
- 11
- 10
- 8
- 6
- 5
- 4

install:
- npm i -g npm@latest
- npm i -g npm@^5
- npm install

before_install:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="5.2.1"></a>
# [5.2.1](https://github.com/nfl/react-helmet/compare/5.2.0...5.2.1) (2019-03)


### Bug Fixes

* Fix compatibility with React 16.8 ([#441](https://github.com/nfl/react-helmet/issues/441)). (Replace deepEqual with isEqual.)



<a name="5.2.0"></a>
# [5.2.0](https://github.com/nfl/react-helmet/compare/5.1.3...5.2.0) (2017-08-29)

Expand Down

0 comments on commit aa72dff

Please sign in to comment.