Skip to content

Releases: nkovacic/angular-touchspin

ES6 default import is now enabled

Choose a tag to compare

@nkovacic nkovacic released this 14 Nov 11:56

ES6 default importing is now enabled.

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

Fixed minor issues with touch events

Choose a tag to compare

@nkovacic nkovacic released this 10 Aug 12:01

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

Fixed keyUp/keyDown infinite spin issue

Choose a tag to compare

@nkovacic nkovacic released this 04 Apr 20:30

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

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

Choose a tag to compare

@nkovacic nkovacic released this 22 Feb 08:43

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

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

Choose a tag to compare

@nkovacic nkovacic released this 22 Feb 08:23

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

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

Choose a tag to compare

@nkovacic nkovacic released this 23 Dec 12:34

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

checkValue does not call changeValue if its not necessary.

Choose a tag to compare

@nkovacic nkovacic released this 14 Dec 13:24

checkValue does not call changeValue if its not necessary.

Added read only option.

Choose a tag to compare

@nkovacic nkovacic released this 01 Dec 18:41

Added read only option.

Added touchspin options watcher.

Choose a tag to compare

@nkovacic nkovacic released this 26 Oct 07:49

Added touchspin options watcher.

Added min and max attributes for range validation.

Choose a tag to compare

@nkovacic nkovacic released this 25 Oct 09:20

Added min and max attributes for range validation.