Skip to content

Commit be094ac

Browse files
committed
Update CHANGELOG.md
1 parent cfd0261 commit be094ac

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
1-
<a name"0.1.36"></a>
2-
### 0.1.36 (2015-10-12)
1+
# 1.1.0 (2015-11-07)
2+
## Features
3+
- Configurable update interval (#153)
34

4-
#### Features
5+
## Bug fixes
6+
- 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
516

617
* Separate the LESS variables from the main file to ease versioning of local customisations.
718

819

9-
<a name"0.1.35"></a>
10-
### 0.1.35 (2015-10-08)
20+
# 0.1.35 (2015-10-08)
1121

12-
#### Features
22+
## Features
1323

1424
* Add enabled/disabled option for slider: `rz-slider-disabled="boolean"`
1525

1626

17-
<a name"0.1.34"></a>
18-
### 0.1.34 (2015-10-03)
27+
# 0.1.34 (2015-10-03)
1928

20-
#### Features
29+
## Features
2130

2231
* Support ticks for range sliders and slider with always visible bars.
2332

2433

25-
<a name"0.1.33"></a>
26-
### 0.1.33 (2015-10-02)
34+
# 0.1.33 (2015-10-02)
2735

28-
#### Features
36+
## Features
2937

3038
* Add a `rzSliderShowTicks` to show a tick on each step.
3139
* Add a `rzSliderShowTicksValue ` to show a tick and its value on each step.

0 commit comments

Comments
 (0)