All notable changes to React TimePicker Arc are documented here. This project follows semantic versioning to ensure backward compatibility and clear upgrade paths for developers.
Each version includes detailed information about new features, improvements, bug fixes, and any breaking changes that may affect your implementation.
Released: September 5, 2025
Interactive visual clock interface for intuitive time selection with hour and minute hands.
Display-only clock component for showing current time or static time values.
Enhanced export system providing both named and default exports for better flexibility:
None in this release! Version 2.0.0 maintains full backward compatibility with v1.0.0.
All existing TimePicker implementations will continue to work without any code changes. The major version bump reflects the significant new functionality rather than breaking changes.
Upgrading from v1.0.0 to v2.0.0 requires no code changes for existing implementations:
Released: Initial Launch
The initial release provided a solid foundation with default export:
ClockPicker provides an intuitive visual interface that many users find more natural than dropdown selection, especially on touch devices.
Named exports enable better tree-shaking, improved IDE autocomplete, and cleaner import statements in larger applications.
Choose between TimePicker for quick selection or ClockPicker for visual interaction, or use Clock component for display-only scenarios.
Upgrade with confidence knowing your existing code will continue to work exactly as before, while gaining access to new functionality.
Understanding when to use each component in v2.0.0:
| Component | Interface | Best For | Since Version |
|---|---|---|---|
| TimePicker | Dropdown lists | Forms, quick selection | v1.0.0 |
| ClockPicker | Visual clock | Touch devices, intuitive UX | v2.0.0 |
| Clock | Display only | Dashboards, time display | v2.0.0 |
Planned features and improvements for upcoming versions:
Now that you have explored the changelog, consider visiting these resources to further enhance your understanding and implementation: