mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-04-28 17:25:54 +08:00
v5.0.0-rc.1
This commit is contained in:
@@ -14,7 +14,7 @@ _The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
|
||||
|
||||
- Removed support for unitless line height in font shorthand
|
||||
|
||||
- Replace `merge-anything` with `mixin-deep` to save some bytes (this is what handles merging of `defaultProps` between folded styled components)
|
||||
- Replace `merge-anything` with `mixin-deep` to save some bytes (this is what handles merging of `defaultProps` between folded styled components); this is inlined into since the library is written in IE-incompatible syntax
|
||||
|
||||
- Fix certain adblockers messing up styling by purposefully not emitting the substring "ad" (case-insensitive) when generating dynamic class names
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "styled-components",
|
||||
"version": "5.0.0-rc.0",
|
||||
"version": "5.0.0-rc.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