All Versions
71
Latest Version
Avg Release Cycle
41 days
Latest Release
1210 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v11.0.2 Changes
June 03, 2020- Resolves issue with GH Pages not loading sliders properly.
-
v11.0.0 Changes
June 03, 2020- Bootstrap 4 Compatibility: We are now compatible with Bootstrap 4! Major thanks goes to Jeffrey Espiritu and David Lesieur for leading this effort!
- ๐ Starting with this major release, all new changes will only be compatible with Bootstrap 4. We will not support backwards compatibility with older versions of Bootstrap!
- ๐ We (the maintainers) will no longer support the 10.x and older versions of this plugin!
- However we will still accept bug fix pull requests for the
10.x
version. If you want to make a pull request against this version, please branch off thebs3
branch of our repository and create your pull requests against that branch.
-
v10.6.2 Changes
July 11, 2019- ๐ Bug Fix: Fixes bridget bug with empty jquery object. See here for further details. Thanks to ollycross
-
v10.6.1 Changes
February 15, 2019- ๐ Bug Fix: Fixes slider for touch-enabled devices. See here for further details.
- ๐ Build Deployment: Added
build-preview.sh
script for deploying API examples page for the purpose of testing aforementioned bug fix for touch-enabled devices.
-
v10.6.0 Changes
January 06, 2019- ๐ New Feature: Add new feature to persist the value after a refresh. See Example 26 for a demonstration. See here for further details.
- ๐ Bug Fix: Fix unit tests to execute event callbacks asynchronously. See here for further details.
- ๐ Documentation: Add link to Angular Bootstrap-Slider project. Commit.
-
v10.5.0 Changes
January 04, 2019- ๐ New Feature: Add lock to ticks feature. See Example 25 for a demonstration. See here for further details. Thanks to Heidar.
- ๐ Bug Fix: Fix mouseup event should trigger 'change' event. See here for further details. Thanks to Michael Kriese.
- โก๏ธ Update Copyright: Update Copyright year references to 2019. See here for further details.
-
v10.4.2 Changes
December 18, 2018- ๐ Bug Fix: Fix 'change' event should trigger when either values change for range sliders. See here for further details. Thanks to pimlie.
-
v10.4.1 Changes
December 18, 2018- ๐ Bug Fix: Remove unnecessary call to
parseFloat()
. See here for further details. - ๐ Bug Fix: Fix namespace handling. See here for further details.
- ๐ Bug Fix: Fix tooltip when option is set to 'always'. See here for further details
- ๐ Bug Fix: Fixes Issue #884: Hovering over ticks displays the tick index. See here for further details
- ๐ Bug Fix: Remove unnecessary call to
-
v10.4.0 Changes
December 12, 2018- โก๏ธ Minor API Update: Update behaviour so that min/max tick values do not overwrite min/max settings. See here for further details.
- ๐ Bug Fix: Remove unnecessary function calls. See here for further details.
- ๐ Bug Fix: Fix calculation of percentage values. See here for further details.
- ๐ Bug Fix: Recalculate the percentage on
mouseup
event. See here for further details. Thanks to purpose233.
-
v10.3.4 Changes
December 08, 2018- ๐ Bug Fix: Fix range slider values for
sliderStart
event. See here for further details. - ๐ Bug Fix: Properly check if slider values have changed. See here for further details.
- ๐ Bug Fix: Correctly unset
aria-valuetext
attribute. See here for further details. - ๐ Bug Fix: Fix Public Method unit test. See here for further details. Thanks to Xiaochen Wang.
- ๐ Documentation Update: Add a table of links for the Bootstrap-Slider API examples. See here for further details. Thanks to Susan Truong.
- ๐ Bug Fix: Fix range slider values for