-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
48 lines (33 loc) · 935 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# 1.0.0
- Vertically centered slider
# 0.0.14
- RTL support
# 0.0.13
- Pass currentValue to Markers
- Missing var statement
- Allow different types of left and right markers in a single slider
- Improvements on marker alignment on large gaps
# 0.0.12
Various updates:
- modernize converters code
- valueToPosition uses closest index function
- improve cWRP to handle min, max properly changes
- fix wierd bug on multiple values
- fixed valueToPosition again
- ignore termination request
# 0.0.11
Updated ViewProps to support older versions
# 0.0.10
BREAKING: Updated PropTypes imports for React 16
# 0.0.9
BREAKING: Updated ViewProps imports for 0.44 release
Enable disable Slider through props
Removed unused setState
Various bugfixes
# 0.0.8
Removed logging #14
Format code with prettier
# 0.0.7
Made sure examples + docs are not pushed to npm
Removed specific versions from package dependencies
Added CHANGELOG