FIX The issue when expandAll did not affect hierarchy levels with a single empty value was fixed.
FIX custom data source API The issue with the sorting order of hierarchy members was fixed.
FIX custom data source API The issue with sorting order not being applied to hierarchy level members when the preloadMemberCaptions
option is true
was fixed.
FIX custom data source API The issue with requesting members several times when the preloadMemberCaptions
option is true
was fixed.
NEW Blazor wrapper A new Theme
property was added to the FlexmonsterComponent. Use it to change Flexmonster's theme.
FIX The issue with exporting to Excel when the showHierarchyCaptions option is set to false
was fixed.
NEW The sample Angular project for Flexmonster was updated to Angular 20.
NEW The sample Vue 3 project for Flexmonster was migrated to Composition API.
FIX Sample React, Angular, and Vue projects were improved.
FIX flexmonster.d.ts The distinguishNullUndefinedEmpty
property was added to the Options
interface.
FIX The expandAllData() method now does not show a "(blank)"
member when it is the only member on the last level of a multilevel hierarchy.