- Fix
.subscribe()
method and add.unsubscribe()
(#109)
- Fix array props (#103)
- Inherit styles from
Object
instead ofnull
([#101]) - Support nested style props (#99)
- Add Typescript declarations (#56)
- Calc percents for variable inside operation (#77)
- Style as a function (#62)
- Support hot module reload (#16)
- Allow create-react-app compile without plugins (@grantbi in #54)
- Support dynamic theme change (#47, #53)
- Support media queries for global variables (#25)
- Remove
EStyleSheet.memoize()
in favor of lodash.memoize (#45)
- Add babel-plugin-runtyper
- Use native percents when possible (#32)
- Forward original StyleSheet properties (#33)
- Check for non-object when creating Style (#14)
- Update examples
- Support media-queries (#8)
- Public release