Wijmo 2024 v2 (Build 5.20242.30)

Released: Dec 18, 2024

Actualizaciones en 2024 v2 (Build 5.20242.30)

Características

  • React
    • Added support for React 19 RC, except the "Cleanup functions for refs" feature.
  • FlexGrid
    • Added 'placeholder' property to Column class to set custom placeholder text displayed when editing empty cells.
    • Added new module wijmo.grid.style to easily style cells in FlexGrid.
    • Removed hidden row element from data cells panel, which was previously added for accessibility-related reasons.
    • Added aria-rowcount and aria-colcount attributes to provide information about the total number of rows and columns present in the FlexGrid.
  • FlexGridFilter
    • Added "active" state to the aria-label attribute of the Ascending and Descending button of FlexGridFilter.
    • Added 'showIncludeSelection' property to enable the 'Include Current Selection to Filter' option in value filters.
    • Added ariaLabel to ListBox present in ValueFilterEditor.
  • InputDate
    • Added 'preserveCalendarNavigation' property to control whether the calendar displays the navigated month or selected date's month when reopening the dropdown.
  • ODataCollectionView | ODataVirtualCollectionView
    • Added server-based group support for ODataCollectionView & ODataVirtualCollectionView.
  • FlexChart
    • Added 'isVertical' property to specify legend orientation (vertical or horizontal).
    • Added support to display minor grid lines and tick marks when logBase is used on the axis.
  • TreeView
    • Added a new demo sample for Lazy Load on Scroll.
  • MultiRow
    • Added support for column aggregates in footer panels using layoutDefinition settings.

Correcciones

  • FlexChart
    • Fixed legend to show horizontal scrollbar instead of incorrect vertical scrollbar when legend orientation is set to horizontal.