Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jan 29, 2018
1 parent 2673336 commit 5f6bc1a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ All notable changes to this project will be documented in this file. If a contri

## Unreleased

- Minify the output CSS when using SSR in production (see [#1224](https://github.com/styled-components/styled-components/pull/1224))

- Compile out error messages for production builds (see [#1445](https://github.com/styled-components/styled-components/pull/1445))

## [v3.1.0] - 2018-01-29

- Compile out error messages for production builds (see [#1445](https://github.com/styled-components/styled-components/pull/1445))
- Use much faster CSS injection in the browser, by [@schwers](https://github.com/schwers) and [@philpl](https://github.com/philpl) (see [#1208](https://github.com/styled-components/styled-components/pull/1208))
- Add support for streaming server-side rendering, by [@probablyup](https://github.com/probablyup) (see [#1430](https://github.com/styled-components/styled-components/pull/1430))

## [v3.0.2] - 2018-01-22

Expand Down Expand Up @@ -367,7 +369,8 @@ All notable changes to this project will be documented in this file. If a contri

- Fixed compatibility with other react-broadcast-based systems (like `react-router` v4)

[Unreleased]: https://github.com/styled-components/styled-components/compare/v3.0.2...master
[Unreleased]: https://github.com/styled-components/styled-components/compare/v3.1.0...master
[v3.1.0]: https://github.com/styled-components/styled-components/compare/v3.0.2...v3.1.0
[v3.0.2]: https://github.com/styled-components/styled-components/compare/v3.0.1...v3.0.2
[v3.0.1]: https://github.com/styled-components/styled-components/compare/v2.4.0...v3.0.1
[v2.4.0]: https://github.com/styled-components/styled-components/compare/v2.3.3...v2.4.0
Expand Down

0 comments on commit 5f6bc1a

Please sign in to comment.