Skip to content

Releases: nkovacic/angular-touchspin

ES6 default import is now enabled

14 Nov 11:56

Choose a tag to compare

ES6 default importing is now enabled.

import { default as angularTouchspin } from 'angular-touchspin';

Fixed minor issues with touch events

10 Aug 12:01

Choose a tag to compare

Fixed minor issues with touch events, because of conflicts with mouse events.

Fixed keyUp/keyDown infinite spin issue

04 Apr 20:30

Choose a tag to compare

Fixed keyUp/keyDown infinite spin issue (thanks @LukasWilin).

Removed ambient reference to angular in angular-touchspin.d.ts.

22 Feb 08:43

Choose a tag to compare

Removed ambient reference to angular in angular-touchspin.d.ts.

Fixed forceStepDivisibility so that it honors user settings instead of forcing round.

22 Feb 08:23

Choose a tag to compare

Fixed forceStepDivisibility so that it honors user settings instead of forcing round.

Removed angular-touchspin.d.ts from .npmignore.

23 Dec 12:34

Choose a tag to compare

Removed angular-touchspin.d.ts from .npmignore.

checkValue does not call changeValue if its not necessary.

14 Dec 13:24

Choose a tag to compare

checkValue does not call changeValue if its not necessary.

Added read only option.

01 Dec 18:41

Choose a tag to compare

Added read only option.

Added touchspin options watcher.

26 Oct 07:49

Choose a tag to compare

Added touchspin options watcher.

Added min and max attributes for range validation.

25 Oct 09:20

Choose a tag to compare

Added min and max attributes for range validation.