Skip to content

Latest commit

 

History

History
108 lines (62 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

108 lines (62 loc) · 2.69 KB

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.

1.2.2 - 2023-07-11

Changed

  • Remove console logging when given value is null

Fixed

  • Default selected hour not working when removeHourPadding is enabled

1.2.1 - 2023-07-11

Changed

  • Update README.md documentation

1.2.0 - 2023-07-11

Added

  • Ability to remove minutes (eg. 8AM)
  • Ability to remove leading 0 padding from hours

Changed

  • Define prop types and defaults

1.1.2 - 2023-07-07

Fixed

  • Controls moving down when wrapped

1.1.1 - 2023-07-07

Fixed

  • Controls moving down when input width is narrow

1.1.0 - 2023-06-08

Added

  • Option to increment hours and minutes with a certain value

1.0.12 - 2023-06-08

Fixed

  • Field not updating when null or empty string is passed

1.0.11 - 2023-06-08

Added

  • Ability to clear input field data

Fixed

  • Value not updating when bound data is updated

1.0.10 - 2023-06-01

Changed

  • Component tag name from vue3-time-picker to Vue3TimePicker
  • Remove unnecessary import

1.0.9 - 2023-06-01

Fixed

  • Assigned value not populating on field and dropdown options

1.0.8 - 2023-05-31

Added

  • Add class props to the input field and dropdown popup

1.0.7 - 2023-05-31

Changed

  • Add "Inspired by" on README