You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update floor label so that it hides correctly when using single slider. (#155)
7
+
- Fix ticks values when step is a float.
8
+
- Remove the delta checking in updateLowHandle because it leads to hard-to-debug bugs.
9
+
10
+
# 1.0.0 (2015-10-13)
11
+
- Rename the NPM package from jusas-angularjs-slider to angularjs-slider because jusas was added by mistake during a PR.- Start to use semantic versioning.
12
+
13
+
# 0.1.36 (2015-10-12)
14
+
15
+
## Features
5
16
6
17
* Separate the LESS variables from the main file to ease versioning of local customisations.
7
18
8
19
9
-
<a name"0.1.35"></a>
10
-
### 0.1.35 (2015-10-08)
20
+
# 0.1.35 (2015-10-08)
11
21
12
-
####Features
22
+
## Features
13
23
14
24
* Add enabled/disabled option for slider: `rz-slider-disabled="boolean"`
15
25
16
26
17
-
<a name"0.1.34"></a>
18
-
### 0.1.34 (2015-10-03)
27
+
# 0.1.34 (2015-10-03)
19
28
20
-
####Features
29
+
## Features
21
30
22
31
* Support ticks for range sliders and slider with always visible bars.
23
32
24
33
25
-
<a name"0.1.33"></a>
26
-
### 0.1.33 (2015-10-02)
34
+
# 0.1.33 (2015-10-02)
27
35
28
-
####Features
36
+
## Features
29
37
30
38
* Add a `rzSliderShowTicks` to show a tick on each step.
31
39
* Add a `rzSliderShowTicksValue ` to show a tick and its value on each step.
0 commit comments