Skip to content

Releases: velusgautam/count-down-react

Version 2.0.0 with ESM support

27 Oct 18:59
edaf04c
Compare
Choose a tag to compare

Release v2.0.0

🚀 Major Updates

  • Module Support: Added module field for ES module support. Now includes both CommonJS (dist/index.cjs.js) and ES modules (dist/index.esm.js) to improve compatibility with modern bundlers.

🆙 Breaking Changes

  • Node & NPM Version Requirements: Updated minimum requirements to Node >= 18 and NPM >= 9 to leverage improvements in newer Node versions.
  • Dependency Upgrades: Updated peerDependencies and devDependencies to support React 18 and the latest versions of TypeScript, Jest, Rollup, and associated plugins, ensuring compatibility and leveraging newer library features.

🧹 Enhancements

  • Improved Build Process:
  • Introduced typecheck script using TypeScript for enhanced type validation during the build.
  • Optimized prebuild and postbuild scripts, ensuring a clean build directory before each build.

🛠️ Dependency Updates

Peer Dependencies:

  • Updated to support React and ReactDOM >= 16.8.0 < 2, ensuring compatibility with React 18.
  • Development Dependencies:
  • Upgraded @types/react, @types/react-dom, typescript, jest, prettier, rollup, and other dev tools to their latest versions.

🔥 Deprecated Features

Removed unused keywords: Streamlined keywords for improved searchability on NPM registry.

Full Changelog: 1.0.13...v2.0.0

1.0.13

25 Jan 14:58
24e659f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.12...1.0.13

Updated packages to fix security vulnerabilities

11 Jan 19:02
Compare
Choose a tag to compare

Fix actions release problem

04 Aug 14:50
Compare
Choose a tag to compare

Bug Fix Release

04 Aug 14:36
Compare
Choose a tag to compare
  • Fixed bug in milliseconds implementation
  • Fixed bug in state not updating sometimes

Optimised render call

31 Jul 17:21
Compare
Choose a tag to compare

Updated types
Removed string date unwanted console log
Fixed bug of render call after completed

Release 1.0.4

30 Jul 15:27
Compare
Choose a tag to compare

Removed unwanted packages
Removed some dead code.