DevExtreme React Grid v1.11.0 Release Notes

Release Date: 2019-05-17 // almost 5 years ago
  • 🐛 Bug Fixes

    • react-chart: fix layout of the value axes (#1996) (030f4b1)
    • react-chart: fix spacing on axis labels in Edge (#2006) (568ba8a)
    • react-core: prevent Getter losing on Plugin adding (#2002) (89f4e87)
    • react-grid: add transform style for IE11 (#2001) (ef75b9c)
    • react-grid: consider fixed columns when columns are virtualized (#2014) (f13c525)
    • react-grid: provide minWidth to virtual table in Safari (#2034) (55a9d3d)
    • react-scheduler: move children inside (#2018) (bbd4198)
    • react-scheduler: pass formatDate func into DnD drafts (#2031) (63df375)

    🔋 Features

    • react-scheduler: support scheduler localization capability (#1985) (286003e)

    💥 BREAKING CHANGES

    • react-chart: We have replaced the dominantBaseline option with the dy option for axis labels because Edge does not support the former. The dy option does not change the baseline position and simply shifts text up or down.