v5.0.0-rc.1

This commit is contained in:
Evan Jacobs
2019-10-31 13:48:56 -04:00
parent d1c20b1396
commit 11ffacf4c8
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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",