Releases: FriendsOfReactJS/react-css-themr
3.3.2
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
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
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
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
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
Release 3.0.1
TASK:
- Updated the package.json to work with npm
- Updated the README
Release version 3.0.0
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