DevExtreme React Grid v1.10.1 Release Notes

Release Date: 2019-02-06 // about 5 years ago
  • ๐Ÿ› Bug Fixes

    • react-chart: fix hovered and selected scatter point size (#1808) (647a0d8)
    • react-chart: fix-event-handlers-in-safari (#1803) (cc90bc0)
    • react-chart-bootstrap4: fix dependencies section (#1774) (12e9f6f)
    • react-grid: disallow rendering a checkbox in incorrect column when grouping is enabled (#1793) (96b7de0)
    • react-grid: fix column width in virtual table (#1783) (f3c481c)
    • react-grid: prevent tree column header text from overflowing a container (#1731) (af3629c)
    • react-grid: stretch table container to a container size (#1796) (a36b109)

    ๐Ÿ”จ Code Refactoring

    • react-chart: move point coordinates calculations specifics down to the pointComponent (#1753) (fde7756)

    ๐Ÿ”‹ Features

    • react-grid: throw warning if getRowId returns undefined (#1679) (d10397e)

    ๐ŸŽ Performance Improvements

    • react-core: optimize position context calculation (#1813) (b2ea6e7)

    ๐Ÿ’ฅ BREAKING CHANGES

    • react-chart: Previously, pointComponent of BarSeries and PieSeries accepted precalculated fields (width and d, respectively). Now, pointComponent accepts fields that provide raw data for calculation. This makes pointComponent more flexible as the width and d fields can now be calculated the way you need.

    The following substitutions took place: ย 

    • width => barWidth and maxBarWidth
    • d => innerRadius, outerRadius, maxRadius, startAngle, and endAngle