FIX The issue when a field's caption disappeared after changing the field's aggregation and reordering fields in the flat table Field List was fixed.
FIX The issue with filtering when using the custom data source API and when there is a drilled-down hierarchy in the slice was fixed.
FIX flexmonster.d.ts The serverContentType parameter was added to the save()
API call.
NEW The sample Angular project for Flexmonster was updated to Angular 17.
FIX The issue with setting more than 128 measures in the slice was fixed.
FIX Accelerator The .NET Framework runtime was included in the setup project.
NEW New formatting options "$1"
and "1$"
were added to the negativeCurrencyFormat property.
NEW A new formatting option "1"
was added to the negativeNumberFormat property.
FIX Update to Content Security Policy (CSP): a single policy named flexmonster
was created.
FIX accessibility The issue with keyboard navigation when options.grid.showHeaders is set to false
was fixed.
FIX accessibility The issues with keyboard navigation through hidden cells were fixed.
NEW New serverContentType parameter was added for the save()
API call. When saving a report to a server, use the serverContentType
to set the Content-Type
header for the POST request: "application/x-www-form-urlencoded"
or "application/json"
(preferable).
NEW Compatibility with Content Security Policy (CSP) was improved.
FIX Error handling for saving a report to a server when data exceeds the limit of the encodeURIComponent()
method was improved.
FIX Accelerator The issue with recognizing the type of date hierarchies on SSAS tabular models was fixed.