Skip to content

Commit

Permalink
Publish 2023.11.5
Browse files Browse the repository at this point in the history
SHA256 hashes:

lumino-algorithm-2.0.1.tgz: 10132fe0809cd31e796afb2f6fe5612eb4bce2eff7e3bbcc1e95ae31f856ecaa

lumino-application-2.3.0.tgz: aa86187a9849b0f19a29c5f64518552d4ea0887cdb6f3ef76d1b6f36a9014072

lumino-buildutils-2.0.1.tgz: d427bba7bd5c41a65bba3adef3d6b7c5b039686beba082becca515bfd97ef452

lumino-collections-2.0.1.tgz: 392ce1ced2e1523cf3694a88e8cde8852aaf19f8079e66f06016af2133ecae77

lumino-commands-2.2.0.tgz: f31e9d717240f6eb3df643be620c8a3016df2e13ae1c3c9437923f1c4b6a4542

lumino-coreutils-2.1.2.tgz: 18d9a7f66225e9b0e2db9b9f759b8463b283af6748e69fdddbf1f272b0fe135a

lumino-datagrid-2.3.0.tgz: 1ce32eaf2a7502aceec27ccecc2ce5604ad80f2146b512fd7fcbbda48321f4e0

lumino-default-theme-2.1.4.tgz: 53ef5d603cc76ba308dcceb1576f32d291a99c8440aa6085f885eca5573c72f9

lumino-disposable-2.1.2.tgz: 0f7e93bf75dd953fc0d7e4228b51abc50139b7b32cd839a11dc7935fb6c53cf1

lumino-domutils-2.0.1.tgz: 2f8bbdcb2183fd12b483136132b7d3d98e20d46213b0ac909be97a0c03b4bb15

lumino-dragdrop-2.1.4.tgz: 65ee8ada35fef6ea9b2fac58d31b433362e32d467917bd01a6a5d4caf1f03816

lumino-keyboard-2.0.1.tgz: 54b0b5e311f951af9b77688f6717c66c96be05bc76966856f2a57e573c18b619

lumino-messaging-2.0.1.tgz: b8ff068543a8cec965a5cb6d7107131b9aad70ce3275c9f1ff3e6c86fc498179

lumino-polling-2.1.2.tgz: 46d540a49487d57c7cd9160e5f1828f97f9d67135ccaf65555e6ea92c5361db1

lumino-properties-2.0.1.tgz: 3d73f2503b97fcc26a0500f704215a0708e35b3a4084c9d569b14644e861f469

lumino-signaling-2.1.2.tgz: 2f3beebeefea3d08d5b4983012a330f55b761d778ee2fdb49c710dac7bde9f43

lumino-virtualdom-2.0.1.tgz: 15a6b8dab9f409c62ecbe3c2e3c6a284e4426b315e7cf4e98d9d81d432179f5c

lumino-widgets-2.3.1.tgz: 7605df0ab2da8cf3e67a4cd6589485966fe1d053182441803c8d77c54b6409bb
  • Loading branch information
krassowski committed Nov 5, 2023
1 parent 30c6064 commit 06942ea
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 3 deletions.
69 changes: 67 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,73 @@ github_url: 'https:/jupyterlab/lumino/blob/main/CHANGELOG.md'

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

## 2023.11.5

([Full Changelog](https:/jupyterlab/lumino/compare/@lumino/[email protected]))

```
@lumino/application: 2.2.1 => 2.3.0
@lumino/commands: 2.1.3 => 2.2.0
@lumino/datagrid: 2.2.0 => 2.3.0
@lumino/default-theme: 2.1.3 => 2.1.4
@lumino/dragdrop: 2.1.3 => 2.1.4
@lumino/widgets: 2.3.0 => 2.3.1
```

### New features added

- Datagrid: Introduce AsyncCellRenderer and ImageRenderer [#630](https:/jupyterlab/lumino/pull/630) ([@martinRenou](https:/martinRenou))

### Enhancements made

- Remove dynamic keyboard event mode [#653](https:/jupyterlab/lumino/pull/653) ([@brichet](https:/brichet))
- Pass `_luminoEvent` argument when executing commands via keybinding [#644](https:/jupyterlab/lumino/pull/644) ([@andrewfulton9](https:/andrewfulton9))
- Keydown event at bubbling phase [#635](https:/jupyterlab/lumino/pull/635) ([@brichet](https:/brichet))

### Bugs fixed

- Propagate scroll from backdrop [#652](https:/jupyterlab/lumino/pull/652) ([@krassowski](https:/krassowski))
- Add default top/left for `.lm-mod-drag-image` [#651](https:/jupyterlab/lumino/pull/651) ([@krassowski](https:/krassowski))
- Added role of button to addButton to make itkeyboard accessible when using screenreader [#615](https:/jupyterlab/lumino/pull/615) ([@s596757](https:/s596757))
- MenuBar: do not focus on hover [#607](https:/jupyterlab/lumino/pull/607) ([@gabalafou](https:/gabalafou))

### Maintenance and upkeep improvements

- Update versions for a new release [#656](https:/jupyterlab/lumino/pull/656) ([@krassowski](https:/krassowski))
- Bump tj-actions/changed-files from 39.2.3 to 40.0.0 [#654](https:/jupyterlab/lumino/pull/654) ([@dependabot](https:/dependabot))
- Bump actions/setup-node from 3 to 4 [#649](https:/jupyterlab/lumino/pull/649) ([@dependabot](https:/dependabot))
- Bump tj-actions/changed-files from 39.2.2 to 39.2.3 [#648](https:/jupyterlab/lumino/pull/648) ([@dependabot](https:/dependabot))
- Bump tj-actions/changed-files from 39.2.1 to 39.2.2 [#647](https:/jupyterlab/lumino/pull/647) ([@dependabot](https:/dependabot))
- Bump tj-actions/changed-files from 39.2.0 to 39.2.1 [#646](https:/jupyterlab/lumino/pull/646) ([@dependabot](https:/dependabot))
- Bump postcss from 8.4.24 to 8.4.31 [#645](https:/jupyterlab/lumino/pull/645) ([@dependabot](https:/dependabot))
- Switch from `hub` to `gh` CLI [#643](https:/jupyterlab/lumino/pull/643) ([@fcollonval](https:/fcollonval))
- Bump toshimaru/auto-author-assign from 2.0.0 to 2.0.1 [#642](https:/jupyterlab/lumino/pull/642) ([@dependabot](https:/dependabot))
- Bump get-func-name from 2.0.0 to 2.0.2 [#640](https:/jupyterlab/lumino/pull/640) ([@dependabot](https:/dependabot))
- Bump tj-actions/changed-files from 39.0.3 to 39.2.0 [#639](https:/jupyterlab/lumino/pull/639) ([@dependabot](https:/dependabot))
- Bump toshimaru/auto-author-assign from 1.6.2 to 2.0.0 [#638](https:/jupyterlab/lumino/pull/638) ([@dependabot](https:/dependabot))
- Update versions [#636](https:/jupyterlab/lumino/pull/636) ([@fcollonval](https:/fcollonval))
- Bump tj-actions/changed-files from 39.0.1 to 39.0.3 [#634](https:/jupyterlab/lumino/pull/634) ([@dependabot](https:/dependabot))
- Bump tj-actions/changed-files from 38.2.1 to 39.0.1 [#632](https:/jupyterlab/lumino/pull/632) ([@dependabot](https:/dependabot))
- Added a test to check the add tab button has a role of button [#631](https:/jupyterlab/lumino/pull/631) ([@m158261](https:/m158261))
- Bump actions/checkout from 3 to 4 [#629](https:/jupyterlab/lumino/pull/629) ([@dependabot](https:/dependabot))
- Bump tj-actions/changed-files from 37.6.1 to 38.2.1 [#628](https:/jupyterlab/lumino/pull/628) ([@dependabot](https:/dependabot))
- Bump apache/skywalking-eyes from 0.4.0 to 0.5.0 [#625](https:/jupyterlab/lumino/pull/625) ([@dependabot](https:/dependabot))
- Bump tj-actions/changed-files from 37.6.0 to 37.6.1 [#624](https:/jupyterlab/lumino/pull/624) ([@dependabot](https:/dependabot))
- Bump tj-actions/changed-files from 37.5.1 to 37.6.0 [#621](https:/jupyterlab/lumino/pull/621) ([@dependabot](https:/dependabot))
- Bump tj-actions/changed-files from 37.4.0 to 37.5.1 [#620](https:/jupyterlab/lumino/pull/620) ([@dependabot](https:/dependabot))

### Deprecated features

- Remove dynamic keyboard event mode [#653](https:/jupyterlab/lumino/pull/653) ([@brichet](https:/brichet))

### Contributors to this release

([GitHub contributors page for this release](https:/jupyterlab/lumino/graphs/contributors?from=2023-07-27&to=2023-11-05&type=c))

[@andrewfulton9](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Aandrewfulton9+updated%3A2023-07-27..2023-11-05&type=Issues) | [@brichet](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Abrichet+updated%3A2023-07-27..2023-11-05&type=Issues) | [@dependabot](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Adependabot+updated%3A2023-07-27..2023-11-05&type=Issues) | [@fcollonval](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2023-07-27..2023-11-05&type=Issues) | [@gabalafou](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Agabalafou+updated%3A2023-07-27..2023-11-05&type=Issues) | [@krassowski](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2023-07-27..2023-11-05&type=Issues) | [@m158261](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Am158261+updated%3A2023-07-27..2023-11-05&type=Issues) | [@martinRenou](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3AmartinRenou+updated%3A2023-07-27..2023-11-05&type=Issues) | [@s596757](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3As596757+updated%3A2023-07-27..2023-11-05&type=Issues) | [@tonyfast](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Atonyfast+updated%3A2023-07-27..2023-11-05&type=Issues) | [@welcome](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Awelcome+updated%3A2023-07-27..2023-11-05&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2023.9.25-alpha.0

([Full Changelog](https:/jupyterlab/lumino/compare/v2023.7.27...dbbaf769024b39a9558f1ef66bf99c08d4d0d70c))
Expand Down Expand Up @@ -50,8 +117,6 @@ github_url: 'https:/jupyterlab/lumino/blob/main/CHANGELOG.md'

[@brichet](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Abrichet+updated%3A2023-07-27..2023-09-25&type=Issues) | [@dependabot](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Adependabot+updated%3A2023-07-27..2023-09-25&type=Issues) | [@fcollonval](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2023-07-27..2023-09-25&type=Issues) | [@gabalafou](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Agabalafou+updated%3A2023-07-27..2023-09-25&type=Issues) | [@krassowski](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2023-07-27..2023-09-25&type=Issues) | [@m158261](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Am158261+updated%3A2023-07-27..2023-09-25&type=Issues) | [@martinRenou](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3AmartinRenou+updated%3A2023-07-27..2023-09-25&type=Issues) | [@s596757](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3As596757+updated%3A2023-07-27..2023-09-25&type=Issues) | [@welcome](https:/search?q=repo%3Ajupyterlab%2Flumino+involves%3Awelcome+updated%3A2023-07-27..2023-09-25&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2023.7.27

([Full Changelog](https:/jupyterlab/lumino/compare/v2023.6.22...c90d19e7a4706c37c31961052206aa2a0d5144b9))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumino-top-level",
"version": "2023.9.25-alpha.0",
"version": "2023.11.5",
"private": true,
"workspaces": [
"examples/*",
Expand Down

0 comments on commit 06942ea

Please sign in to comment.