Skip to content

Releases: bohnacker/svelte-number-spinner

v0.8.0

06 Jan 12:21
Compare
Choose a tag to compare

Edit mode starts now not only on pressing the Enter key but also on any other non-control key.

v0.8.0-rc1

05 Jan 17:26
Compare
Choose a tag to compare

Edit mode starts now not only on pressing the Enter key but also on any other non-control key.

v0.7.10

02 Dec 13:15
Compare
Choose a tag to compare

Fixed issue #11: Enter key is disabled in some cases when NumberInput is present

v0.7.10-rc1

02 Dec 07:49
Compare
Choose a tag to compare
v0.7.10-rc1 Pre-release
Pre-release

Fixed issue #11: Enter key is disabled in some cases when NumberInput is present

v0.7.9

25 Nov 07:48
Compare
Choose a tag to compare

Fixes:

  • Added cleanup on destroy of the component. Thanks @mustafa0x

v0.7.8

06 Sep 09:07
Compare
Choose a tag to compare

Fixes:

  • prevent submitting a form when hitting enter on a number spinner that is inside a form element

v0.7.7

29 Aug 07:02
Compare
Choose a tag to compare

Fixes:

  • Removed some console.logs

v0.7.6

28 Aug 14:42
Compare
Choose a tag to compare

New features:

  • added dragstart and dragend events
  • added focus and blur events.

v0.7.5

27 Aug 06:42
Compare
Choose a tag to compare

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

26 Aug 06:50
Compare
Choose a tag to compare

New features:

  • forwarding original keydown, keypress and keyup events
  • dispatching custom events editstart and editstop