Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
"plugins": [
"react",
"import"
]
],
"settings": {
"import/extensions": [
".css$"
]
}
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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).

## [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.
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include dash_daq/dash_daq.min.js.map
include dash_daq/async~*.js
include dash_daq/async~*.js.map
include dash_daq/metadata.json
include dash_daq/rc-slider@6.1.2.css
include dash_daq/package-info.json
include README.md
include LICENSE.md
2 changes: 1 addition & 1 deletion dash_daq/async~colorpicker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_daq/async~colorpicker.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dash_daq/async~slider.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_daq/async~slider.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_daq/dash_daq.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_daq/dash_daq.min.js.map

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions dash_daq/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-daq",
"version": "0.3.2",
"version": "0.3.3",
"engines": {
"node": ">=8"
},
Expand Down Expand Up @@ -50,7 +50,7 @@
"nipplejs": "^0.7.1",
"prop-types": "^15.5.9",
"ramda": "^0.25.0",
"rc-slider": "^8.6.1",
"rc-slider": "^9.1.0",
"react": "^16.8.6",
"react-color": "^2.14.1",
"react-dom": "^16.8.6",
Expand All @@ -69,11 +69,13 @@
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"chalk": "^2.3.1",
"css-loader": "^3.4.2",
"dash-components-archetype-dev": "^0.2.11",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"es-check": "^5.0.0",
"fs-extra": "^5.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"jest-canvas-mock": "^2.1.1",
"pre-commit": "^1.2.2",
Expand All @@ -82,6 +84,7 @@
"react-docgen-markdown-renderer": "^1.0.2",
"react-test-renderer": "^16.8.6",
"sinon": "^4.3.0",
"style-loader": "^1.1.3",
"webpack-cli": "^3.3.9"
},
"jest": {
Expand All @@ -92,11 +95,13 @@
"testURL": "http://localhost",
"setupFiles": [
"jest-canvas-mock"
]
],
"moduleNameMapper": {
"\\.css": "identity-obj-proxy"
}
},
"files": [
"dash_daq/*{.js,.map}",
"dash_daq/rc-slider@6.1.2.css"
"dash_daq/*{.js,.map}"
],
"pre-commit": [
"test",
Expand Down
290 changes: 0 additions & 290 deletions dash_daq/rc-slider@6.1.2.css

This file was deleted.

Loading