Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit d9a530e

Browse files
committed
v0.4.1
1 parent 8e0abb1 commit d9a530e

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

CHANGELOG.md

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

5+
## 0.4.1 - 2022-02-16
6+
### Fixed
7+
- Support Dash 2.1, fix `AttributeError: Read-only... requests_pathname_prefix`
8+
59
## 0.4.0 - 2021-01-22
610
### Added
711
- JuypterLab 3.0 support
@@ -12,7 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1216
- Added support for installing JupyterDash from git using pip: (e.g. `pip install git+https://github.com/plotly/jupyter-dash.git@master`)
1317

1418
### Changed
15-
- The default display width in `mode='inline'` is now `100%` to fill the screen width.
19+
- The default display width in `mode='inline'` is now `100%` to fill the screen width.
1620

1721
## 0.2.1 - 2020-05-19
1822
### Added

extensions/jupyterlab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-dash",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
55
"keywords": [
66
"jupyter",
Binary file not shown.
Binary file not shown.

jupyter_dash/labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-dash",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
55
"keywords": [
66
"jupyter",

jupyter_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)