- 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
mergeContext
as a prop to themed component
- enhanced
addFiles
property replace withaddStyleFiles
, as it's more self-explanatory (#4 by @BonneVoyager)
- enhanced
addFiles
now can actually handle multiple files (#3) - new
mergeContext
option (#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
hot
function export to allow easier implementation of HMR with async css