Releases: velusgautam/count-down-react
Releases · velusgautam/count-down-react
Version 2.0.0 with ESM support
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
What's Changed
- Update dependency @types/react-test-renderer to v17 by @renovate in #23
- Update dependency rollup to v2.38.4 by @renovate in #24
- Update dependency ts-jest to v26.5.0 by @renovate in #25
- Update dependency @types/jest to v27 by @renovate in #43
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #40
- Bump ws from 7.4.2 to 7.5.6 by @dependabot in #46
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #45
- Update dependency @testing-library/react to v12 by @renovate in #42
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #34
- Bump json5 from 2.1.3 to 2.2.3 by @dependabot in #57
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #56
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #55
New Contributors
- @dependabot made their first contribution in #40
Full Changelog: v1.0.12...1.0.13
Updated packages to fix security vulnerabilities
v1.0.12 1.0.12
Fix actions release problem
v1.0.8 1.0.8
Bug Fix Release
- Fixed bug in milliseconds implementation
- Fixed bug in state not updating sometimes
Optimised render call
Updated types
Removed string date unwanted console log
Fixed bug of render call after completed
Release 1.0.4
Removed unwanted packages
Removed some dead code.