DevExtreme React Grid v1.8.0 Release Notes

Release Date: 2018-10-04 // over 5 years ago
  • 🐛 Bug Fixes

    • grid: add missed props to documentation (#1414) (e7fe289), closes #1412
    • grid: fix nullable values sorting (#1432) (f75deb1), closes #1428
    • react: handle event changes correctly (#1405) (61732a1)
    • react-chart: fix crash in production caused by PropTypes reference (fd386f5)
    • react-chart: bind default domain names for argument and value axes (#1435) (0a5fdf1)
    • react-grid: add lost border to bands (#1440) (f051c69)
    • react-grid: fix virtual scrolling in desktop Safari (#1397) (d353edf)
    • 💻 react-grid-material-ui: update MUI (#1430) (c6ef66c), closes #1413

    🔋 Features

    • react-chart: add legend for pie chart (#1393) (088767c)
    • react-chart: add palette plugin (#1408) (a025bb0)
    • react-grid: extract ToggleButton component in TableFilterRow (#1403) (687fe3b)

    💥 BREAKING CHANGES

    • react-chart: Previously, there was a single Grid plugin. Now there are ArgumentGrid and ValueGrid plugins. ArgumentGrid is bound to an argument domain. 0️⃣ ValueGrid is bound to a value domain specified by the name property or to a default domain.

    • react-chart: Previously, the Chart component configured scales internally. Starting with this release, we extracted the scale customization logic to a separate plugin to enable a user to customize a scale. Now, you need to manually add the Scale plugin to the Chart component to draw a chart.