Skip to content

Commit c4e74f1

Browse files
Bump Plotly.js to 2.12.0
1 parent 022a525 commit c4e74f1

File tree

242 files changed

+4551
-713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+4551
-713
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## TBD
5+
## UNRELEASED
66

77
### Fixed
88
- Improve support for type checking by bypassing lazy-loading when type checking.
99

10+
### Updated
11+
- Updated Plotly.js to from version 2.11.1 to version 2.12.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2120----2022-05-02) for more information. Notable changes include:
12+
- Add `minor` ticks to cartesian axes
13+
- Add `griddash` option to most axes
14+
1015
## [5.7.0] - 2022-04-05
1116

1217
### Added

Diff for: packages/javascript/jupyterlab-plotly/package-lock.json

+17-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/javascript/jupyterlab-plotly/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@lumino/messaging": "^1.2.3",
6666
"@lumino/widgets": "^1.8.1",
6767
"lodash": "^4.17.4",
68-
"plotly.js": "^2.11.1"
68+
"plotly.js": "^2.12.0"
6969
},
7070
"jupyterlab": {
7171
"extension": "lib/jupyterlab-plugin",

0 commit comments

Comments
 (0)