Skip to content

Releases: divyagnan/react-simple-theme

1.0.1

21 Mar 00:22

Choose a tag to compare

The first 'official' release of react-simple-theme!

react-simple-theme exports two HOC's injectThemes and withTheme. Together they can be used to bring super simple theming to your react application. Read the documentation to learn more.

v0.0.0

21 Mar 00:13

Choose a tag to compare

v0.0.0 Pre-release
Pre-release

0.0.0 (2017-03-21)

Features

  • injectThemes: change injectThemes api to work with decorators (529fdd4d)

Breaking Changes

  • injectThemes api changes from injectThemes(WrappedComponent, themesObj,
    'defaultTheme') to injectThemes(themesObj, 'defaultTheme')(WrappedComponent)

(529fdd4d)