Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c234fc commit 61d4aefCopy full SHA for 61d4aef
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+# 2.0.0 (2015-11-XX)
2
+## Breaking changes
3
+- All attributes except `rzSliderModel` and `rzSliderHigh` are moved to `rzSliderOptions`. (See the new documentation in ReadMe)
4
+
5
+## Features
6
+- Add a `rzSliderOptions` attribute to pass options to the slider.
7
+- Add a `RzSliderOptions.options()` method to set global options.
8
+- Add a `scale` option to fix sliders displayed in an element that uses `transform: scale(0.5)`.
9
+- Add a `stepsArray` option (#163)
10
+- Add an `id` option that is passed to the translate function as second arg (#161)
11
12
# 1.1.0 (2015-11-07)
13
## Features
14
- Configurable update interval (#153)
0 commit comments