update changelog from 4.x

This commit is contained in:
Evan Jacobs
2019-06-19 23:56:50 -05:00
parent 471d557869
commit 4cee509fcf

View File

@@ -8,6 +8,10 @@ _The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
- Remove deprecated functionality (object-form `.attrs({})`)
## [v4.3.2] - 2019-06-19
- Fix usage of the "css" prop with the styled-components babel macro (relevant to CRA 2.x users), by [@jamesknelson](http://github.com/jamesknelson) (see [#2633](https://github.com/styled-components/styled-components/issues/2633))
## [v4.3.1] - 2019-06-06
- Revert #2586; breaks rehydration in dev for certain runtimes like next.js
@@ -973,7 +977,8 @@ _v3.3.1 was skipped due to a bad deploy._
- Fixed compatibility with other react-broadcast-based systems (like `react-router` v4)
[unreleased]: https://github.com/styled-components/styled-components/compare/v4.3.1...master
[unreleased]: https://github.com/styled-components/styled-components/compare/v4.3.2...master
[v4.3.2]: https://github.com/styled-components/styled-components/compare/v4.3.1...v4.3.2
[v4.3.1]: https://github.com/styled-components/styled-components/compare/v4.3.0...v4.3.1
[v4.3.0]: https://github.com/styled-components/styled-components/compare/v4.2.1...v4.3.0
[v4.2.1]: https://github.com/styled-components/styled-components/compare/v4.2.0...v4.2.1