- adds "themeitOptions" key to the generated component for easy access to the passed themeit options
- remove invariant for nonavailable themes
- fix issue where theme names would not be trimmed resulting in seemingly non-existent themes
- changed when merging context styles, put existing context styles at the beginning
- enhanced allow passing
mergeContextas a prop to themed component
- enhanced
addFilesproperty replace withaddStyleFiles, as it's more self-explanatory (#4 by @BonneVoyager)
- enhanced
addFilesnow can actually handle multiple files (#3) - new
mergeContextoption (#2)
- bump aphrodite peerDep to 0.6.0
- fix flickering issue (#1 by @visuallization)
- fixes incorrect react PropType
- fixes cascading issue of localized classNames
- fixes an issue when components were unmounted before styles have been loaded
- added
hotfunction export to allow easier implementation of HMR with async css