Skip to content

Releases: istvan-ujjmeszaros/bootstrap-touchspin

v4.7.3

25 May 02:35
Compare
Choose a tag to compare

Disable tabindex on the up/down buttons

Transpiling to ES5

25 May 02:19
Compare
Choose a tag to compare

Added Babel to the build process to make the dist file ES5 compatible.

v4.7.1

25 May 00:22
Compare
Choose a tag to compare
  • Firing the min and max events as soon as the value reaches the minimum or the maximum.
    Beware that if step is not 1 then the minimum and maximum settings will be overwritten with the values that can be reached with the given step. Like if step is 3 and min is specified as 44 then the touchspin.on.min event will be fired as soon as the value reaches 45, which is the minimum value that can be reached with the given step.

v4.7.0

24 May 23:42
Compare
Choose a tag to compare
  • Better RTL support
  • Refactored vertical button handling
  • Better support for initializing with existing input group addons

v4.6.2

07 Apr 00:40
Compare
Choose a tag to compare

Fixing callback related bugs

v4.6.1

06 Apr 20:58
Compare
Choose a tag to compare

Fixes #115

v4.6.0

04 Apr 19:47
Compare
Choose a tag to compare
  • Changing license to MIT
  • Fixing bugs with readonly inputs

v4.5.4

04 Apr 10:58
Compare
Choose a tag to compare
  • Adding support for the min/max/step attributes on an input
  • If step is other than 1 then min and max values will be tweaked to be sure they are divisible by step

v4.5.3

04 Apr 05:05
Compare
Choose a tag to compare

Fixing change events for out-of-range values

v4.5.2

03 Apr 16:07
Compare
Choose a tag to compare