Skip to content

Commit

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

lumino-algorithm-2.0.1.tgz: 10132fe0809cd31e796afb2f6fe5612eb4bce2eff7e3bbcc1e95ae31f856ecaa

lumino-application-2.2.1.tgz: 3fbfd8726c6cb729def79c24afe4a45dac35903871a734dae5a5c7c17c4df494

lumino-buildutils-2.0.1.tgz: d427bba7bd5c41a65bba3adef3d6b7c5b039686beba082becca515bfd97ef452

lumino-collections-2.0.1.tgz: 392ce1ced2e1523cf3694a88e8cde8852aaf19f8079e66f06016af2133ecae77

lumino-commands-2.1.3.tgz: 39152cf22e1810d46fcd2f483fb4c8f20231e8887378b2f64893b4b03297f127

lumino-coreutils-2.1.2.tgz: 18d9a7f66225e9b0e2db9b9f759b8463b283af6748e69fdddbf1f272b0fe135a

lumino-datagrid-2.2.0.tgz: 473d8b926e8b6e454f955d8fb3a2f35a3102cefe0209e423cced374b5d41322e

lumino-default-theme-2.1.3.tgz: c24baf5676fd045e2613e2125eb3c03ea01e8a726b229511ae8967133c7d49cc

lumino-disposable-2.1.2.tgz: 0f7e93bf75dd953fc0d7e4228b51abc50139b7b32cd839a11dc7935fb6c53cf1

lumino-domutils-2.0.1.tgz: 2f8bbdcb2183fd12b483136132b7d3d98e20d46213b0ac909be97a0c03b4bb15

lumino-dragdrop-2.1.3.tgz: 25e2c9c93454bc425a45ecd6ba76a8cc34dbb96e7d96b7c266043c178fb4f229

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.0.tgz: 950faf32e263bd4a7f398a0f2ba0a268ae1c1af018f8c6df6d2607e5d364914b
  • Loading branch information
fcollonval committed Jul 27, 2023
1 parent c90d19e commit 171c4f6
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 3 deletions.
64 changes: 62 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,68 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md'

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

## 2023.7.27

([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.6.22...c90d19e7a4706c37c31961052206aa2a0d5144b9))

```
@lumino/algorithm: 2.0.0 => 2.0.1
@lumino/application: 2.2.0 => 2.2.1
@lumino/collections: 2.0.0 => 2.0.1
@lumino/commands: 2.1.2 => 2.1.3
@lumino/coreutils: 2.1.1 => 2.1.2
@lumino/datagrid: 2.1.2 => 2.2.0
@lumino/default-theme: 2.1.2 => 2.1.3
@lumino/disposable: 2.1.1 => 2.1.2
@lumino/domutils: 2.0.0 => 2.0.1
@lumino/dragdrop: 2.1.2 => 2.1.3
@lumino/keyboard: 2.0.0 => 2.0.1
@lumino/messaging: 2.0.0 => 2.0.1
@lumino/polling: 2.1.1 => 2.1.2
@lumino/properties: 2.0.0 => 2.0.1
@lumino/signaling: 2.1.1 => 2.1.2
@lumino/virtualdom: 2.0.0 => 2.0.1
@lumino/widgets: 2.2.0 => 2.3.0
```

### New features added

- Do not set the dockpanel as parent of the tabbar [#606](https://github.com/jupyterlab/lumino/pull/606) ([@brichet](https://github.com/brichet))

### Enhancements made

- Add expansion toggled signal of subpanels in an Accordion Panel [#614](https://github.com/jupyterlab/lumino/pull/614) ([@DenisaCG](https://github.com/DenisaCG))
- \[accessibility\] Uses the arrow keys for tab bar navigation [#612](https://github.com/jupyterlab/lumino/pull/612) ([@brichet](https://github.com/brichet))
- elements respond to enter or spacebar [#590](https://github.com/jupyterlab/lumino/pull/590) ([@g547315](https://github.com/g547315))
- Resize column to fit text on double click [#546](https://github.com/jupyterlab/lumino/pull/546) ([@vthemelis](https://github.com/vthemelis))

### Bugs fixed

- Do not set the dockpanel as parent of the tabbar [#606](https://github.com/jupyterlab/lumino/pull/606) ([@brichet](https://github.com/brichet))

### Maintenance and upkeep improvements

- Update versions [#619](https://github.com/jupyterlab/lumino/pull/619) ([@fcollonval](https://github.com/fcollonval))
- Bump tj-actions/changed-files from 37.1.2 to 37.4.0 [#613](https://github.com/jupyterlab/lumino/pull/613) ([@dependabot](https://github.com/dependabot))
- Bump tj-actions/changed-files from 37.1.0 to 37.1.2 [#611](https://github.com/jupyterlab/lumino/pull/611) ([@dependabot](https://github.com/dependabot))
- Bump semver from 5.7.1 to 5.7.2 [#609](https://github.com/jupyterlab/lumino/pull/609) ([@dependabot](https://github.com/dependabot))
- Bump tj-actions/changed-files from 37.0.5 to 37.1.0 [#608](https://github.com/jupyterlab/lumino/pull/608) ([@dependabot](https://github.com/dependabot))
- Bump tj-actions/changed-files from 37.0.3 to 37.0.5 [#605](https://github.com/jupyterlab/lumino/pull/605) ([@dependabot](https://github.com/dependabot))
- Bump tj-actions/changed-files from 36.4.0 to 37.0.3 [#603](https://github.com/jupyterlab/lumino/pull/603) ([@dependabot](https://github.com/dependabot))
- Upgrade dev dependencies [#599](https://github.com/jupyterlab/lumino/pull/599) ([@fcollonval](https://github.com/fcollonval))

### Documentation improvements

- Update releaser workflow names [#602](https://github.com/jupyterlab/lumino/pull/602) ([@fcollonval](https://github.com/fcollonval))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/lumino/graphs/contributors?from=2023-06-23&to=2023-07-27&type=c))

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Abrichet+updated%3A2023-06-23..2023-07-27&type=Issues) | [@DenisaCG](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3ADenisaCG+updated%3A2023-06-23..2023-07-27&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Adependabot+updated%3A2023-06-23..2023-07-27&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Aecharles+updated%3A2023-06-23..2023-07-27&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2023-06-23..2023-07-27&type=Issues) | [@g547315](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ag547315+updated%3A2023-06-23..2023-07-27&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2023-06-23..2023-07-27&type=Issues) | [@tonyfast](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Atonyfast+updated%3A2023-06-23..2023-07-27&type=Issues) | [@vthemelis](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Avthemelis+updated%3A2023-06-23..2023-07-27&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Awelcome+updated%3A2023-06-23..2023-07-27&type=Issues)

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

## 2023.6.22

([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.4.27...521819af3fd92f8fbcaf5088b9ea89dc7e21d8a2))
Expand Down Expand Up @@ -50,8 +112,6 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md'

[@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)

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

## 2023.4.27

([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.4.7...2781964ce32d672fe37b815ec8cd690f99fd20aa))
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.6.22",
"version": "2023.7.27",
"private": true,
"workspaces": [
"examples/*",
Expand Down

0 comments on commit 171c4f6

Please sign in to comment.