@@ -6,111 +6,114 @@ The format is based on [Keep a
6
6
Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project
7
7
adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8
8
9
+ ## [ Unreleased]
10
+ - [ #92 ] ( https://github.com/plotly/dash-daq/pull/92 ) Update from React 16.8.6 to 16.13.0
11
+
9
12
## [ 0.4.0] - 2020-03-04
10
13
### Added
11
- * [ #80 ] ( https://github.com/plotly/dash-daq/pull/80 ) Added ` theme ` prop to ` GraduatedBar ` component.
14
+ - [ #80 ] ( https://github.com/plotly/dash-daq/pull/80 ) Added ` theme ` prop to ` GraduatedBar ` component.
12
15
13
16
### Changed
14
- * [ #91 ] ( https://github.com/plotly/dash-daq/pull/91 ) Renamed async modules with hyphen ` - ` instead of tilde ` ~ `
15
- * [ #80 ] ( https://github.com/plotly/dash-daq/pull/80 ) Changed class names for components according to BEM conventions.
17
+ - [ #91 ] ( https://github.com/plotly/dash-daq/pull/91 ) Renamed async modules with hyphen ` - ` instead of tilde ` ~ `
18
+ - [ #80 ] ( https://github.com/plotly/dash-daq/pull/80 ) Changed class names for components according to BEM conventions.
16
19
17
20
### Fixed
18
- * [ #80 ] ( https://github.com/plotly/dash-daq/pull/80 ) Fixed color problems for dark-theme buttons and inputs.
21
+ - [ #80 ] ( https://github.com/plotly/dash-daq/pull/80 ) Fixed color problems for dark-theme buttons and inputs.
19
22
20
23
## [ 0.3.3] - 2020-01-23
21
24
### Changed
22
- * [ #82 ] ( https://github.com/plotly/dash-daq/pull/82 ) Updated ` rc-slider ` package and ` daq.Slider ` styling.
25
+ - [ #82 ] ( https://github.com/plotly/dash-daq/pull/82 ) Updated ` rc-slider ` package and ` daq.Slider ` styling.
23
26
24
27
## [ 0.3.2] - 2020-01-22
25
28
### Fixed
26
- * [ #84 ] ( https://github.com/plotly/dash-daq/pull/84 ) Fixed JS map not being included in the ` js_dist ` for the Python package.
29
+ - [ #84 ] ( https://github.com/plotly/dash-daq/pull/84 ) Fixed JS map not being included in the ` js_dist ` for the Python package.
27
30
28
31
## [ 0.3.1] - 2019-11-14
29
32
### Fixed
30
- * [ #73 ] ( https://github.com/plotly/dash-daq/pull/73 ) Fix IE11 compatibility issues and ES5 compatibility and validation
33
+ - [ #73 ] ( https://github.com/plotly/dash-daq/pull/73 ) Fix IE11 compatibility issues and ES5 compatibility and validation
31
34
32
35
## [ 0.3.0] - 2019-11-05
33
36
### Added
34
- * [ #70 ] ( https://github.com/plotly/dash-daq/pull/70 ) Async ColorPicker and Slider components
37
+ - [ #70 ] ( https://github.com/plotly/dash-daq/pull/70 ) Async ColorPicker and Slider components
35
38
36
39
## [ 0.2.2] - 2019-10-04
37
40
38
41
### Fixed
39
- * Fixed ThemeProvider warning by updating ` styled-components ` to ` v4.4.0 ` .
42
+ - Fixed ThemeProvider warning by updating ` styled-components ` to ` v4.4.0 ` .
40
43
41
44
## [ 0.2.1] - 2019-09-24
42
45
43
46
### Fixed
44
- * Fixed "Cannot read property 'subscribe' of undefined" JavaScript
47
+ - Fixed "Cannot read property 'subscribe' of undefined" JavaScript
45
48
error.
46
49
47
50
## [ 0.2.0] - 2019-09-24
48
51
49
52
### Added
50
- * Added ` height ` and ` width ` parameters to ` daq.Tank ` and
53
+ - Added ` height ` and ` width ` parameters to ` daq.Tank ` and
51
54
` daq.Thermometer ` .
52
55
53
56
## [ 0.1.7] - 2019-07-24
54
57
55
58
### Changed
56
- * Updated library to React 16 for compatibility with ` dash-1.0.0 ` .
59
+ - Updated library to React 16 for compatibility with ` dash-1.0.0 ` .
57
60
58
61
## [ 0.1.6] - 2019-07-16
59
62
60
63
### Added
61
- * Added ability for LEDDisplay to handle negative numbers.
64
+ - Added ability for LEDDisplay to handle negative numbers.
62
65
63
66
## [ 0.1.5] - 2019-05-09
64
67
65
68
### Fixed
66
- * Fixed missing locationSlider entry in Slider.propTypes.
69
+ - Fixed missing locationSlider entry in Slider.propTypes.
67
70
68
71
### Added
69
72
70
- * Updated package.json with additional metadata for R package
73
+ - Updated package.json with additional metadata for R package
71
74
building.
72
- * Added JavaScript bundle and source map to dash_daq subfolder.
73
- * Initial commit of dashDaq R package.
75
+ - Added JavaScript bundle and source map to dash_daq subfolder.
76
+ - Initial commit of dashDaq R package.
74
77
75
78
## [ 0.1.4] - 2019-02-18
76
79
77
80
### Fixed
78
- * Fixed init file to include the correct bundle location.
79
- * Fixed NPM package to include bundle, and updated Python package
81
+ - Fixed init file to include the correct bundle location.
82
+ - Fixed NPM package to include bundle, and updated Python package
80
83
version accordingly.
81
84
82
85
## [ 0.1.2] - 2019-02-15
83
86
84
87
### Fixed
85
- * Fixed version to correspond to the correct/published npm version.
88
+ - Fixed version to correspond to the correct/published npm version.
86
89
87
90
## [ 0.1.1] - 2019-02-14
88
91
89
92
### Fixed
90
- * Fixed version to correspond to the correct/published npm version.
93
+ - Fixed version to correspond to the correct/published npm version.
91
94
92
95
## [ 0.1.0] - 2019-01-28
93
96
94
97
### Fixed
95
- * Fixed incompatibility issue with Dash ` 0.36.0 ` .
98
+ - Fixed incompatibility issue with Dash ` 0.36.0 ` .
96
99
97
100
### Removed
98
- * Removed unused headers in CHANGELOG.
99
- * Removed all mentioned of ` fireEvent ` and anything else that used
101
+ - Removed unused headers in CHANGELOG.
102
+ - Removed all mentioned of ` fireEvent ` and anything else that used
100
103
Dash events (which have been removed). The ` n_clicks ` and ` value `
101
104
props should be used instead to determine when something has been
102
105
updated.
103
106
104
107
## [ 0.0.2] - 2018-06-04
105
108
106
109
### Fixed
107
- * Error on Windows when generating tarball. Fixed dependency problems
110
+ - Error on Windows when generating tarball. Fixed dependency problems
108
111
with import dash_daq.
109
112
110
113
## [ 0.0.1] - 2018-05-28
111
114
112
115
### Fixed
113
116
114
- * Display error on ColorPicker Light component fixed
115
- * Gauge component error with default values fixed
116
- * Knob component error with JavaScript split method fixed
117
+ - Display error on ColorPicker Light component fixed
118
+ - Gauge component error with default values fixed
119
+ - Knob component error with JavaScript split method fixed
0 commit comments