v2024.6.28
github-actions
released this
28 Jun 13:45
·
17 commits
to main
since this release
2024.6.28
@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 (@JasonWeill)
- Extract plugin handling in a
PluginRegistry
class independent of theApplication
#703 (@fcollonval) - Support host and ref options in Menu.open #700 (@ianthomas23)
- Datagrid: Add a public API to get the current viewport #695 (@martinRenou)
- Accept individual modifier keys as valid keybindings #637 (@g547315)
Maintenance and upkeep improvements
- Bump versions and fix yarn installation in CI #711 (@fcollonval)
- Bump braces from 3.0.2 to 3.0.3 #710 (@dependabot)
- Bump tj-actions/changed-files from 44.3.0 to 44.5.2 in the actions group #708 (@dependabot)
- Don't bail early when running all tests #707 (@fcollonval)
- Switch from karma to web-test-runner #704 (@fcollonval)
- Bump ejs from 3.1.8 to 3.1.10 #702 (@dependabot)
- Bump the actions group with 2 updates #701 (@dependabot)
- Bump the actions group with 1 update #694 (@dependabot)
Documentation improvements
- Align typedoc config with JupyterLab #696 (@fcollonval)
API and Breaking Changes
- Datagrid: Add a public API to get the current viewport #695 (@martinRenou)
Contributors to this release
(GitHub contributors page for this release)
@brichet | @dependabot | @fcollonval | @g547315 | @ianthomas23 | @JasonWeill | @krassowski | @martinRenou | @tonyfast | @welcome