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.
- Fixed event emitter that was added in 1.4.0. Can now properly access updated values with
@updated-hours
. Issue #12
- 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
- Added localization, changeable switch width and 24h format - PR #4 Thanks Drackokacka
- CSS tweaks to account for adjustable toggle switch width
- Component width now set to 100% of containing element.
- Changed width of .business-hours-container to 600px
- Properly register subcomponents locally instead of globally.
- NPM package bug fixes
- Updated README.md
- NPM package bug fixes
- Added business hour container component to allow for easier reuse for special hours or holiday hours.
- NPM package support added and published.
- Demo changed to show implemention for regular business hours and holiday hours as well as different options
- 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
- Major rewrite
- Component now generates time dropdown options based on `timeIncrement' property
- Requirement for
times
data array used to populate the dropdown options.
- Select business hours vue component