# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added - [#117](https://github.com/plotly/dash-daq/pull/117) Added `digits` prop to `Gauge` component. ## [0.5.0] - 2020-04-27 ### Added - [#105](https://github.com/plotly/dash-daq/pull/105) Added [persistence](https://dash.plotly.com/persistence) for components BooleanSwitch, ColorPicker, Knob, NumericInput, PowerButton, PrecisionInput, Slider and ToggleSwitch ### Changed - [#92](https://github.com/plotly/dash-daq/pull/92) Update from React 16.8.6 to 16.13.0 ## [0.4.0] - 2020-03-04 ### Added - [#80](https://github.com/plotly/dash-daq/pull/80) Added `theme` prop to `GraduatedBar` component. ### Changed - [#91](https://github.com/plotly/dash-daq/pull/91) Renamed async modules with hyphen `-` instead of tilde `~` - [#80](https://github.com/plotly/dash-daq/pull/80) Changed class names for components according to BEM conventions. ### Fixed - [#80](https://github.com/plotly/dash-daq/pull/80) Fixed color problems for dark-theme buttons and inputs. ## [0.3.3] - 2020-01-23 ### Changed - [#82](https://github.com/plotly/dash-daq/pull/82) Updated `rc-slider` package and `daq.Slider` styling. ## [0.3.2] - 2020-01-22 ### Fixed - [#84](https://github.com/plotly/dash-daq/pull/84) Fixed JS map not being included in the `js_dist` for the Python package. ## [0.3.1] - 2019-11-14 ### Fixed - [#73](https://github.com/plotly/dash-daq/pull/73) Fix IE11 compatibility issues and ES5 compatibility and validation ## [0.3.0] - 2019-11-05 ### Added - [#70](https://github.com/plotly/dash-daq/pull/70) Async ColorPicker and Slider components ## [0.2.2] - 2019-10-04 ### Fixed - Fixed ThemeProvider warning by updating `styled-components` to `v4.4.0`. ## [0.2.1] - 2019-09-24 ### Fixed - Fixed "Cannot read property 'subscribe' of undefined" JavaScript error. ## [0.2.0] - 2019-09-24 ### Added - Added `height` and `width` parameters to `daq.Tank` and `daq.Thermometer`. ## [0.1.7] - 2019-07-24 ### Changed - Updated library to React 16 for compatibility with `dash-1.0.0`. ## [0.1.6] - 2019-07-16 ### Added - Added ability for LEDDisplay to handle negative numbers. ## [0.1.5] - 2019-05-09 ### Fixed - Fixed missing locationSlider entry in Slider.propTypes. ### Added - Updated package.json with additional metadata for R package building. - Added JavaScript bundle and source map to dash_daq subfolder. - Initial commit of dashDaq R package. ## [0.1.4] - 2019-02-18 ### Fixed - Fixed init file to include the correct bundle location. - Fixed NPM package to include bundle, and updated Python package version accordingly. ## [0.1.2] - 2019-02-15 ### Fixed - Fixed version to correspond to the correct/published npm version. ## [0.1.1] - 2019-02-14 ### Fixed - Fixed version to correspond to the correct/published npm version. ## [0.1.0] - 2019-01-28 ### Fixed - Fixed incompatibility issue with Dash `0.36.0`. ### Removed - Removed unused headers in CHANGELOG. - Removed all mentioned of `fireEvent` and anything else that used Dash events (which have been removed). The `n_clicks` and `value` props should be used instead to determine when something has been updated. ## [0.0.2] - 2018-06-04 ### Fixed - Error on Windows when generating tarball. Fixed dependency problems with import dash_daq. ## [0.0.1] - 2018-05-28 ### Fixed - Display error on ColorPicker Light component fixed - Gauge component error with default values fixed - Knob component error with JavaScript split method fixed