All Versions
96
Latest Version
Avg Release Cycle
42 days
Latest Release
891 days ago

Changelog History
Page 1

  • v3.0.6 Changes

    October 14, 2022

    ๐Ÿ› Bug Fixes

    • chart-core: fix security issue (#3578) (e70cad9)
    • core: fix updating plugins (#3573) (da2bed3)
    • react-common: add children property in the themes (#3568) (6a761e2)
    • react-grid: fix flickering of virtual table (T1108194) (#3567) (31ef862)
    • react-grid: fix grid flickers after scrolling (T1118401) (#3574) (d37014a)
    • react-grid: fix grid scrolling with lazy loading (T1106910) (#3572) (af65a74)
    • react-grid: fix typescript for grouping panel (#3580) (458174a)
    • โฑ react-scheduler: fix deleting first oppointment (#3582) (9bf1f70)
  • v3.0.5 Changes

    August 22, 2022

    ๐Ÿ› Bug Fixes

    • react-common: add children property (T1104887) (#3563) (ec1aa9f)
    • react-grid: fix banded columns in virtual table (T1107446) (#3565) (617f37c)
    • react-grid: fix column resizing for VirtualTable (T1106563) (#3564) (02eb6bd)
  • v3.0.4 Changes

    July 12, 2022

    ๐Ÿ› Bug Fixes

    • react-core: fix dragging on unmount component (T1093143) (53502ae)
    • react-grid: fix column resizing after its reordering (T1096930) (#3557) (ae205dd)
    • react-grid: fix grouping for react 18 (#3556) (edc0d60)
    • react-grid: fix render big amount of the rows in virtual table (#3550) (c240410)
    • โฑ react-scheduler: fix DateTimePicker on Esc pressed (T1099508) (#3558) (84792af)
  • v3.0.3 Changes

    May 10, 2022

    ๐Ÿ› Bug Fixes

    • core: fix changing vizability for series(T1073127) (#3535) (15e95d6)
    • core: make dx-core type public for fix lib check react-grid compilation error (#3538) (629e905)
    • react-chart: apply right series hatching color for 2 charts with same selection state (#3536) (3a2789e)
    • react-chart: fix chart in bootstrap and fix hover elements (#3545) (8d76c42)
    • react-grid: add forwardedRef property in doc (#3534) (82c8006)
    • react-grid: fix column reordering (T1079946) (#3543) (06166f2)
    • react-grid: fix grouping with Banded columns (#3541) (dd88f70)
    • react-grid: fix displaying data in virtual table (#3529) (304489b)
    • ๐Ÿ’ป react-grid-material-ui: column headers are not fixed on vertical scrolling if the TableFixedColumns plugin is used (T1079942) (#3539) (c168da5)
    • โฑ react-scheduler: fix displaying edit form (#3537) (6ae6d8e)
    • โฑ react-scheduler-material-ui: A circle icon doesn't apply a color set in a resource in an appointment tooltip (#3540) (7f7e9bc)
  • v3.0.2 Changes

    February 24, 2022

    ๐Ÿ› Bug Fixes

    • chore: fix third element update (#3511) (9b99074)
    • react-grid: fix virtualTable with resizing (T1067026) (#3523) (52a151f)
    • ๐Ÿ’ป react-grid-material-ui: fix header row (T1068611) (#3521) (41cad0e)
    • ๐Ÿ’ป react-grid-material-ui: remove the forwardedRef prop from a DOM (T1068005) (#3520) (3ad77df)
    • โฑ react-scheduler: fix type for endDate in AppointmentModel (#3518) (6a29837)
    • site: fix static fields on site (#3512) (522c0c1)
  • v3.0.1 Changes

    February 15, 2022

    ๐Ÿ› Bug Fixes

    • react-grid: fix scrolling in virual table (#3506) (d640672)
    • react-grid: make summary row fixed (#3499) (6084aae)
    • โฑ react-scheduler: add params for commit (#3500) (c2d65e8)
    • โฑ react-scheduler: fix error for overlapping appointments (#3498) (d2fdbb8)
    • โฑ react-scheduler: rename field in WeeklyRecurrenceSelectorProps (#3501) (46a8e3a)
  • v3.0.0 Changes

    January 31, 2022

    ๐Ÿ› Bug Fixes

    • react-grid: add dependence in the TableBandHeader plugin (#3483) (5eaf231)
    • react-grid: extend type of Filter value (#3488) (65005d0)
    • react-grid: fix calculating colSpan for virtualTable (#3469) (a8686e4)
    • react-grid: fix colspan calculation (#3471) (5c44427)
    • react-grid: fix changing a visibility of a column with selectors(T1032186) (#3458) (4c77781)
    • react-grid: fix page freezes on drag and drop (#3462) (6f000e0)
    • react-grid: fix render of group cell of second level (#3479) (b7c3919)
    • react-grid: fix type DataTypeProvider.ValueEditorProps (#3484) (c9c93d0)
    • react-grid: fix type description in docs for toggleColumnVisibility (T1029991) (#3446) (4e5500f)
    • react-grid: prevent resize of the column out the left side of window (#3486) (bb11855)
    • โฑ react-scheduler: fix adding appointment after editing in control mode(T1024087) (#3463) (462dbeb)
    • โฑ react-scheduler: fix container classes (#3456) (1b40305)
    • โฑ react-scheduler: fix scrolling after migrate from jss (#3487) (372dbc2)
    • โฑ react-scheduler: make timeScaleTickCellComponent property public (#3474) (cee2043)
    • โฑ react-scheduler: actualize types for EditingState (#3485) (8fece29)

    ๐Ÿ”‹ Features

    • react-grid: use one table instead few in VirtualTable (#3451) (9487c6c)

    ๐Ÿ’ฅ BREAKING CHANGES

    • react-grid: Now, declare the TableColumnVisibility plug-in before the TableBandHeader plug-in to correctly calculate column spans and borders.
    ...
    +<TableColumnVisibility
    +  defaultHiddenColumnNames={...}
    +/>
    ...
    <TableBandHeader
      columnBands={columnBands}
    />
    ...
    -<TableColumnVisibility
    -  defaultHiddenColumnNames={...}
    -/>
    ...
    
  • v3.0.0-beta.2 Changes

    November 22, 2021

    ๐Ÿ› Bug Fixes

    • react-grid: fix console error (#3442) (6470942)
    • react-grid: fix enter action in inline cell editing (#3431) (cd8aea0)
    • โฑ react-scheduler: use correct type for ConfirmationDialog's messages (#3433) (e6e9e02)
  • v3.0.0-beta.1 Changes

    October 21, 2021

    ๐Ÿ› Bug Fixes

    • react-core: do not treat right mouse click as the start of dragging (T1005625) (#3358) (f3bfe6a)
    • react-core: pass refs to components to get rid of findDOMNode (#3404) (11b9a0d)

    ๐Ÿ”‹ Features

    ๐Ÿ’ฅ BREAKING CHANGES

  • v2.7.6 Changes

    June 24, 2021

    ๐Ÿ› Bug Fixes

    • react-chart: fix chart display for zoom factor 90% (#3354) (ba7097e), closes #2988, #3288
    • react-chart: fix series showing if scaleName contains top or bottom (#3343) (99c4efd)
    • react-grid: make possible to define custom messages for TableFilterRow with TypeScript (#3298) (9b08ce5)
    • react-grid: show page button instead of ellipsis if all pagination elements are visible (#3353) (c0ee6fe)