Skip to content

Commit

Permalink
Merge pull request #2396 from plotly/master-2.8.0
Browse files Browse the repository at this point in the history
Master 2.8.0
  • Loading branch information
T4rk1n authored Jan 24, 2023
2 parents 3c3236b + bb491b2 commit c5ccf38
Show file tree
Hide file tree
Showing 165 changed files with 2,079 additions and 265 deletions.
24 changes: 12 additions & 12 deletions @plotly/dash-component-plugins/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions @plotly/dash-generator-test-component-nested/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions @plotly/dash-generator-test-component-standard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions @plotly/dash-test-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions @plotly/eslint-config-dash/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
[# Change Log for Dash
# Change Log for Dash
All notable changes to `dash` will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## [2.7.0] - 2022-12-12
## [2.8.0] - 2023-01-24

### Added

- [#2389](https://github.com/plotly/dash/pull/2389) Added `disable_n_clicks` prop to all html components to make it possible to remove onclick event listeners

## Fixed

- [#2388](https://github.com/plotly/dash/pull/2388) Fix [#2368](https://github.com/plotly/dash/issues/2368) ordering or Pattern Matching ALL after update to the subtree.

### Updated

- [#2367](https://github.com/plotly/dash/pull/2367) Updated the default `favicon.ico` to the current Plotly logo
- [#2394](https://github.com/plotly/dash/pull/2394) Update Plotly.js to v2.18.0 from v2.16.4.
- Feature release [2.18.0](https://github.com/plotly/plotly.js/releases/tag/v2.18.0) adds `sync` tickmode, so several axes can share ticks and gridlines
- Feature release [2.17.0](https://github.com/plotly/plotly.js/releases/tag/v2.17.0) adds automargin for multiple Y axes, a grouped mode for `scatter` traces, and rounded corners on `treemap` traces
- Patch releases [2.17.1](https://github.com/plotly/plotly.js/releases/tag/v2.17.1) and [2.16.5](https://github.com/plotly/plotly.js/releases/tag/v2.16.5) fix various bugs

## [2.7.1] - 2022-12-12

### Fixed

Expand All @@ -14,7 +32,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).

- [#2361](https://github.com/plotly/dash/pull/2361) Dependencies upgrade.
- Update Plotly.js to v2.16.4 (from v2.16.1): fix several bugs, particularly related to updating mapbox graphs.
- Path release [2.16.4](https://github.com/plotly/plotly.js/releases/tag/v2.16.4)
- Patch release [2.16.4](https://github.com/plotly/plotly.js/releases/tag/v2.16.4)
- Patch release [2.16.3](https://github.com/plotly/plotly.js/releases/tag/v2.16.3)
- Patch release [2.16.2](https://github.com/plotly/plotly.js/releases/tag/v2.16.2)
- [#2363](https://github.com/plotly/dash/pull/2363) Update html attributes for ol
Expand Down
66 changes: 33 additions & 33 deletions components/dash-core-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/dash-core-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "2.7.1",
"version": "2.8.0",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"mathjax": "^3.2.2",
"moment": "^2.29.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"plotly.js-dist-min": "2.16.4",
"plotly.js-dist-min": "2.18.0",
"prop-types": "^15.8.1",
"ramda": "^0.28.0",
"rc-slider": "^9.7.5",
Expand Down
Loading

0 comments on commit c5ccf38

Please sign in to comment.