## 0.12.0 (Jul 5, 2019) * Fix `.subscribe()` method and add `.unsubscribe()` ([#109]) ## 0.11.1 (Dec 17, 2018) * Fix array props ([#103]) ## 0.11.0 (Dec 11, 2018) * Inherit styles from `Object` instead of `null` ([#101]) * Support nested style props ([#99]) ## 0.10.0 (Sep 24, 2018) * Add Typescript declarations ([#56]) ## 0.9.0 (Aug 10, 2018) * Add (text) direction support ([@achipa] in [#90]) ## 0.8.1 (Jan 27, 2018) * Calc percents for variable inside operation ([#77]) ## 0.8.0 (Nov 1, 2017) * Style as a function ([#62]) * Support [hot module reload] ([#16]) ## 0.7.0 (Oct 9, 2017) * Allow create-react-app compile without plugins ([@grantbi] in [#54]) * Support dynamic theme change ([#47], [#53]) * Support media queries for global variables ([#25]) ## 0.6.0 (Jun 3, 2017) * Remove `EStyleSheet.memoize()` in favor of [lodash.memoize](https://www.npmjs.com/package/lodash.memoize) ([#45]) ## 0.5.0 (Jun 5, 2017) * Add [babel-plugin-runtyper](https://github.com/vitalets/babel-plugin-runtyper) * Use native percents when possible ([#32]) * Forward original StyleSheet properties ([#33]) ## 0.4.0 (Apr 13, 2017) * Add division operator ([@joemckie] in [#38]) * Improve Readme ## 0.3.2 (Mar 5, 2017) * Check for non-object when creating Style ([#14]) * Update examples ## 0.3.0 (Jul 4, 2016) * Remove unneeded rounding ([@Kerumen] in [#18]) ## 0.2.0 (Apr 25, 2016) * Support media-queries ([#8]) ## 0.1.3 (Feb 4, 2016) * Public release [@joemckie]: https://github.com/joemckie [@Kerumen]: https://github.com/Kerumen [@grantbi]: https://github.com/grantbi [@achipa]: https://github.com/achipa [hot module reload]: https://facebook.github.io/react-native/blog/2016/03/24/introducing-hot-reloading.html [#8]: https://github.com/vitalets/react-native-extended-stylesheet/pull/8 [#14]: https://github.com/vitalets/react-native-extended-stylesheet/pull/14 [#16]: https://github.com/vitalets/react-native-extended-stylesheet/pull/16 [#18]: https://github.com/vitalets/react-native-extended-stylesheet/pull/18 [#25]: https://github.com/vitalets/react-native-extended-stylesheet/pull/25 [#38]: https://github.com/vitalets/react-native-extended-stylesheet/pull/38 [#32]: https://github.com/vitalets/react-native-extended-stylesheet/pull/32 [#33]: https://github.com/vitalets/react-native-extended-stylesheet/pull/33 [#45]: https://github.com/vitalets/react-native-extended-stylesheet/pull/45 [#47]: https://github.com/vitalets/react-native-extended-stylesheet/pull/47 [#53]: https://github.com/vitalets/react-native-extended-stylesheet/pull/53 [#54]: https://github.com/vitalets/react-native-extended-stylesheet/pull/54 [#62]: https://github.com/vitalets/react-native-extended-stylesheet/pull/62 [#77]: https://github.com/vitalets/react-native-extended-stylesheet/pull/77 [#90]: https://github.com/vitalets/react-native-extended-stylesheet/pull/90 [#56]: https://github.com/vitalets/react-native-extended-stylesheet/pull/56 [#99]: https://github.com/vitalets/react-native-extended-stylesheet/pull/99 [#103]: https://github.com/vitalets/react-native-extended-stylesheet/pull/103 [#109]: https://github.com/vitalets/react-native-extended-stylesheet/pull/109