nuke-theme-provider
Advanced tools
Comparing version 1.0.6 to 1.0.7
# Changelog | ||
## 1.0.7 / 2017-12-15 | ||
* [[5d8cb5e](http://gitlab.alibaba-inc.com/nuke/theme-provider/commit/5d8cb5e04817f15d0fa369bbbe8907529bded21b)] - `feat` add commonConfigs | ||
## 1.0.6 / 2017-12-12 | ||
@@ -5,0 +9,0 @@ |
@@ -48,3 +48,4 @@ 'use strict'; | ||
androidConfigs: this.getAndroidConfigs(this.props), | ||
compatibilityConfigs: this.getCompatConfigs(this.props) | ||
compatibilityConfigs: this.getCompatConfigs(this.props), | ||
commonConfigs: this.getCommonConfigs(this.props) | ||
}; | ||
@@ -77,2 +78,7 @@ } | ||
}, { | ||
key: 'getCommonConfigs', | ||
value: function getCommonConfigs(props) { | ||
return props.commonConfigs || {}; //{zoomFont:true} | ||
} | ||
}, { | ||
key: 'render', | ||
@@ -79,0 +85,0 @@ value: function render() { |
{ | ||
"name": "nuke-theme-provider", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "主题换肤", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
27267
476