Releases: istvan-ujjmeszaros/bootstrap-touchspin
Releases · istvan-ujjmeszaros/bootstrap-touchspin
v4.7.3
Transpiling to ES5
Added Babel to the build process to make the dist file ES5 compatible.
v4.7.1
- 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 is3
andmin
is specified as44
then thetouchspin.on.min
event will be fired as soon as the value reaches45
, which is the minimum value that can be reached with the given step.
v4.7.0
- Better RTL support
- Refactored vertical button handling
- Better support for initializing with existing input group addons
v4.6.2
Fixing callback related bugs
v4.6.1
v4.6.0
- Changing license to MIT
- Fixing bugs with readonly inputs
v4.5.4
- 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
Fixing change events for out-of-range values