Skip to content

Latest commit

 

History

History
84 lines (47 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

84 lines (47 loc) · 2.36 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.4.1] - 2020-02-15

Fixed

  • Fixed event emitter that was added in 1.4.0. Can now properly access updated values with @updated-hours. Issue #12

[1.4.0] - 2020-01-08

Added

  • Added localization for day names - Issue #9 PR #10 Thanks Graker
  • Added event emitter to access updated values - Issue #6 PR [#8](Added "change" emit to Business Hours day) Thanks wilokecom

[1.3.0] - 2019-11-29

Added

  • Added localization, changeable switch width and 24h format - PR #4 Thanks Drackokacka

Changed

  • CSS tweaks to account for adjustable toggle switch width
  • Component width now set to 100% of containing element.

[1.2.3] - 2019-05-17

Changed

  • Changed width of .business-hours-container to 600px

[1.2.2] - 2019-04-30

Changed

  • Properly register subcomponents locally instead of globally.
  • NPM package bug fixes
  • Updated README.md

[1.1.2] - 2019-04-26

Changed

  • NPM package bug fixes

[1.1.0] - 2019-04-25

Added

  • Added business hour container component to allow for easier reuse for special hours or holiday hours.
  • NPM package support added and published.

Changed

  • Demo changed to show implemention for regular business hours and holiday hours as well as different options

[1.0.0] - 2019-04-24

Added

  • Text input with datalist autocompletion option in addition to original select
  • Input/datalist validations
  • Ability to control the color of the toggle switch and Add hours button with a color property

Changed

  • Major rewrite
  • Component now generates time dropdown options based on `timeIncrement' property

Removed

  • Requirement for times data array used to populate the dropdown options.

[0.1.0] - 2019-04-03

First commit

  • Select business hours vue component