timepicker-ui

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


[3.1.2] - 2025-11-07


[3.1.2] - 2025-11-07

[3.1.1] - 2025-11-07

Added

Changed

Performance

[3.1.0] - 2025-11-07

Added

Changed

Deprecated

Fixed

Migration Guide

// Old way (deprecated, will be removed in v4)
input.addEventListener("timepicker:confirm", (e) => {
  console.log(e.detail);
});

// New way (recommended)
picker.on("confirm", (data) => {
  console.log(data);
});

[3.0.2] - 2025-07-25

Fixed


[3.0.1] - 2025-07-25

Fixed


[3.0.0] - 2025-07-25

Added

Changed

Fixed

Removed


[2.6.1] - 2022-11-17

Add


[2.6.0] - 2022-11-16

Change

Add

Fix


[2.5.0] - 2022-05-06

Change

Add

Fix


[2.4.5] - 2022-04-02

Fix


[2.4.4] - 2022-04-02

Fix


[2.4.3] - 2022-04-02

Fix

Add


[2.4.2] - 2022-03-29

Fix

Add


[2.4.1] - 2022-03-26

Add

Fix

Update


[2.4.0] - 2022-03-22

Add

Update


[2.3.0] - 2022-03-05

Fix

Change

Add


[2.2.3] - 2021-09-26

Update


[2.2.2] - 2021-09-25

Fixed

Update


[2.2.1] - 2021-09-24

Fixed


[2.2.0] - 2021-09-23

Added

Update


[2.1.1] - 2021-01-24

Fixed


[2.1.0] - 2021-01-24

Added

Change

Fixed


[2.0.2] - 2021-01-21

Fixed


[2.0.1] - 2021-01-18

Fixed


[2.0.0] - 2021-01-17

Changed

Fixed


[1.2.0] - 2020-11-05

Changed

Added