Skip to content

Releases: jupyterlab/lumino

v2025.4.30

30 Apr 17:10
Compare
Choose a tag to compare

2025.4.30

(Full Changelog)

@lumino/application: 2.4.3 => 2.4.4
@lumino/datagrid: 2.5.1 => 2.5.2
@lumino/default-theme: 2.1.9 => 2.1.10
@lumino/widgets: 2.7.0 => 2.7.1

Bugs fixed

  • Improve accessibility for menu items with toggle state #753 (@nkn2022)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@dependabot | @krassowski | @nkn2022

v2025.3.31

31 Mar 08:55
Compare
Choose a tag to compare

2025.3.31

(Full Changelog)

@lumino/algorithm: 2.0.2 => 2.0.3
@lumino/application: 2.4.2 => 2.4.3
@lumino/collections: 2.0.2 => 2.0.3
@lumino/commands: 2.3.1 => 2.3.2
@lumino/coreutils: 2.2.0 => 2.2.1
@lumino/datagrid: 2.5.0 => 2.5.1
@lumino/default-theme: 2.1.8 => 2.1.9
@lumino/disposable: 2.1.3 => 2.1.4
@lumino/domutils: 2.0.2 => 2.0.3
@lumino/dragdrop: 2.1.5 => 2.1.6
@lumino/keyboard: 2.0.2 => 2.0.3
@lumino/messaging: 2.0.2 => 2.0.3
@lumino/polling: 2.1.3 => 2.1.4
@lumino/properties: 2.0.2 => 2.0.3
@lumino/signaling: 2.1.3 => 2.1.4
@lumino/virtualdom: 2.0.2 => 2.0.3
@lumino/widgets: 2.6.0 => 2.7.0

Important

This release changes the algorithm of Widget.isVisible to be more robust in case the widget is contained within a hidden parent.
It also deprecates the flag Widget.Flag.isVisible.

Enhancements made

Maintenance and upkeep improvements

Documentation improvements

  • Add links to the examples and documentation contribution instructions #741 (@cmarmo)

Contributors to this release

(GitHub contributors page for this release)

@cmarmo | @dependabot | @fcollonval | @jtpio | @vidartf

v2025.2.1

01 Feb 11:06
Compare
Choose a tag to compare

2025.2.1

(Full Changelog)

@lumino/application: 2.4.1 => 2.4.2
@lumino/datagrid: 2.4.1 => 2.5.0
@lumino/default-theme: 2.1.7 => 2.1.8
@lumino/widgets: 2.5.0 => 2.6.0

Enhancements made

  • Add horizontalAlignment to Menu.open() options #732 (@andrewfulton9)
  • [DataGrid] Add a feature to fit multiple column's width to their content #731 (@i-aki-y)

Maintenance and upkeep improvements

  • Bump tj-actions/changed-files from 45.0.4 to 45.0.5 in the actions group #734 (@dependabot)
  • Bump tj-actions/changed-files from 45.0.3 to 45.0.4 in the actions group #730 (@dependabot)
  • Bump cross-spawn from 7.0.3 to 7.0.6 #728 (@dependabot)
  • Bump tj-actions/changed-files from 45.0.2 to 45.0.3 in the actions group #726 (@dependabot)
  • Bump axios from 1.6.1 to 1.7.7 #724 (@dependabot)
  • Bump tj-actions/changed-files from 44.5.7 to 45.0.2 in the actions group across 1 directory #723 (@dependabot)
  • Bump rollup from 3.25.1 to 3.29.5 #722 (@dependabot)
  • Bump micromatch from 4.0.5 to 4.0.8 #720 (@dependabot)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@andrewfulton9 | @dependabot | @hxrshxz | @i-aki-y | @krassowski

v2024.8.13

13 Aug 13:38
Compare
Choose a tag to compare

2024.8.13

(Full Changelog)

@lumino/application: 2.4.0 => 2.4.1
@lumino/datagrid: 2.4.0 => 2.4.1
@lumino/default-theme: 2.1.6 => 2.1.7
@lumino/widgets: 2.4.0 => 2.5.0

⚠️ CSS breaking change

Widget does not hide its overflow by default any longer. If this breaks your application styling, you can restore it locally by adding the CSS rule overflow: hidden. To restore the previous behavior fully, you can add the following CSS rule:

.lm-Widget {
  overflow: hidden;
}

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@dependabot | @fcollonval | @krassowski

v2024.6.28

28 Jun 13:45
Compare
Choose a tag to compare

2024.6.28

(Full Changelog)

@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 the Application #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

Documentation improvements

API and Breaking Changes

Contributors to this release

(GitHub contributors page for this release)

@brichet | @dependabot | @fcollonval | @g547315 | @ianthomas23 | @JasonWeill | @krassowski | @martinRenou | @tonyfast | @welcome

v2024.3.25

25 Mar 16:46
Compare
Choose a tag to compare

2024.3.25

(Full Changelog)

@lumino/application: 2.3.0 => 2.3.1
@lumino/commands: 2.2.0 => 2.3.0
@lumino/datagrid: 2.3.0 => 2.3.1
@lumino/default-theme: 2.1.4 => 2.1.5
@lumino/widgets: 2.3.1 => 2.3.2

Enhancements made

  • Optional prevent default and asynchronous hold for keybinding execution #689 (@krassowski)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @brichet | @dependabot | @fcollonval | @krassowski | @novrain | @tonyfast | @welcome

v2023.11.5

05 Nov 16:38
Compare
Choose a tag to compare

2023.11.5

(Full Changelog)

@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

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Deprecated features

Contributors to this release

(GitHub contributors page for this release)

@andrewfulton9 | @brichet | @dependabot | @fcollonval | @gabalafou | @krassowski | @m158261 | @martinRenou | @s596757 | @tonyfast | @welcome

v2023.9.25-alpha.0

25 Sep 08:46
Compare
Choose a tag to compare
v2023.9.25-alpha.0 Pre-release
Pre-release

2023.9.25-alpha.0

(Full Changelog)

@lumino/application: 2.2.1 => 2.3.0-alpha.0
@lumino/datagrid: 2.2.0 => 2.3.0-alpha.0
@lumino/default-theme: 2.1.3 => 2.1.4-alpha.0
@lumino/widgets: 2.3.0 => 2.3.1-alpha.0

New features added

Enhancements made

Bugs fixed

  • Added role of button to addButton to make itkeyboard accessible when using screenreader #615 (@s596757)
  • MenuBar: do not focus on hover #607 (@gabalafou)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @dependabot | @fcollonval | @gabalafou | @krassowski | @m158261 | @martinRenou | @s596757 | @welcome

v2023.7.27

27 Jul 14:29
Compare
Choose a tag to compare

2023.7.27

(Full Changelog)

@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 (@brichet)

Enhancements made

  • Add expansion toggled signal of subpanels in an Accordion Panel #614 (@DenisaCG)
  • [accessibility] Uses the arrow keys for tab bar navigation #612 (@brichet)
  • elements respond to enter or spacebar #590 (@g547315)
  • Resize column to fit text on double click #546 (@vthemelis)

Bugs fixed

  • Do not set the dockpanel as parent of the tabbar #606 (@brichet)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @DenisaCG | @dependabot | @echarles | @fcollonval | @g547315 | @krassowski | @tonyfast | @vthemelis | @welcome

v2023.6.22

23 Jun 07:08
Compare
Choose a tag to compare

2023.6.22

(Full Changelog)

@lumino/application: 2.1.1 => 2.2.0
@lumino/commands: 2.1.1 => 2.1.2
@lumino/datagrid: 2.1.1 => 2.1.2
@lumino/default-theme: 2.1.1 => 2.1.2
@lumino/dragdrop: 2.1.1 => 2.1.2
@lumino/widgets: 2.1.1 => 2.2.0

Enhancements made

  • Use Actual Return character for Mac shortcuts. #592 (@Carreau)
  • Add a 'defer' option to the autoStart argument #588 (@brichet)
  • Added "tabindex=0" for sidebar accessibility #583 (@j264415)
  • Splits with merge option for dock panels #582 (@tavin)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @Carreau | @dependabot | @fcollonval | @j264415 | @jjrv | @krassowski | @MetRonnie | @nicojapas | @tavin | @welcome