Skip to content

v10.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 00:18
· 515 commits to master since this release

10.3.0 (2026-03-24)

⚠️ deprecation and CSS fixes which may impact you

  1. Menu Options list (optionItems)
    I'm guessing that no one ever used them but let's deprecate the Menu Options optionItems list and remove it in v11 (next year). See this Discussion for more info.

  2. Also while working on a new Styling Theme with totally different icons set, I found that some .mdi CSS 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 .mdi classes were replaced by .sgi with 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

Bug Fixes


🎉 Another great Slickgrid-Universal release 🤖 Star us on GitHub ⭐