Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plotlyjs 2.8.1 #1869

Merged
merged 9 commits into from
Dec 18, 2021
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
4 changes: 2 additions & 2 deletions @plotly/dash-component-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plotly/dash-component-plugins",
"version": "1.2.1",
"version": "1.2.2",
"description": "Plugins for Dash Components",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
"homepage": "https://github.com/plotly/dash",
"main": "dist/index.js",
"scripts": {
"build": "webpack --display-reasons --bail"
"build": "webpack"
},
"author": "Marc-André Rivet",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]

### Changed
- [#1869](https://github.com/plotly/dash/pull/1869) Upgrade Plotly.js to v2.4.2. This includes:
- [Feature release 2.5.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
- 3D traces are now compatible with `no-unsafe-eval` CSP rules.
- [Feature release 2.6.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
- Add `smith` subplots and `scattersmith` traces, for drawing Smith charts.
- [Feature release 2.7.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
- Add text data for `histogram` traces.
- Fix an interaction between `uirevision` and `autorange` that pops up in some cases of mixed clientside / serverside figure generation.
- [Feature release 2.8.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
- Add horizontal colorbars.
- Add text data on `heatmap` and related trace types.
- Control legend group title fonts.
- Patch releases [2.5.1](https://github.com/plotly/plotly.js/releases/tag/v2.5.1), [2.6.1](https://github.com/plotly/plotly.js/releases/tag/v2.6.1), [2.6.2](https://github.com/plotly/plotly.js/releases/tag/v2.6.2), [2.6.3](https://github.com/plotly/plotly.js/releases/tag/v2.6.3), [2.6.4](https://github.com/plotly/plotly.js/releases/tag/v2.6.4), and [2.8.1](https://github.com/plotly/plotly.js/releases/tag/v2.8.1) containing bugfixes.
- This PR also upgrades various other dependencies of dash renderer and component suites.

- [#1745](https://github.com/plotly/dash/pull/1745):
Improve our `extras_require`: there are now five options here, each with a well-defined role:
Expand Down
13,284 changes: 4,065 additions & 9,219 deletions components/dash-core-components/package-lock.json

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions components/dash-core-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,59 +36,59 @@
"maintainer": "Ryan Patrick Kyle <ryan@plotly.com>",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"base64-js": "^1.5.1",
"color": "^3.1.3",
"color": "^4.1.0",
"fast-isnumeric": "^1.1.4",
"file-saver": "^2.0.5",
"highlight.js": "^11.0.1",
"highlight.js": "^11.3.1",
"moment": "^2.29.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"plotly.js": "2.4.2",
"plotly.js": "2.8.1",
"prop-types": "^15.7.2",
"ramda": "^0.27.1",
"rc-slider": "^9.7.2",
"rc-slider": "^9.7.5",
"react-addons-shallow-compare": "^15.6.3",
"react-dates": "^21.8.0",
"react-docgen": "^5.4.0",
"react-dropzone": "^4.1.2",
"react-markdown": "^4.3.1",
"react-resize-detector": "^6.7.4",
"react-resize-detector": "^6.7.6",
"react-select-fast-filter-options": "^0.2.3",
"react-virtualized-select": "^3.1.3",
"uniqid": "^5.3.0"
"uniqid": "^5.4.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@plotly/dash-component-plugins": "^1.2.0",
"@plotly/webpack-dash-dynamic-import": "^1.2.0",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@plotly/dash-component-plugins": "^1.2.2",
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-loader": "^8.2.3",
"component-playground": "^3.2.1",
"copyfiles": "^2.4.1",
"css-loader": "^5.2.6",
"es-check": "^5.2.4",
"css-loader": "^6.5.1",
"es-check": "^6.1.1",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "^7.27.1",
"identity-obj-proxy": "^3.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"prettier": "^2.5.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-jsx-parser": "1.21.0",
"style-loader": "^3.0.0",
"style-loader": "^3.3.1",
"styled-jsx": "^3.4.4",
"webpack": "^5.43.0",
"webpack-cli": "^4.7.2"
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"files": [
"/dash_core_components/*{.js,.map}",
Expand Down
2 changes: 1 addition & 1 deletion components/dash-core-components/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = (env, argv) => {
},
{
test: /\.jsx?$/,
include: /node_modules[\\\/](react-jsx-parser|highlight[.]js|react-markdown|is-plain-obj)[\\\/]/,
include: /node_modules[\\\/](react-jsx-parser|highlight[.]js|react-markdown|is-plain-obj|color)[\\\/]/,
use: {
loader: 'babel-loader',
options: {
Expand Down
Loading