Skip to content

Commit 0e5c140

Browse files
committed
Publish 2025.3.31
SHA256 hashes: lumino-algorithm-2.0.3.tgz: 20b37cb41f0749da238204200bd4cca77c36be5371345eb48b0d2b97382d6dac lumino-application-2.4.3.tgz: a05c1447cf91983e229460217c0f39328b98cd121abea60d37c998ee1889fd6d lumino-buildutils-2.0.2.tgz: 25b5cefaf6596c6b7c1c54d58953138a8ca175fe4356aec74424cc950865331c lumino-collections-2.0.3.tgz: e221f49d529c7eed4f44225a6fd870175d861863757eca7d493f1f431fcc1661 lumino-commands-2.3.2.tgz: c710437682932ea4926f9cff8961ca212397ac20e19c7e02739ee08f57dcbd14 lumino-coreutils-2.2.1.tgz: 839e1bcd732bb6f0c653f8944ef23a66187bbedbe16b7c35575768d3b86b28b2 lumino-datagrid-2.5.1.tgz: ec0815a15de5d216109f526469d7c7c3834acab422917bdc06856eedef0869b8 lumino-default-theme-2.1.9.tgz: 4b95f9777deb3fa6d8900d6621ea7499576fbc2d004fc0608eba20f7c46d5ea2 lumino-disposable-2.1.4.tgz: dfe888b6182542866725f3e4c841013659956df5aac4df5c2636f8e596afae41 lumino-domutils-2.0.3.tgz: e908ffe70a32a6ba083c82060f4ae0195456957a8b52f240f3f2ba7e5bb88b94 lumino-dragdrop-2.1.6.tgz: 13953881e770409f4385f3b5dca98544cf653677553381d8544686c733121bbf lumino-keyboard-2.0.3.tgz: cdfb85e60eca035c6b9ff9088df6403216cf61696458237be0cd6880fe8ddc24 lumino-messaging-2.0.3.tgz: 64f75c4be626a0f14fee415a9475cf58e52d5a0dcb00318108da7d07758a3901 lumino-polling-2.1.4.tgz: 10823686e8d3015fbc6c08316eea3dc83904e47639800ec15df128bb6c83bef6 lumino-properties-2.0.3.tgz: cdaa146b298ddbcb4a186981d9f26f82c128a9aed53da0e8390a22860bc7fcff lumino-signaling-2.1.4.tgz: 8f20476b81efe513aeaf0648939955fbf3dbb47a41cbf384c4ea5dcbfb379829 lumino-virtualdom-2.0.3.tgz: 8e9ba3914ccccdeae85953219e6820dfb21c0df2dc762fb67b1a601d39ffc75e lumino-widgets-2.7.0.tgz: f38162a15b7036518fcc03f8478e30282795468e2e53f8c102a5e4b718808a0f
1 parent 80501ac commit 0e5c140

File tree

2 files changed

+56
-3
lines changed

2 files changed

+56
-3
lines changed

CHANGELOG.md

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

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

9+
## 2025.3.31
10+
11+
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2025.2.1...80501aca210d9ed4b1fc9ffae3f8a609282549f1))
12+
13+
```
14+
@lumino/algorithm: 2.0.2 => 2.0.3
15+
@lumino/application: 2.4.2 => 2.4.3
16+
@lumino/collections: 2.0.2 => 2.0.3
17+
@lumino/commands: 2.3.1 => 2.3.2
18+
@lumino/coreutils: 2.2.0 => 2.2.1
19+
@lumino/datagrid: 2.5.0 => 2.5.1
20+
@lumino/default-theme: 2.1.8 => 2.1.9
21+
@lumino/disposable: 2.1.3 => 2.1.4
22+
@lumino/domutils: 2.0.2 => 2.0.3
23+
@lumino/dragdrop: 2.1.5 => 2.1.6
24+
@lumino/keyboard: 2.0.2 => 2.0.3
25+
@lumino/messaging: 2.0.2 => 2.0.3
26+
@lumino/polling: 2.1.3 => 2.1.4
27+
@lumino/properties: 2.0.2 => 2.0.3
28+
@lumino/signaling: 2.1.3 => 2.1.4
29+
@lumino/virtualdom: 2.0.2 => 2.0.3
30+
@lumino/widgets: 2.6.0 => 2.7.0
31+
```
32+
33+
> [!IMPORTANT]
34+
> This release changes the algorithm of `Widget.isVisible` to be more robust in case the widget is contained within a hidden parent.\
35+
> It also deprecates the flag `Widget.Flag.isVisible`.
36+
37+
### Enhancements made
38+
39+
- Don't refresh if palette is within a hidden branch [#746](https://github.com/jupyterlab/lumino/pull/746) ([@fcollonval](https://github.com/fcollonval))
40+
41+
### Maintenance and upkeep improvements
42+
43+
- Update versions [#751](https://github.com/jupyterlab/lumino/pull/751) ([@fcollonval](https://github.com/fcollonval))
44+
- Bump axios from 1.7.7 to 1.8.3 [#748](https://github.com/jupyterlab/lumino/pull/748) ([@dependabot](https://github.com/dependabot))
45+
- Remove use of `tj-actions/changed-files` [#747](https://github.com/jupyterlab/lumino/pull/747) ([@jtpio](https://github.com/jtpio))
46+
- Forbid .only and .skip on CI [#745](https://github.com/jupyterlab/lumino/pull/745) ([@fcollonval](https://github.com/fcollonval))
47+
- "npm run" -> yarn [#743](https://github.com/jupyterlab/lumino/pull/743) ([@vidartf](https://github.com/vidartf))
48+
- Bump the actions group with 2 updates [#742](https://github.com/jupyterlab/lumino/pull/742) ([@dependabot](https://github.com/dependabot))
49+
- Bump koa from 2.15.3 to 2.15.4 [#739](https://github.com/jupyterlab/lumino/pull/739) ([@dependabot](https://github.com/dependabot))
50+
- Bump tj-actions/changed-files from 45.0.5 to 45.0.6 in the actions group [#738](https://github.com/jupyterlab/lumino/pull/738) ([@dependabot](https://github.com/dependabot))
51+
52+
### Documentation improvements
53+
54+
- Add links to the examples and documentation contribution instructions [#741](https://github.com/jupyterlab/lumino/pull/741) ([@cmarmo](https://github.com/cmarmo))
55+
56+
### Contributors to this release
57+
58+
([GitHub contributors page for this release](https://github.com/jupyterlab/lumino/graphs/contributors?from=2025-02-01&to=2025-03-31&type=c))
59+
60+
[@cmarmo](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Acmarmo+updated%3A2025-02-01..2025-03-31&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Adependabot+updated%3A2025-02-01..2025-03-31&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2025-02-01..2025-03-31&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ajtpio+updated%3A2025-02-01..2025-03-31&type=Issues) | [@vidartf](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Avidartf+updated%3A2025-02-01..2025-03-31&type=Issues)
61+
62+
<!-- <END NEW CHANGELOG ENTRY> -->
63+
964
## 2025.2.1
1065

1166
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2024.8.13...76e4a9044ae2937e20c867cd97b24e6bf7c119fe))
@@ -43,8 +98,6 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md'
4398

4499
[@andrewfulton9](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Aandrewfulton9+updated%3A2024-08-13..2025-02-01&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Adependabot+updated%3A2024-08-13..2025-02-01&type=Issues) | [@hxrshxz](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ahxrshxz+updated%3A2024-08-13..2025-02-01&type=Issues) | [@i-aki-y](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ai-aki-y+updated%3A2024-08-13..2025-02-01&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2024-08-13..2025-02-01&type=Issues)
45100

46-
<!-- <END NEW CHANGELOG ENTRY> -->
47-
48101
## 2024.8.13
49102

50103
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2024.6.28...2c613f00ffe80fe63debb62108532135b1638e9c))

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": "2025.2.1",
3+
"version": "2025.3.31",
44
"private": true,
55
"workspaces": [
66
"examples/*",

0 commit comments

Comments
 (0)