mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-04-29 01:35:53 +08:00
v4.0.1
This commit is contained in:
@@ -6,6 +6,8 @@ _The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [v4.0.1] - 2018-10-17
|
||||
|
||||
- Add suppressMultiMountWarning prop to disable warning on multiple cgs mount, by [@imbhargav5](https://github.com/imbhargav5) (see [#2107](https://github.com/styled-components/styled-components/pull/2107))
|
||||
|
||||
- Fix self-reference replacement edge cases, by [@probablyup](https://github.com/probablyup) (see [#2109](https://github.com/styled-components/styled-components/pull/2109))
|
||||
@@ -834,7 +836,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.0.0...master
|
||||
[unreleased]: https://github.com/styled-components/styled-components/compare/v4.0.1...master
|
||||
[v4.0.1]: https://github.com/styled-components/styled-components/compare/v4.0.0...v4.0.1
|
||||
[v4.0.0]: https://github.com/styled-components/styled-components/compare/v4.0.0-beta.11...v4.0.0
|
||||
[v4.0.0-beta.11]: https://github.com/styled-components/styled-components/compare/v4.0.0-beta.10...v4.0.0-beta.11
|
||||
[v4.0.0-beta.10]: https://github.com/styled-components/styled-components/compare/v4.0.0-beta.9...v4.0.0-beta.10
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "styled-components",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"description": "Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅",
|
||||
"main": "dist/styled-components.cjs.js",
|
||||
"jsnext:main": "dist/styled-components.esm.js",
|
||||
|
||||
Reference in New Issue
Block a user