Skip to content

Commit

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

lumino-algorithm-2.0.2.tgz: cdb3ce132decec1aa4afaa9ebfdf686e516e896a84074a3e6d4c7f2161e0e423

lumino-application-2.4.0.tgz: 59815191cc74b9245e57f34d2bc0b5d9d3f5afe9e00f004578105c532d104f0a

lumino-buildutils-2.0.1.tgz: e6e44c32ab7accd332d6f3c65002070a22d811e9a4857323a43da078f3024c3d

lumino-collections-2.0.2.tgz: 23436ba1d98cf2788da0f498daf619bbd13dd33e981d74575d3457d37ce72128

lumino-commands-2.3.1.tgz: 3e70d364b270a4deb95474dcb8f1934b25adab3ece5c1f195e2fba65600a93ab

lumino-coreutils-2.2.0.tgz: 51b63ed879f02189097d33d01bebdfad86a8ed45ef605b91f3b219d80714e611

lumino-datagrid-2.4.0.tgz: 1a8038914edf5899d39ecbc35e25924cf642b89b087c2dfedffbcb53ea06626b

lumino-default-theme-2.1.6.tgz: 870175ae9d836af0cf1deaee1083deb6fd940da461651435e26fb8b5e9718cde

lumino-disposable-2.1.3.tgz: ba735e10d94fdd90a30dfd1361f7b243b57694aba9fdbd3524ee408b85843a81

lumino-domutils-2.0.2.tgz: e165d8517dc712512a47e9ca6697aab78086efde58951e6d57b4a30cde54abea

lumino-dragdrop-2.1.5.tgz: c7a6874e10c7d802b1286b3c0aa14d5c5dfd96fa82cfa2294e7605f497adf628

lumino-keyboard-2.0.2.tgz: 4cb7c73830ed98984455a34fce5671ed810b817a11594cac4e99041964f4d482

lumino-messaging-2.0.2.tgz: 05e4929f51c3277602c53c8690103e8e07702421659e08fe608fcbee6e75e87c

lumino-polling-2.1.3.tgz: a572bf315ba4fa8f13927f0eb15978e6ad483aac2b151cf56af89735e43475dc

lumino-properties-2.0.2.tgz: 2a8b6f879bae2e011fabe56d923cbe6ccfa78f74c8f3fd68e97b6982d244d5d6

lumino-signaling-2.1.3.tgz: d614c006b02cdeda68cb2ec45648506e78e07a79df672ce96f099621a0b0fa88

lumino-virtualdom-2.0.2.tgz: 610fba26b84075d18a41e30d6fd02364ad9d3ba257044ff09b548fc47f91527c

lumino-widgets-2.4.0.tgz: ee5d46229af5d89ab16f4eef89ca7c4fb692df46fadc77832a89fefd4245c95a
  • Loading branch information
fcollonval committed Jun 28, 2024
1 parent 51dd3b3 commit ae29599
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 3 deletions.
61 changes: 59 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,65 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md'

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

## 2024.6.28

([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2024.3.25...51dd3b375eecc21ad3866a9497546681c4d5a07d))

```
@lumino/algorithm: 2.0.1 => 2.0.2
@lumino/application: 2.3.1 => 2.4.0
@lumino/collections: 2.0.1 => 2.0.2
@lumino/commands: 2.3.0 => 2.3.1
@lumino/coreutils: 2.1.2 => 2.2.0
@lumino/datagrid: 2.3.1 => 2.4.0
@lumino/default-theme: 2.1.5 => 2.1.6
@lumino/disposable: 2.1.2 => 2.1.3
@lumino/domutils: 2.0.1 => 2.0.2
@lumino/dragdrop: 2.1.4 => 2.1.5
@lumino/keyboard: 2.0.1 => 2.0.2
@lumino/messaging: 2.0.1 => 2.0.2
@lumino/polling: 2.1.2 => 2.1.3
@lumino/properties: 2.0.1 => 2.0.2
@lumino/signaling: 2.1.2 => 2.1.3
@lumino/virtualdom: 2.0.1 => 2.0.2
@lumino/widgets: 2.3.2 => 2.4.0
```

### Enhancements made

- Interleaves search results across categories [#706](https://github.com/jupyterlab/lumino/pull/706) ([@JasonWeill](https://github.com/JasonWeill))
- Extract plugin handling in a `PluginRegistry` class independent of the `Application` [#703](https://github.com/jupyterlab/lumino/pull/703) ([@fcollonval](https://github.com/fcollonval))
- Support host and ref options in Menu.open [#700](https://github.com/jupyterlab/lumino/pull/700) ([@ianthomas23](https://github.com/ianthomas23))
- Datagrid: Add a public API to get the current viewport [#695](https://github.com/jupyterlab/lumino/pull/695) ([@martinRenou](https://github.com/martinRenou))
- Accept individual modifier keys as valid keybindings [#637](https://github.com/jupyterlab/lumino/pull/637) ([@g547315](https://github.com/g547315))

### Maintenance and upkeep improvements

- Bump versions and fix yarn installation in CI [#711](https://github.com/jupyterlab/lumino/pull/711) ([@fcollonval](https://github.com/fcollonval))
- Bump braces from 3.0.2 to 3.0.3 [#710](https://github.com/jupyterlab/lumino/pull/710) ([@dependabot](https://github.com/dependabot))
- Bump tj-actions/changed-files from 44.3.0 to 44.5.2 in the actions group [#708](https://github.com/jupyterlab/lumino/pull/708) ([@dependabot](https://github.com/dependabot))
- Don't bail early when running all tests [#707](https://github.com/jupyterlab/lumino/pull/707) ([@fcollonval](https://github.com/fcollonval))
- Switch from karma to web-test-runner [#704](https://github.com/jupyterlab/lumino/pull/704) ([@fcollonval](https://github.com/fcollonval))
- Bump ejs from 3.1.8 to 3.1.10 [#702](https://github.com/jupyterlab/lumino/pull/702) ([@dependabot](https://github.com/dependabot))
- Bump the actions group with 2 updates [#701](https://github.com/jupyterlab/lumino/pull/701) ([@dependabot](https://github.com/dependabot))
- Bump the actions group with 1 update [#694](https://github.com/jupyterlab/lumino/pull/694) ([@dependabot](https://github.com/dependabot))

### Documentation improvements

- Align typedoc config with JupyterLab [#696](https://github.com/jupyterlab/lumino/pull/696) ([@fcollonval](https://github.com/fcollonval))

### API and Breaking Changes

- Datagrid: Add a public API to get the current viewport [#695](https://github.com/jupyterlab/lumino/pull/695) ([@martinRenou](https://github.com/martinRenou))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/lumino/graphs/contributors?from=2024-03-25&to=2024-06-28&type=c))

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Abrichet+updated%3A2024-03-25..2024-06-28&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Adependabot+updated%3A2024-03-25..2024-06-28&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2024-03-25..2024-06-28&type=Issues) | [@g547315](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ag547315+updated%3A2024-03-25..2024-06-28&type=Issues) | [@ianthomas23](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Aianthomas23+updated%3A2024-03-25..2024-06-28&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3AJasonWeill+updated%3A2024-03-25..2024-06-28&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2024-03-25..2024-06-28&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3AmartinRenou+updated%3A2024-03-25..2024-06-28&type=Issues) | [@tonyfast](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Atonyfast+updated%3A2024-03-25..2024-06-28&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Awelcome+updated%3A2024-03-25..2024-06-28&type=Issues)

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

## 2024.3.25

([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.11.5...64986395b3f232ec0d23d8e42f4cfddd38d89317))
Expand Down Expand Up @@ -58,8 +117,6 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md'

[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ablink1073+updated%3A2023-11-05..2024-03-25&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Abrichet+updated%3A2023-11-05..2024-03-25&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Adependabot+updated%3A2023-11-05..2024-03-25&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2023-11-05..2024-03-25&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2023-11-05..2024-03-25&type=Issues) | [@novrain](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Anovrain+updated%3A2023-11-05..2024-03-25&type=Issues) | [@tonyfast](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Atonyfast+updated%3A2023-11-05..2024-03-25&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Awelcome+updated%3A2023-11-05..2024-03-25&type=Issues)

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

## 2023.11.5

([Full Changelog](https://github.com/jupyterlab/lumino/compare/@lumino/algorithm@2.0.1...30c6064dbf6450fb19925ff697dff20e9dd1516e))
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": "2024.3.25",
"version": "2024.6.28",
"private": true,
"workspaces": [
"examples/*",
Expand Down

0 comments on commit ae29599

Please sign in to comment.