1 | # Change Log
|
2 |
|
3 | All notable changes to this project will be documented in this file.
|
4 | This project adheres to [Semantic Versioning](http://semver.org/).
|
5 |
|
6 | ## [4.1.1] - 2020-01-16
|
7 | - [fix][Slider] Fix "TypeError: Cannot read 'getBoundingClientRect' of null"
|
8 |
|
9 | ## [4.1.0] - 2019-10-21
|
10 | - [new][Deps] Update `react-with-styles` ^4.0.1 -> ^4.1.0
|
11 |
|
12 | ## [4.0.1] - 2019-09-11
|
13 | - [fix][Deps] Update `react-with-styles` ^4.0.0 -> ^4.0.1
|
14 |
|
15 | ## [4.0.0] - 2019-09-09
|
16 | - [new][Deps] Update `react-with-styles` ^3.2.3 -> ^4.0.0
|
17 | - [breaking][deps] babel 7, and other deps (drops node < 6)
|
18 | - [new][Deps] update `airbnb-prop-types`, `prop-types`, `react-with-styles`
|
19 |
|
20 | ## [3.0.2] - 2018-12-10
|
21 | - [fix] Fix position calculations for 'vertical' mode ([#199](https://github.com/airbnb/rheostat/pull/199))
|
22 |
|
23 | ## [3.0.1] - 2018-07-17
|
24 | - [fix] Transpile initialize script ([#182](https://github.com/airbnb/rheostat/pull/182))
|
25 |
|
26 | ## [3.0.0] - 2018-07-05
|
27 | - [breaking] drop v0.13 support
|
28 | - [breaking] Upgrade `rheostat` to use `react-with-styles` ([#161](https://github.com/airbnb/rheostat/pull/161), [#162](https://github.com/airbnb/rheostat/pull/162), [#163](https://github.com/airbnb/rheostat/pull/163), [#164](https://github.com/airbnb/rheostat/pull/164), [#166](https://github.com/airbnb/rheostat/pull/166), [#168](https://github.com/airbnb/rheostat/pull/168), [#172](https://github.com/airbnb/rheostat/pull/172))
|
29 | - [breaking] Do not call `onChange` when values are manually updated ([#178](https://github.com/airbnb/rheostat/pull/178))
|
30 |
|
31 | ## [2.2.0] - 2018-05-21
|
32 |
|
33 | - Add getNextHandlePosition prop to allow custom movement validation (#126)
|
34 | - Fixes React@16 errors about invalid typed props. (#138)
|
35 |
|
36 | ## [2.1.3] - 2018-01-03
|
37 |
|
38 | ### Fixes
|
39 |
|
40 | - revert jsnext:main extension removal (#135)
|
41 |
|
42 | ## [2.1.2] - 2018-01-02
|
43 |
|
44 | ### Fixes
|
45 |
|
46 | - Slider: avoid key={0} (#106)
|
47 | - Use math.round instead of math.floor for getting value with geometric algorithm (#131)
|
48 |
|
49 | ### Refactors
|
50 |
|
51 | - Slider: use function refs instead of string refs (#112)
|
52 | - Memoize pits styles (#123, #130)
|
53 |
|
54 | ## [2.1.1] - 2017-07-11
|
55 |
|
56 | ### Fixed
|
57 |
|
58 | - use prop-types + create-react-class packages (#73)
|
59 | - ensure `Object.assign` is transformed to `object.assign`
|
60 |
|
61 | ## [2.1.0] - 2016-11-10
|
62 |
|
63 | ### Changed
|
64 |
|
65 | - Up/Down keys also move the slider now.
|
66 |
|
67 | ## [2.0.1] - 2016-10-19
|
68 |
|
69 | ### Fixed
|
70 |
|
71 | - Eliminate slidingIndex of -1 (#33)
|
72 |
|
73 | ## [2.0.0] - 2016-08-22
|
74 |
|
75 | ### Changed
|
76 |
|
77 | - A11y for tabbing between handles.
|
78 | - Changed slider handles from div to button.
|
79 |
|
80 | ## [1.1.2] - 2016-07-08
|
81 |
|
82 | ### Fixed
|
83 |
|
84 | - React v15 support.
|
85 |
|
86 | ## [1.1.1] - 2016-06-27
|
87 |
|
88 | ### Added
|
89 |
|
90 | - A geometric algorithm.
|
91 |
|
92 | ## [1.1.0] - 2016-06-22
|
93 |
|
94 | ### Added
|
95 |
|
96 | - New prop for disabling the slider.
|
97 |
|
98 | ## [1.0.0] - 2016-01-21
|
99 |
|
100 | Initial Release
|
101 |
|
\ | No newline at end of file |