Skip to content

Commit e418368

Browse files
committed
Merge branch 'dev' into use-julia-project-in-JuliaRunner
2 parents 951a794 + d49a440 commit e418368

File tree

13 files changed

+263
-268
lines changed

13 files changed

+263
-268
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5-
## [UNRELEASED]
5+
## [2.11.0] - 2023-06-23
66

77
## Added
88

@@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1515
- [#2555](https://github.com/plotly/dash/pull/2555) Fix browser back button when removing one of multiple location components from layout, fix [#1312](https://github.com/plotly/dash/issues/1312)
1616
- [#2565](https://github.com/plotly/dash/pull/2565) Fix sorting for > 10 pages, fix [#2564](https://github.com/plotly/dash/issues/2564)
1717

18+
## Updated
19+
20+
- [#2474](https://github.com/plotly/dash/pull/2574) Update plotly js to 2.24.2 from 2.23.2
21+
- Feature release [2.24.0](https://github.com/plotly/plotly.js/releases/tag/v2.24.0) add pattern to pie, funnelarea, sunburst, icicle and treemap traces
22+
- Patch release [2.24.1](https://github.com/plotly/plotly.js/releases/tag/v2.24.1) and [2.24.2](https://github.com/plotly/plotly.js/releases/tag/v2.24.2)
23+
1824
## [2.10.2] - 2023-05-31
1925

2026
## Changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
[![PyPI](https://img.shields.io/pypi/v/dash.svg?color=dark-green)](https://pypi.org/project/dash/)
66
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dash.svg?color=dark-green)](https://pypi.org/project/dash/)
77
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/plotly/dash.svg?color=dark-green)](https://github.com/plotly/dash/graphs/contributors)
8-
[![LGTM Alerts](https://img.shields.io/lgtm/alerts/g/plotly/dash.svg)](https://lgtm.com/projects/g/plotly/dash/alerts)
9-
[![LGTM Grade](https://img.shields.io/lgtm/grade/python/g/plotly/dash.svg)](https://lgtm.com/projects/g/plotly/dash/context:python)
108

119
#### *Dash is the most downloaded, trusted Python framework for building ML & data science web apps*.
1210

components/dash-core-components/package-lock.json

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dash-core-components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
@@ -49,7 +49,7 @@
4949
"mathjax": "^3.2.2",
5050
"moment": "^2.29.4",
5151
"node-polyfill-webpack-plugin": "^2.0.1",
52-
"plotly.js-dist-min": "2.23.2",
52+
"plotly.js-dist-min": "2.24.2",
5353
"prop-types": "^15.8.1",
5454
"ramda": "^0.29.0",
5555
"rc-slider": "^9.7.5",
@@ -90,8 +90,8 @@
9090
"react-jsx-parser": "1.21.0",
9191
"style-loader": "^3.3.3",
9292
"styled-jsx": "^3.4.4",
93-
"webpack": "^5.83.1",
94-
"webpack-cli": "^5.1.1"
93+
"webpack": "^5.88.0",
94+
"webpack-cli": "^5.1.4"
9595
},
9696
"files": [
9797
"/dash_core_components/*{.js,.map}",

0 commit comments

Comments
 (0)