Skip to content

Release v1.1.0

Latest
Compare
Choose a tag to compare
@mopcweb mopcweb released this 23 Apr 10:27
· 18 commits to master since this release
b9352e2

New features:

  • [jss-theme] Added new ThemeProvider API. IT is global theme store which uses rxjs under the hood (optional dependency, should be insalled manually if it is necessary).
  • [jss-theme] Added UseStyles property decorator for creating classes and keep track on theme changes.
  • [jss-theme] Added createJssStyledComponent factory for creating class, which already uses ThemeProvider under the hood.

Small types bug fixes.