Skip to content

Releases: FriendsOfReactJS/react-css-themr

3.3.2

25 Aug 19:47
9ab46f6
Compare
Choose a tag to compare

UPDATE:

  • Feature: Remove NPM_TOKEN from npmrc
  • BUGFIX: Fix support for stateful React components with TypeScript by making props mandatory

Thanks to @dimaip for the contribution.

For more details take a look at the changes:
3.3.1...3.3.2

3.3.1

21 Aug 06:42
2c85f35
Compare
Choose a tag to compare

UPDATE:
We have updated jsdom to version 12 and adjust the tests to the new version.

For more details take a look at the changes:
3.3.0...3.3.1

3.3.0

15 Aug 20:23
Compare
Choose a tag to compare

3.3.0 (2018-08-15)

DOCS:

  • Added code of conduct
  • Added contribution guidance
  • Added issue templates

For more details take a look at the changes:
3.2.0...3.3.0

3.2.0

15 Aug 09:01
Compare
Choose a tag to compare

In the last days we worked a lot on the infrastructure and the build process.

FEATURE:

  • replace mocha and expectjs with jest
  • Use the eslint commit message syntax with commitizen
  • Use semantic-release to automate the release
  • Update the documentation and some smaller things

For more details take a look at the changes:
3.1.0...3.2.0

Release version 3.1.0

07 Aug 12:53
9b50dba
Compare
Choose a tag to compare

We have merged all relevant open Pull Requests from react-css-themr to @friendsofreactjs/react-css-themr.

BUGFIX:

  • The README has been adjusted by several PRs. Some typos and the toolbox URL has been changed
  • Fix issue that now allows theming of HOC and components without a function name
  • Fix issue with extract-text-webpack-plugin that breaks the application

FEATURE:

  • Add greenskeeper.io
  • Use prettier for code formatting
  • Update lot of dependencies

For more details take a look at the changes:
3.0.1...master

Release version 3.0.1

02 Aug 10:15
Compare
Choose a tag to compare

Release 3.0.1

TASK:

  • Updated the package.json to work with npm
  • Updated the README

Release version 3.0.0

02 Aug 10:05
Compare
Choose a tag to compare

Breaking release!!

This is the first release as @friendsofreactjs/react-css-themr.
The README has been adjusted and you only need to change the imports from
react-css-themr to @friendsofreactjs/react-css-themr

FEATURE:

  • Updated several dependencies and the package is now also react 16 compatible