JohnDeved / dropper

2 stars 0 forks source link

Bump rsuite from 4.8.0 to 5.21.0 #133

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rsuite from 4.8.0 to 5.21.0.

Release notes

Sourced from rsuite's releases.

v5.21.0

Support React 18

  • Replace react-virtualized that is incompatible with React 18 with its official successor react-window.
  • Use createRoot() to create container elements for toaster.
  • Use React-built-in useId() hook for consistent generation of element ids.

Learn details in #2595.

Bug Fixes

  • DateRangePicker: fix end time will change with the start time (#2841) (7fb38dd)

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.20.0...v5.21.0

v5.20.0

Loading state for SelectPicker and CheckPicker

A new loading prop is added to SelectPicker and CheckPicker which, when set to true, makes the picker display a spinner to indicate that it's in "loading" state.

<SelectPicker data={data} loading />

Learn more in the documentation: https://rsuitejs.com/components/select-picker/#loading-state

Bug Fixes

  • DatePicker: reset calendar selection after closing picker menu (#2807) (1ef91a8)
  • Form.Control: when shouldResetWithUnmount should remove value and error (#2802) (f8d108a)

What's Changed

... (truncated)

Changelog

Sourced from rsuite's changelog.

5.21.0 (2022-10-27)

Bug Fixes

  • DateRangePicker: fix end time will change with the start time (#2841) (7fb38dd)

Features

5.20.0 (2022-10-21)

Bug Fixes

  • DatePicker: reset calendar selection after closing picker menu (#2807) (1ef91a8)
  • Form.Control: when shouldResetWithUnmount should remove value and error (#2802) (f8d108a)

Features

  • SelectPicker,CheckPicker: add loading prop (#2808) (3a5e5d5)

5.19.1 (2022-10-13)

Bug Fixes

  • Cascader,MultiCascader: fix sub-columns not being removed when a leaf node is selected (#2792) (619c7de)
  • CheckTreePicker: fix children node can't uncheck when setting virtualized (#2782) (#2783) (50f7b89)
  • DateRangePicker: fix predefined range affecting calendar height (#2794) (957ce4e)
  • TreePicker, CheckTreePicker: ignore backspace when setting cleanable=false or disabled=true (#2798) (eefe0eb)
  • TreePicker,CheckTreePicker: fix renderExtraFooter causing the … (#2745) (d7279d1), closes #2758
  • TreePicker,CheckTreePicker: fix value being cleared internally when value is controlled (#2788) (4521a27), closes #2784

Features

Performance Improvements

  • CheckTreePicker: improve performance when using large data (#2767) (651a8a1)

5.19.0 (2022-09-23)

Bug Fixes

  • CheckPicker,SelectPicker: fix inconsistent label spacing (#2739) (2441d7e)
  • Dropdown: fix disabled not working when trigger is set to hover or contextMenu (#2740) (147821c)
  • Sidenav: fix tooltip blocking menu items (#2747) (d3568e1)
  • Stack: filter children that should not be rendered (#2732) (23c283f)

Features

... (truncated)

Commits
  • b613b22 build: bump 5.21.0
  • 2661c5a build(example-preact): upgrade preact from 10.11.0 to 10.11.1 (#2840)
  • 7fb38dd fix(DateRangePicker): fix end time will change with the start time (#2841)
  • 2f32873 chore(docs): update lockfile
  • a071214 feat: support React 18 (#2595)
  • 555683f docs(usage): remove ReactDOM.render for react 18 (#2835)
  • 98cfcfa build(example-cra): upgrade react-scripts from 3.4.1 to 3.4.4 (#2838)
  • c57579a build(example-gatsby): upgrade gatsby from 4.24.0 to 4.24.1 (#2830)
  • afb4545 build(example-rollup): upgrade rsuite from 4.11.0 to 4.11.1 (#2831)
  • 068578b build(docs): upgrade react-code-view from 2.2.0 to 2.2.1 (#2832)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #134.