Skip to content

Commit cd6ece2

Browse files
committed
Publish 2026.7.3
SHA256 hashes: lumino-algorithm-2.0.5.tgz: bd77d2990257890184eede770633381cbe065cf3410cd7b25977dce11158b951 lumino-application-2.4.10.tgz: 51a7016ed290d26119187039a226c8497d502c88558b091f45d2ca5945d47e1b lumino-buildutils-2.0.3.tgz: dcf9757319b1a4db089d520742db58b5f9197d855e63bb08bd8b77d3b99feb40 lumino-collections-2.0.5.tgz: 8d4c5501c063465fc6c236f0176fc481175ead72c3c3843a55dd94d7e8f4e7b6 lumino-commands-2.3.4.tgz: c501262eb299978fc0e132bf48794e22616d86cc4ff93e41fd321dda2555bd59 lumino-coreutils-2.2.3.tgz: 87e7ac52da1450e1ddd06e5bd031946707668663f685eb8cf2be4110a8d95304 lumino-datagrid-2.5.8.tgz: 876a2c1422812ee5b603e02d90a1534af88285130100e246d70cf2f78a720907 lumino-default-theme-2.1.16.tgz: 0caf22ece0b91e44f16465b18a408ca570c0b4f179200bda594b3490342111d8 lumino-disposable-2.1.6.tgz: 1878be19ab22b16c89b75923bc36b6f7467a6732abd926a60893651d67abc186 lumino-domutils-2.0.5.tgz: 926640619b9e3ed042b7c8af5c05ff2988180937548ae0b5c2be44169f49bd4d lumino-dragdrop-2.1.9.tgz: 0d9922b08ba18fe1fd22b42551f7b9b8c3e3bd4b0ff36130cc139556100fe922 lumino-keyboard-2.0.5.tgz: 7c0c65b767a9c4e198632ae9de53ed2e464f3c62fdfa7a4bb7e401e69bdf30d6 lumino-messaging-2.0.5.tgz: b3a91bb646815d2af5633e15592bc7f95a42a1c22b34505e22f49e22b0f43d54 lumino-polling-2.1.6.tgz: d96bed5b1024703a6fbc7bd2a82f7d3713c59daa13cfacd573fc4f93f0520a3a lumino-properties-2.0.5.tgz: e1ba817161b99d8cad78f5a91cce91663521c0f3cbc931000f3c2d96a6da5d67 lumino-signaling-2.1.6.tgz: 18143ace1e1d304ac8b09ff071b81389defd37403401eb9a897118d5b1d505a1 lumino-virtualdom-2.0.5.tgz: 557a2f662b20eed0ec98cf00b5ae0615b18f84a895a6049a50b38ed1ce991ada lumino-widgets-2.9.0.tgz: b592b4b75e158bd79b95238b82d50943560abb4b0ff582bc9f10345f48d5b1fa
1 parent 3c29599 commit cd6ece2

2 files changed

Lines changed: 59 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,64 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md'
66

77
<!-- <START NEW CHANGELOG ENTRY> -->
88

9+
## 2026.7.3
10+
11+
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2026.5.25...5fa8050aa783c91eafacc29a533178375f0f8999))
12+
13+
```
14+
@lumino/algorithm: 2.0.4 => 2.0.5
15+
@lumino/application: 2.4.9 => 2.4.10
16+
@lumino/collections: 2.0.4 => 2.0.5
17+
@lumino/commands: 2.3.3 => 2.3.4
18+
@lumino/coreutils: 2.2.2 => 2.2.3
19+
@lumino/datagrid: 2.5.7 => 2.5.8
20+
@lumino/default-theme: 2.1.15 => 2.1.16
21+
@lumino/disposable: 2.1.5 => 2.1.6
22+
@lumino/domutils: 2.0.4 => 2.0.5
23+
@lumino/dragdrop: 2.1.8 => 2.1.9
24+
@lumino/keyboard: 2.0.4 => 2.0.5
25+
@lumino/messaging: 2.0.4 => 2.0.5
26+
@lumino/polling: 2.1.5 => 2.1.6
27+
@lumino/properties: 2.0.4 => 2.0.5
28+
@lumino/signaling: 2.1.5 => 2.1.6
29+
@lumino/virtualdom: 2.0.4 => 2.0.5
30+
@lumino/widgets: 2.8.0 => 2.9.0
31+
```
32+
33+
### Bugs fixed
34+
35+
- Apply opacity together with content visibility if enabled via `hiddenMode` setting [#832](https://github.com/jupyterlab/lumino/pull/832) ([@krassowski](https://github.com/krassowski), [@Darshan808](https://github.com/Darshan808))
36+
37+
### Maintenance and upkeep improvements
38+
39+
- Update Playwright to fix CI [#828](https://github.com/jupyterlab/lumino/pull/828) ([@jtpio](https://github.com/jtpio), [@krassowski](https://github.com/krassowski))
40+
- Bump svgo from 2.8.0 to 2.8.2 [#797](https://github.com/jupyterlab/lumino/pull/797) ([@krassowski](https://github.com/krassowski))
41+
- Bump koa from 2.16.3 to 2.16.4 [#796](https://github.com/jupyterlab/lumino/pull/796) ([@krassowski](https://github.com/krassowski))
42+
43+
### Documentation improvements
44+
45+
- Document the use of `PluginRegistry` on the server [#827](https://github.com/jupyterlab/lumino/pull/827) ([@jtpio](https://github.com/jtpio), [@krassowski](https://github.com/krassowski))
46+
47+
### Other merged PRs
48+
49+
- Bump the actions group across 1 directory with 4 updates [#831](https://github.com/jupyterlab/lumino/pull/831) ([@krassowski](https://github.com/krassowski))
50+
- Bump axios from 1.8.3 to 1.18.0 [#830](https://github.com/jupyterlab/lumino/pull/830) ([@krassowski](https://github.com/krassowski))
51+
- Bump shell-quote from 1.7.4 to 1.8.4 [#826](https://github.com/jupyterlab/lumino/pull/826) ([@krassowski](https://github.com/krassowski))
52+
- Bump basic-ftp from 5.0.5 to 5.3.1 [#816](https://github.com/jupyterlab/lumino/pull/816) ([@krassowski](https://github.com/krassowski))
53+
- Bump picomatch from 2.3.1 to 2.3.2 [#802](https://github.com/jupyterlab/lumino/pull/802) ([@krassowski](https://github.com/krassowski))
54+
- Bump yaml from 1.10.2 to 1.10.3 [#801](https://github.com/jupyterlab/lumino/pull/801) ([@krassowski](https://github.com/krassowski))
55+
56+
### Contributors to this release
57+
58+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
59+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
60+
61+
([GitHub contributors page for this release](https://github.com/jupyterlab/lumino/graphs/contributors?from=2026-05-25&to=2026-07-03&type=c))
62+
63+
@Darshan808 ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3ADarshan808+updated%3A2026-05-25..2026-07-03&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ajtpio+updated%3A2026-05-25..2026-07-03&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2026-05-25..2026-07-03&type=Issues))
64+
65+
<!-- <END NEW CHANGELOG ENTRY> -->
66+
967
## 2026.5.25
1068

1169
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2026.2.5...45495a6d8cc7f6035e7cccbd7d26ec1671b3cd57))
@@ -49,8 +107,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
49107

50108
@afshin ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Aafshin+updated%3A2026-02-05..2026-05-25&type=Issues)) | @Darshan808 ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3ADarshan808+updated%3A2026-02-05..2026-05-25&type=Issues)) | @jasongrout ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ajasongrout+updated%3A2026-02-05..2026-05-25&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ajtpio+updated%3A2026-02-05..2026-05-25&type=Issues)) | @KH-Coder865 ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3AKH-Coder865+updated%3A2026-02-05..2026-05-25&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2026-02-05..2026-05-25&type=Issues)) | @MUFFANUJ ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3AMUFFANUJ+updated%3A2026-02-05..2026-05-25&type=Issues))
51109

52-
<!-- <END NEW CHANGELOG ENTRY> -->
53-
54110
## 2026.2.5
55111

56112
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2025.1.30...4f31e56b15633e363c84322ca58414746bdd0140))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumino-top-level",
3-
"version": "2026.5.25",
3+
"version": "2026.7.3",
44
"private": true,
55
"workspaces": [
66
"examples/*",

0 commit comments

Comments
 (0)