2024.8.13
@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
- Remove the overflow rule on widgets #715 (@fcollonval)
Maintenance and upkeep improvements
- Update versions #718 (@fcollonval)
- Bump @75lb/deep-merge from 1.1.1 to 1.1.2 #717 (@dependabot)
- Bump tj-actions/changed-files from 44.5.5 to 44.5.7 in the actions group #716 (@dependabot)
- Bump the actions group with 2 updates #712 (@dependabot)