Releases: VanishMax/vue-wheel-picker
Releases · VanishMax/vue-wheel-picker
v0.3.2
Changelist:
- Fix manual select with clicking on arrows or keyboard selection by @zeitlerquintet
v0.3.1
Change list:
- Wheeling is slowed down when it's out of borders
v0.3.0
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
Change list:
- Add
option
slot
- Add contributing and code of conduct:
- Change the project name to 'vue-wheel-picker'
v0.1.3
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
This release fixes the scrolling issue that allowed scrolling Picker component along with the parent element using touchmove
event.