Skip to content

Commit

Permalink
Update CHANGELOG.md (#70)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

- Adds changes for 3.0.1, 3.1.0 and 3.2.0
- Adds release dates

* Update CHANGELOG.md
  • Loading branch information
eps1lon authored and mridgway committed Nov 27, 2018
1 parent 6fa52d5 commit 7706001
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
# 3.0.0
# 3.2.0 (November 26, 2018)
- Added support for `getDerivedStateFromError`. ([#68])
- Added support for React versions less than 0.14. ([#69])

Dropped support for React versions less than 0.14.
# 3.1.0 (October 30, 2018)
- Added support for `contextType`. ([#62])
- Reduced bundle size. ([e89c7a6])
- Removed TypeScript definitions. ([#61])

# 3.0.1 (July 28, 2018)
- Fixed prop-types warnings. ([e0846fe])

# 3.0.0 (July 27, 2018)
- Dropped support for React versions less than 0.14. ([#55])
- Added support for `React.forwardRef` components. ([#55])

[#55]: https://github.com/mridgway/hoist-non-react-statics/pull/55
[#61]: https://github.com/mridgway/hoist-non-react-statics/pull/61
[#62]: https://github.com/mridgway/hoist-non-react-statics/pull/62
[#68]: https://github.com/mridgway/hoist-non-react-statics/pull/68
[#69]: https://github.com/mridgway/hoist-non-react-statics/pull/69
[e0846fe]: https://github.com/mridgway/hoist-non-react-statics/commit/e0846feefbad8b34d300de9966ffd607aacb81a3
[e89c7a6]: https://github.com/mridgway/hoist-non-react-statics/commit/e89c7a6168edc19eeadb2d149e600b888e8b0446

0 comments on commit 7706001

Please sign in to comment.