Releases: wojtekmaj/react-clock
Releases · wojtekmaj/react-clock
v4.0.0
08 Nov 10:26
Compare
Sorry, something went wrong.
No results found
Note: React <16.8 is not supported. If you're still using React older than 16.8, please use react-clock@^3.0.0 instead.
❗️ = breaking change
What's changed?
❗️ Minimum React version is now 16.8.
Replaced merge-class-names with clsx.
v3.1.0
04 Feb 12:03
Compare
Sorry, something went wrong.
No results found
What's new?
Added support for React 18.
v3.0.0
14 Aug 10:54
Compare
Sorry, something went wrong.
No results found
❗️ = 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
21 Dec 16:05
Compare
Sorry, something went wrong.
No results found
❗️ = 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
28 Jul 10:30
Compare
Sorry, something went wrong.
No results found
What's new?
Added TypeScript typings.
Added more unit tests.
What's changed?
React-Clock now uses Babel 7 internally.
Rewrite for optimal Babel output, resulting in ~25% bundle size savings.
v2.3.0
04 May 10:55
Compare
Sorry, something went wrong.
No results found
What's new?
You can now render numbers on the clock using renderNumbers prop (#6 ). Thanks, @yhlben!
Bug fixes
Fixed negative percent values for oppositeLength props throwing React warning. Thanks, @bjenkins24 !
v2.2.1
14 Mar 22:28
Compare
Sorry, something went wrong.
No results found
What's new?
Refactored code for enhanced stability and readability.
Bug fixes
Fixed a configuration bug that could have caused React-Calendar to behave unexpectedly on React 15.x environments.
v2.2.0
27 Dec 08:28
Compare
Sorry, something went wrong.
No results found
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 with babel-preset-env.
v2.1.0
17 Dec 00:45
Compare
Sorry, something went wrong.
No results found
What's new?
You can now pass values as string, e.g. "11:20:38".
Bug fixes
Fixed a styling issue that could have caused React-Clock not to be rendered
v2.0.1
16 Dec 22:16
Compare
Sorry, something went wrong.
No results found
Bug fixes
Fixed Clock.css file missing from build folder.