@xstyled/core
Advanced tools
Comparing version 1.15.1 to 1.16.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.16.0](https://github.com/smooth-code/xstyled/tree/master/packages/core/compare/v1.15.1...v1.16.0) (2020-02-02) | ||
### Features | ||
* **core:** add outline-color to propGetters ([#82](https://github.com/smooth-code/xstyled/tree/master/packages/core/issues/82)) ([36d9585](https://github.com/smooth-code/xstyled/tree/master/packages/core/commit/36d9585c1672a0f5640619d074f778dc235fc288)) | ||
## [1.15.1](https://github.com/smooth-code/xstyled/tree/master/packages/core/compare/v1.15.0...v1.15.1) (2019-12-29) | ||
@@ -8,0 +19,0 @@ |
@@ -156,2 +156,3 @@ 'use strict'; | ||
'border-left-color': system.getColor, | ||
'outline-color': system.getColor, | ||
fill: system.getColor, | ||
@@ -158,0 +159,0 @@ // getRadius |
@@ -150,2 +150,3 @@ import React from 'react'; | ||
'border-left-color': getColor, | ||
'outline-color': getColor, | ||
fill: getColor, | ||
@@ -152,0 +153,0 @@ // getRadius |
{ | ||
"name": "@xstyled/core", | ||
"description": "xstyled core utilities", | ||
"version": "1.15.1", | ||
"version": "1.16.0", | ||
"sideEffects": false, | ||
@@ -25,6 +25,6 @@ "main": "dist/xstyled-core.cjs.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.2", | ||
"@xstyled/system": "^1.15.1" | ||
"@babel/runtime": "^7.8.3", | ||
"@xstyled/system": "^1.16.0" | ||
}, | ||
"gitHead": "ca84683705444b074527c3773e594e466e6a1694" | ||
"gitHead": "60cba0cdbba087588d32243339cd2c0585747fd0" | ||
} |
47573
1153
Updated@babel/runtime@^7.8.3
Updated@xstyled/system@^1.16.0