Skip to content

Commit 885838a

Browse files
chore: update changelog and release instructions
1 parent e50d3e4 commit 885838a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/source/changelog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
This is a summary of changes in ipywidgets releases. For more detailed information, see the issues and pull requests for the appropriate milestone on [GitHub](https://github.com/jupyter-widgets/ipywidgets).
44

5+
## 8.0.5
6+
7+
Highlights include:
8+
9+
- Fix: propertly typed Comm interface [#3722](https://github.com/jupyter-widgets/ipywidgets/pull/3722)
10+
- Fix: support the comm package [#3533](https://github.com/jupyter-widgets/ipywidgets/pull/3533)
11+
- Fix: use of structuredClone allows for binary traits out of the box [#3689](https://github.com/jupyter-widgets/ipywidgets/pull/3689)
12+
- Fix: combobox update issue [#3681](https://github.com/jupyter-widgets/ipywidgets/issues/3681)
13+
- Fix: add grey as valid color [#3671](https://github.com/jupyter-widgets/ipywidgets/pull/3671)
14+
- Fix: deprecation warning when using interact [#3669](https://github.com/jupyter-widgets/ipywidgets/issues/3669)
15+
516
## 8.0.4
617

718
Highlights include:
@@ -10,7 +21,7 @@ Highlights include:
1021
- Fix: unintentional deprecation warnings: [#3648](https://github.com/jupyter-widgets/ipywidgets/pull/3648), [#3650](https://github.com/jupyter-widgets/ipywidgets/pull/3650)
1122
- Fix: registry state lookup failed, making is impossible to create widgets from the frontend: [#3653](https://github.com/jupyter-widgets/ipywidgets/pull/3653)
1223

13-
8.0.3
24+
## 8.0.3
1425

1526
---
1627

docs/source/dev_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ conda deactivate
99
conda remove --all -y -n releasewidgets
1010
rm -rf ipywidgets
1111
12-
conda create -c conda-forge --override-channels -y -n releasewidgets notebook nodejs yarn twine jupyterlab=3 jupyter-packaging python-build jq
12+
conda create -c conda-forge --override-channels -y -n releasewidgets notebook nodejs "yarn==1.*" twine jupyterlab=3 jupyter-packaging python-build jq "python==3.9.*"
1313
conda activate releasewidgets
1414
1515
git clone [email protected]:jupyter-widgets/ipywidgets.git

0 commit comments

Comments
 (0)