All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- #117 Added
digitsprop toGaugecomponent.
- #105 Added persistence for components BooleanSwitch, ColorPicker, Knob, NumericInput, PowerButton, PrecisionInput, Slider and ToggleSwitch
- #92 Update from React 16.8.6 to 16.13.0
- #80 Added
themeprop toGraduatedBarcomponent.
- #91 Renamed async modules with hyphen
-instead of tilde~ - #80 Changed class names for components according to BEM conventions.
- #80 Fixed color problems for dark-theme buttons and inputs.
- #82 Updated
rc-sliderpackage anddaq.Sliderstyling.
- #84 Fixed JS map not being included in the
js_distfor the Python package.
- #73 Fix IE11 compatibility issues and ES5 compatibility and validation
- #70 Async ColorPicker and Slider components
- Fixed ThemeProvider warning by updating
styled-componentstov4.4.0.
- Fixed "Cannot read property 'subscribe' of undefined" JavaScript error.
- Added
heightandwidthparameters todaq.Tankanddaq.Thermometer.
- Updated library to React 16 for compatibility with
dash-1.0.0.
- Added ability for LEDDisplay to handle negative numbers.
- Fixed missing locationSlider entry in Slider.propTypes.
- 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.
- Fixed init file to include the correct bundle location.
- Fixed NPM package to include bundle, and updated Python package version accordingly.
- Fixed version to correspond to the correct/published npm version.
- Fixed version to correspond to the correct/published npm version.
- Fixed incompatibility issue with Dash
0.36.0.
- Removed unused headers in CHANGELOG.
- Removed all mentioned of
fireEventand anything else that used Dash events (which have been removed). Then_clicksandvalueprops should be used instead to determine when something has been updated.
- Error on Windows when generating tarball. Fixed dependency problems with import dash_daq.
- Display error on ColorPicker Light component fixed
- Gauge component error with default values fixed
- Knob component error with JavaScript split method fixed