Skip to content

Releases: VanishMax/vue-wheel-picker

v0.3.2

21 Jan 12:32
Compare
Choose a tag to compare

Changelist:

  • Fix manual select with clicking on arrows or keyboard selection by @zeitlerquintet

v0.3.1

15 Sep 08:26
Compare
Choose a tag to compare

Change list:

  • Wheeling is slowed down when it's out of borders

v0.3.0

23 Aug 07:17
Compare
Choose a tag to compare

Change list:

  • Virtualized scroll – add an array of 10k options to the Picker, it will not even notice! Now, the Picker renders at most 60 items at the same time.

v0.2.0

11 Aug 08:04
Compare
Choose a tag to compare

Change list:

  • Add option slot
  • Add contributing and code of conduct:
  • Change the project name to 'vue-wheel-picker'

v0.1.3

09 Aug 09:06
Compare
Choose a tag to compare

Change list:

  • Support of 'wheel' event
  • Support of 'keyup' event for the focused Picker. Now, up and down keys also change the value

v0.1.2

09 Aug 07:09
Compare
Choose a tag to compare

This release fixes the scrolling issue that allowed scrolling Picker component along with the parent element using touchmove event.