UNPKG

1.24 kBMarkdownView Raw
1# 5.0.0
2* Use browsers' native `select` element for dropdown [BREAKING]
3* Adopt ES6 [BREAKING]
4* Controls are now set by height instead of padding [BREAKING]
5
6# 4.0.0
7* Add controls container function with new named exports [BREAKING]
8* Update README with new recommended initialisation flow [BREAKING]
9
10# 3.0.1
11* Fix slider-label bug
12
13# 3.0.0
14* Prepare for typed data
15
16# 2.4.2
17* Update module license
18
19# 2.4.1
20* Make buttons keyboard accessible and screenreader readable
21
22# 2.4.0
23* Alter styles so that dropdown will work with right to left text direction.
24
25# 2.3.0
26* Add getNode() method
27
28# 2.2.1
29* Fix vertical alignment of title
30
31# 2.2.0
32* Add setting for control title
33
34# 2.1.0
35* Add bounding container to dropdown to stop cutting off
36
37# 2.0.2
38* Add overflow to dropdown
39
40# 2.0.1
41* Better handle dropdowns that go off bottom of page
42
43# 2.0.0
44* Strip styling from controls
45* Restructure settings and logic
46
47# 1.0.1
48* Fix bug with `_index_` property not being read properly inside story player
49
50# 1.0.0
51* Controls now have their own settings block and state
52
53# 0.4.3
54* Use updated version of Flourish slider
55* Remove Number.isFinite which is an ES6ism
56
57# 0.4.2
58
59* Upgrade modules including to slider where missing-comma bug is fixed
\No newline at end of file