From 171c4f62fb61a1a72215a51c196f2f5a7d8b1186 Mon Sep 17 00:00:00 2001 From: fcollonval Date: Thu, 27 Jul 2023 14:27:17 +0000 Subject: [PATCH] Publish 2023.7.27 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 --- CHANGELOG.md | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 63 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab557acf0..db9d6a411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,68 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md' +## 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) + + + ## 2023.6.22 ([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.4.27...521819af3fd92f8fbcaf5088b9ea89dc7e21d8a2)) @@ -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) - - ## 2023.4.27 ([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.4.7...2781964ce32d672fe37b815ec8cd690f99fd20aa)) diff --git a/package.json b/package.json index 4be5a87c0..39d2affa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lumino-top-level", - "version": "2023.6.22", + "version": "2023.7.27", "private": true, "workspaces": [ "examples/*",