All Versions
96
Latest Version
Avg Release Cycle
42 days
Latest Release
891 days ago
Changelog History
Page 1
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.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
๐ฅ BREAKING CHANGES
- react-grid: Now, declare the
TableColumnVisibility
plug-in before theTableBandHeader
plug-in to correctly calculate column spans and borders.
... +<TableColumnVisibility + defaultHiddenColumnNames={...} +/> ... <TableBandHeader columnBands={columnBands} /> ... -<TableColumnVisibility - defaultHiddenColumnNames={...} -/> ...
-
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
- react-core: We updated the minimum required MUI version to v5.0.0. Please follow this link to migrate to it: https://mui.com/guides/migration-v4/. Also, we updated the minimum required React version to v17.0.2. Follow this link to migrate to it: https://ru.reactjs.org/blog/2020/10/20/react-v17.html.
-
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
orbottom
(#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)