Skip to content

Commit 621f762

Browse files
committed
Publish 2023.6.22
SHA256 hashes: lumino-algorithm-2.0.0.tgz: 5800b748e1530b0d6cbeb7412cab0c0c6431e3485f3bc0b4eafa8c3cf5778ab9 lumino-application-2.2.0.tgz: e6533c60f2b193e9e2b2db99f38b6999cc5c35fcfc13d6ea5522b890f85f8f9f lumino-buildutils-2.0.0.tgz: fe30ab192550c0cffe45c2e3e1d30956a4d27f91dfc1ae583e8c1f3b8b51c3ab lumino-collections-2.0.0.tgz: 142aba1df55a0ad75005a058221f3c864ccef3ef27aae3d608cb6bdc055dd02b lumino-commands-2.1.2.tgz: 152d39df9180d1af16031c481518af6d5b8a1af75aee0aaedd1074375733f447 lumino-coreutils-2.1.1.tgz: 8b0785bbfb7633d5164f1de150ee356e80326f6293e4ce0a6230ea637b1b2111 lumino-datagrid-2.1.2.tgz: 666b652530ca7223afa59adfc23f903473af15d8810afbd6a5aeff9e020c3f1f lumino-default-theme-2.1.2.tgz: df7188b1a916c37e57e0395fb6ca4d09856890f06e857d1962ad03d150b502b3 lumino-disposable-2.1.1.tgz: a14f9da8b9d818c1b959f164f0c7827b5dfd90879e878f21061d5763b3517246 lumino-domutils-2.0.0.tgz: e3cae581aea738dced0e7efd8cf63974e395c38e9ab621e9afd7df8f45e998bd lumino-dragdrop-2.1.2.tgz: c4b0b24619c79850b72b7bd46b184bfcabbbd9f4f28e66104bb86487300f92c2 lumino-keyboard-2.0.0.tgz: 25a4bab973e1d8015025a25d129d523dd10872a958ae3f28b2cbe9bbda814e7e lumino-messaging-2.0.0.tgz: dc0252cc95c53ae78fcfc6e286c234125cb155a6a8fb8fbee802d6003783a024 lumino-polling-2.1.1.tgz: 304a95d6910438a33846ac1b8c8f4c20316317f572506ab6f867c6a0d953c9f3 lumino-properties-2.0.0.tgz: e36bf2f9200e3cf510a0b15a5785c396615de83795fee6d677e95d1640c955e8 lumino-signaling-2.1.1.tgz: 8138368f6c2a680504d1e981ca63b011a25127889691c0e6e000f90789705124 lumino-virtualdom-2.0.0.tgz: bcd17a79cb2169ea67467a0e250d702fe452d62f0c07b6f1373e193d55cfffae lumino-widgets-2.2.0.tgz: 43f292cd50f584bb2b80c4ddec9f16308d23b4920de2b549a47236cfc277ea80
1 parent 521819a commit 621f762

File tree

2 files changed

+47
-3
lines changed

2 files changed

+47
-3
lines changed

CHANGELOG.md

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

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

9+
## 2023.6.22
10+
11+
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.4.27...521819af3fd92f8fbcaf5088b9ea89dc7e21d8a2))
12+
13+
```
14+
@lumino/application: 2.1.1 => 2.2.0
15+
@lumino/commands: 2.1.1 => 2.1.2
16+
@lumino/datagrid: 2.1.1 => 2.1.2
17+
@lumino/default-theme: 2.1.1 => 2.1.2
18+
@lumino/dragdrop: 2.1.1 => 2.1.2
19+
@lumino/widgets: 2.1.1 => 2.2.0
20+
```
21+
22+
### Enhancements made
23+
24+
- Use Actual Return character for Mac shortcuts. [#592](https://github.com/jupyterlab/lumino/pull/592) ([@Carreau](https://github.com/Carreau))
25+
- Add a 'defer' option to the autoStart argument [#588](https://github.com/jupyterlab/lumino/pull/588) ([@brichet](https://github.com/brichet))
26+
- Added "tabindex=0" for sidebar accessibility [#583](https://github.com/jupyterlab/lumino/pull/583) ([@j264415](https://github.com/j264415))
27+
- Splits with merge option for dock panels [#582](https://github.com/jupyterlab/lumino/pull/582) ([@tavin](https://github.com/tavin))
28+
29+
### Bugs fixed
30+
31+
- Fix position of drag image [#595](https://github.com/jupyterlab/lumino/pull/595) ([@MetRonnie](https://github.com/MetRonnie))
32+
- Invalid unicode characters removed from datagrid [#578](https://github.com/jupyterlab/lumino/pull/578) ([@nicojapas](https://github.com/nicojapas))
33+
- Fix dblclick events with Drag.overrideCursor active (#547) [#564](https://github.com/jupyterlab/lumino/pull/564) ([@jjrv](https://github.com/jjrv))
34+
35+
### Maintenance and upkeep improvements
36+
37+
- Bump versions [#600](https://github.com/jupyterlab/lumino/pull/600) ([@fcollonval](https://github.com/fcollonval))
38+
- Upgrade releaser workflows [#598](https://github.com/jupyterlab/lumino/pull/598) ([@fcollonval](https://github.com/fcollonval))
39+
- Bump tj-actions/changed-files from 36.1.0 to 36.4.0 [#597](https://github.com/jupyterlab/lumino/pull/597) ([@dependabot](https://github.com/dependabot))
40+
- Bump tj-actions/changed-files from 36.0.17 to 36.1.0 [#594](https://github.com/jupyterlab/lumino/pull/594) ([@dependabot](https://github.com/dependabot))
41+
- Bump tj-actions/changed-files from 36.0.9 to 36.0.17 [#591](https://github.com/jupyterlab/lumino/pull/591) ([@dependabot](https://github.com/dependabot))
42+
- Bump tj-actions/changed-files from 35.9.2 to 36.0.9 [#589](https://github.com/jupyterlab/lumino/pull/589) ([@dependabot](https://github.com/dependabot))
43+
- Bump socket.io-parser from 4.2.1 to 4.2.3 [#587](https://github.com/jupyterlab/lumino/pull/587) ([@dependabot](https://github.com/dependabot))
44+
- Seed tests for datagrid, test `TextRenderer/drawText` [#585](https://github.com/jupyterlab/lumino/pull/585) ([@krassowski](https://github.com/krassowski))
45+
- Bump tj-actions/changed-files from 35.9.0 to 35.9.2 [#580](https://github.com/jupyterlab/lumino/pull/580) ([@dependabot](https://github.com/dependabot))
46+
47+
### Contributors to this release
48+
49+
([GitHub contributors page for this release](https://github.com/jupyterlab/lumino/graphs/contributors?from=2023-04-27&to=2023-06-22&type=c))
50+
51+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Abrichet+updated%3A2023-04-27..2023-06-22&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3ACarreau+updated%3A2023-04-27..2023-06-22&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Adependabot+updated%3A2023-04-27..2023-06-22&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2023-04-27..2023-06-22&type=Issues) | [@j264415](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Aj264415+updated%3A2023-04-27..2023-06-22&type=Issues) | [@jjrv](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ajjrv+updated%3A2023-04-27..2023-06-22&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2023-04-27..2023-06-22&type=Issues) | [@MetRonnie](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3AMetRonnie+updated%3A2023-04-27..2023-06-22&type=Issues) | [@nicojapas](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Anicojapas+updated%3A2023-04-27..2023-06-22&type=Issues) | [@tavin](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Atavin+updated%3A2023-04-27..2023-06-22&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Awelcome+updated%3A2023-04-27..2023-06-22&type=Issues)
52+
53+
<!-- <END NEW CHANGELOG ENTRY> -->
54+
955
## 2023.4.27
1056

1157
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.4.7...2781964ce32d672fe37b815ec8cd690f99fd20aa))
@@ -37,8 +83,6 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md'
3783

3884
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Adependabot+updated%3A2023-04-07..2023-04-27&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2023-04-07..2023-04-27&type=Issues)
3985

40-
<!-- <END NEW CHANGELOG ENTRY> -->
41-
4286
## 2023.4.7
4387

4488
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.3.27-1...df643f9474f036eafbbb1249384a7cd247c2a2e1))

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

0 commit comments

Comments
 (0)