v10.3.0
10.3.0 (2026-03-24)
⚠️ deprecation and CSS fixes which may impact you
-
Menu Options list (
optionItems)
I'm guessing that no one ever used them but let's deprecate the Menu OptionsoptionItemslist and remove it in v11 (next year). See this Discussion for more info. -
Also while working on a new Styling Theme with totally different icons set, I found that some
.mdiCSS classes were inserted by mistake in the default styling files causing issues with the new theme. However the default theme should be agnostic and shouldn't include any specific icons set or icon expectation (meaning that the MDI icons could be replaced with any other icon set). So, to be really agnostic and to make it work with the new theme, the.mdiclasses were replaced by.sgiwith proper CSS fixes to handle any icon set... but if you are using any of these CSS classes for E2E tests or for styling reasons, then make sure to update them as needed.
| before | after | component |
|---|---|---|
mdi-icon-check |
sgi-icon-check |
Row Selections |
mdi-icon-partial-check |
sgi-icon-partial-check |
Row Selections |
mdi-icon-uncheck |
sgi-icon-uncheck |
Row Selections |
mdi-icon-picker-check |
sgi-icon-picker-check |
Column Picker / Grid Menu |
mdi-icon-picker-uncheck |
sgi-icon-picker-uncheck |
Column Picker / Grid Menu |
Features
- create new Ms Fluent UI Theme (#2491) (31d185a) - by @ghiscoding
Bug Fixes
- allow opening Context Menu from anywhere in viewport (#2485) (572005c) - by @ghiscoding
- deprecate Menu Options (
optionItemslist) (#2480) (b8ce0db) - by @ghiscoding - deps: update all non-major dependencies (#2494) (cd8c6b2) - by @renovate-bot
- deps: update all non-major dependencies (#2496) (123188f) - by @renovate-bot
- error thrown when dragging from an editor inside a draggable row (#2487) (0d9bdba) - by @ghiscoding
- filters: Slider Filter shouldn't add focus outline w/filter cleared (#2492) (1cab711) - by @ghiscoding
- rename internal icons from
.mdito.sgiclass (to fix new Theme w/o MDI icon set) (#2489) (d7222f6) - by @ghiscoding - regression: Row Selection (Select All) not showing in Bootstrap (#2488) (965ead2) - by @ghiscoding
- regression: Row Selection shouldn't do multi-select without
dragToSelect(#2483) (3307201) - by @ghiscoding - styling: always use box-shadow for Active Cell (#2477) (0952978) - by @ghiscoding
🎉 Another great Slickgrid-Universal release 🤖 Star us on GitHub ⭐