Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

81 lines (50 loc) · 2.71 KB

v3.2.1

  • [deps] Update hoist-non-react-statics, prop-types, react-with-direction
  • [fix] Move work out of render and into state (156)
  • [fix] Use this.context instead of constructor arguments directly (154)

v3.2.0

  • [new] Add performance.mark() and performance.measure() in development (#141)

v3.1.1

  • [fix] Remove unnecessary ThemedStyleSheet caching (#130)

v3.1.0

  • [new] Add back default create/resolve methods to ThemedStyleSheet (#130)

v3.0.0

  • [breaking] Send css method down as a prop; remove cssNoRTL and some ThemedStyleSheet methods (#124)

v2.4.0

  • [new] Recreate styles on render when the theme changes (#128)

v2.3.1

  • [fix] Remove unnecessary makeFromThemes/styles globals from the ThemedStyleSheet (#122)

v2.3.0

  • [new] Add contextual StyleSheet creation based on direction (#117)

v2.2.1

  • [fix] Defer Stylesheet.create to componentWillMount of withStyles (#115)

v2.2.0

  • [new] Exports withStylesPropTypes (#110)

v2.1.0

  • [new] Actually export resolveNoRTL from the interface if it exists (#98)

v2.0.0

  • [new] Export ThemedStyleSheet.resolveNoRTL as cssNoRTL if it exists. (#95)
  • [breaking] Remove contextual theming. (#93)

v1.4.0

  • [Deps] update deepmerge
  • [Fix] update for React 15.5 changes

v1.3.0

  • [New] Adds empty style object when no style function is provided.

v1.2.0

  • [New] Add pureComponent option (requires React 15.3.0+).

v1.1.1

  • [Fix] Avoid copying withStyles propTypes (e.g. for styles and theme) from the wrapped component.

v1.1.0

  • [New] copy propTypes and defaultProps from the wrapped component.
  • [Deps] Bump deepmerge dependency from ^0.2.1 to ^1.0.0.

v1.0.0

  • Extract interfaces to their own repos.
  • Initial full release.

v0.2.1

  • Add scripts for building and publishing this package.

v0.2.0

  • Add ThemeProvider as a named export from project main.

v0.1.1

  • Fix main in package.json.

v0.1.0

  • Initial soft release.