Releases: wojtekmaj/react-clock
Releases · wojtekmaj/react-clock
v3.1.0
v3.0.0
❗️ = breaking change
What's new?
- React-Clock now ships with ES6 Modules along with CommonJS modules. This allows for Webpack and other bundlers to optimize your code better.
What's changed?
- ❗️ React-Clock no longer imports its styles by default. If you want to continue to use them, import them separately as instructed in README.
v3.0.0-beta
❗️ = breaking change
What's new?
- React-Clock now ships with ES6 Modules along with CommonJS modules. This allows for Webpack and other bundlers to optimize your code better.
What's changed?
- ❗️ React-Clock no longer imports its styles by default. If you want to continue to use them, import them separately as instructed in README.
v2.4.0
v2.3.0
v2.2.1
v2.2.0
What's new?
- Compiled files are now placed in a standard
./dist
category. - Added unit tests.
- Sample and Test suites are now using Parcel for bundling.
- Updated development platform:
- Updated Jest to version 22.
- Replaced
babel-preset-es2015
withbabel-preset-env
.