Skip to content

v2024.8.13

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 13:38
· 4 commits to main since this release

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