Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 1.13 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.

[Unreleased]

[1.1.0] - 2020-02-22

Added

  • Triggering events: input, change, focus, blur

[1.0.10] - 2020-02-22

Fixed

  • Travis CI configuration

[1.0.9] - 2020-02-22

Fixed

  • Travis CI configuration

[1.0.8] - 2020-02-22

Fixed

  • Old dev deps

[1.0.7] - 2020-02-22

Fixed

  • Decrease bundle size

[1.0.6] - 2019-08-29

Fixed

  • Mouseleave event handler for buttons, to stop increase or decrease process, when user move mouse out of button element

[1.0.5] - 2019-08-28

Added

  • Added the recommendation to use v-model directive to interact with the component to README and demo page

[1.0.4] - 2019-08-28

Fixed

  • Touch events on controls: now handled case when user hold the button
  • README.md text

[1.0.3] - 2019-08-27

Fixed

  • README.md: Incorrect component import code example

[1.0.0] - 2019-08-26