Releases: bohnacker/svelte-number-spinner
Releases · bohnacker/svelte-number-spinner
v0.8.0
Edit mode starts now not only on pressing the Enter key but also on any other non-control key.
v0.8.0-rc1
Edit mode starts now not only on pressing the Enter key but also on any other non-control key.
v0.7.10
Fixed issue #11: Enter key is disabled in some cases when NumberInput is present
v0.7.10-rc1
Fixed issue #11: Enter key is disabled in some cases when NumberInput is present
v0.7.9
Fixes:
- Added cleanup on destroy of the component. Thanks @mustafa0x
v0.7.8
Fixes:
- prevent submitting a form when hitting enter on a number spinner that is inside a form element
v0.7.7
Fixes:
- Removed some console.logs
v0.7.6
New features:
- added
dragstart
and dragend
events
- added
focus
and blur
events.
v0.7.5
Bug Fixes:
- Brought back part of the automatic focussing behaviour on edit end that I removed in v0.7.3. When pressing enter or escape in edit mode the focus should still be on the number spinner.
editend
was fired to often. Fixed that.
v0.7.4
New features:
- forwarding original
keydown
, keypress
and keyup
events
- dispatching custom events
editstart
and editstop