Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update devextreme-reactive monorepo to v4 (major) #1854

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@devexpress/dx-react-chart (source) 2.7.6 -> 4.0.10 age adoption passing confidence
@devexpress/dx-react-chart-material-ui (source) 2.7.6 -> 4.0.10 age adoption passing confidence
@devexpress/dx-react-core (source) 2.7.6 -> 4.0.10 age adoption passing confidence

Release Notes

DevExpress/devextreme-reactive (@​devexpress/dx-react-chart)

v4.0.10

Compare Source

Bug Fixes
  • react-grid: fixed a bug where a grid column header was dragged unexpectedly after users closed the header's context menu on macOS (#​3681) (b856daa)
  • react-grid: fixed a bug where grid column headers were dropped to an incorrect position when the virtual scrolling was enabled and the Grid was scrolled horizontally to its end (#​3682) (0d98407)

v4.0.9

Compare Source

Bug Fixes

v4.0.8

Compare Source

Bug Fixes

v4.0.7

Compare Source

Bug Fixes
  • grid-core: - Generate .d.ts files for grid and scheduler core packages (#​3667) (1fe82ac)

v4.0.6

Compare Source

Bug Fixes
  • conditional type exports (T1177805) (#​3661) (db3373d)
  • react-grid-material-ui: fix styled components' styles that use theme.spacing with a negative sign (#​3660) (6f6588a)
Features

v4.0.5

Compare Source

Bug Fixes
  • react-grid: fixed scrollbar jumps when scrolling a virtual table with different row heights from bottom to top (T1171681) (#​3657) (cd0da0c)
  • react-grid: fixed a bug when the previous column's sorting was not cleared after the user sorted by a different column and the Sorting State plugin's column extensions were used (#​3647) (#​3653) (5655906)

v4.0.4

Compare Source

Bug Fixes
  • grid-core: Make a virtual table's viewport calculation band-friendly (T1154239) (#​3643) (cf41706)
  • react-scheduler: fix horizontal scale flickering (T1151128) (#​3641) (fc2b29e)
  • Update the react-popper dependency to v2, by @​glsignal (345fa12)

v4.0.3

Compare Source

Bug Fixes

v4.0.2

Compare Source

Bug Fixes
  • scheduler-core: fix rrule import in bundle (#​3617)

v4.0.1

Compare Source

Bug Fixes
  • react-grid: fixed a bug where a grid column header was dragged unexpectedly after users closed the header's context menu on macOS (#​3681) (b856daa)
  • react-grid: fixed a bug where grid column headers were dropped to an incorrect position when the virtual scrolling was enabled and the Grid was scrolled horizontally to its end (#​3682) (0d98407)

v4.0.0

Compare Source

Features

v3.0.6

Compare Source

Bug Fixes

v3.0.5

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

Bug Fixes

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

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={...}
-/>
...

Configuration

📅 Schedule: Branch creation - "* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Feb 5, 2022
@changeset-bot
Copy link

changeset-bot bot commented Feb 5, 2022

⚠️ No Changeset found

Latest commit: 47154e4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from fb696d2 to 96590ec Compare February 15, 2022 10:44
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 96590ec to c518eb1 Compare February 24, 2022 13:47
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from c518eb1 to 81e48de Compare May 11, 2022 06:12
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 81e48de to 709b3cd Compare July 12, 2022 12:40
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 709b3cd to c95fdcf Compare August 22, 2022 12:55
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch 2 times, most recently from 9baccb2 to 79d601f Compare October 15, 2022 03:14
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 79d601f to c6bcf75 Compare October 29, 2022 18:14
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from c6bcf75 to ce13377 Compare November 25, 2022 11:34
@renovate renovate bot changed the title fix(deps): update devextreme-reactive monorepo to v3 (major) fix(deps): update devextreme-reactive monorepo to v4 (major) Nov 25, 2022
@renovate renovate bot changed the title fix(deps): update devextreme-reactive monorepo to v4 (major) Update devextreme-reactive monorepo to v4 (major) Dec 17, 2022
@renovate renovate bot changed the title Update devextreme-reactive monorepo to v4 (major) fix(deps): update devextreme-reactive monorepo to v4 (major) Dec 17, 2022
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch 2 times, most recently from 192ce04 to 79737d0 Compare December 26, 2022 13:56
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 79737d0 to 4752414 Compare January 27, 2023 12:42
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 4752414 to da9009c Compare May 28, 2023 09:30
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from da9009c to 53800e4 Compare July 3, 2023 12:35
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from 53800e4 to 8afd74a Compare November 6, 2023 11:35
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch 2 times, most recently from 6148417 to d99d229 Compare February 5, 2024 16:35
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from d99d229 to b32f2a1 Compare September 11, 2024 13:25
@renovate renovate bot force-pushed the renovate/major-devextreme-reactive-monorepo branch from b32f2a1 to 47154e4 Compare January 8, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants