JohnDeved / dropper

2 stars 0 forks source link

Bump rsuite from 4.8.0 to 5.3.0 #51

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rsuite from 4.8.0 to 5.3.0.

Release notes

Sourced from rsuite's releases.

v5.3.0

Features

  • AvatarGroup: add support for AvatarGroup (#2195) (2647bea)
  • FormControl: allow explicit default value (#2182) (691ee38)
  • Tree,CheckTree: support showIndentLine on and (#2181) (720768e)

Bug Fixes

  • Breadcrumb: avoid separator key conflict with item key (#2186) (428529a)
  • Button: apply size from parent ButtonGroup (#2194) (85e9a21)
  • dts: fix declaration errors in typescript strict mode (#2130) (c31f080)
  • Modal: fix Modal not focused when opened (#2180) (383ea12)

v5.2.4

5.2.4 (2021-12-03)

Bug Fixes

  • Carousel: make onSelect prop optional (#2170) (c4d7a63)
  • DateRangePicker: fix DateRangePicker cannot switch am/pm (#2171) (4c55db9)
  • pickers: fix custom input in Picker cannot be focused (#2176) (8a94bd6)
  • Table: fix the column of grouping cannot be centered (#2168) (4fbe460)
  • Tree: expose methods for tree that can scroll the list (#2178) (0a6f9ee)

v5.2.3

5.2.3 (2021-11-26)

Bug Fixes

  • useElementResize: fix ResizeObserver being created repeatedly (#2161) (32e2fa7)
  • focus handler (#2154) (3b17fbc)
  • TagPicker: fix tag misplacement in plaintext mode (#2152) (6d32c71)

Performance Improvements

  • Menu: prevent uneccesary re-render when mouseove on menuitems (#2148) (dc06498)

v5.2.2

Bug Fixes

  • Dropdown: dropdown item panel not rendering content (#2128) (6631500)
  • IconButton: primary icon button with text wrong bg (#2141) (fde0cd4)
  • PanelGroup: missing border for nested panels (#2142) (225821f)

Performance Improvements

  • resize: improve the rerender performance of components after resize (#2135) (71648ab)

v5.2.1

... (truncated)

Changelog

Sourced from rsuite's changelog.

5.3.0 (2021-12-10)

Bug Fixes

  • Breadcrumb: avoid separator key conflict with item key (#2186) (428529a)
  • Button: apply size from parent ButtonGroup (#2194) (85e9a21)
  • dts: fix declaration errors in typescript strict mode (#2130) (c31f080)
  • Modal: fix Modal not focused when opened (#2180) (383ea12)

Features

  • AvatarGroup: add support for AvatarGroup (#2195) (2647bea)
  • FormControl: allow explicit default value (#2182) (691ee38)
  • Tree,CheckTree: support showIndentLine on and (#2181) (720768e)

5.2.4 (2021-12-03)

Bug Fixes

  • Carousel: make onSelect prop optional (#2170) (c4d7a63)
  • DateRangePicker: fix DateRangePicker cannot switch am/pm (#2171) (4c55db9)
  • pickers: fix custom input in Picker cannot be focused (#2176) (8a94bd6)
  • Table: fix the column of grouping cannot be centered (#2168) (4fbe460)
  • tree: expose methods for tree that can scroll the list (#2178) (0a6f9ee)

5.2.3 (2021-11-26)

Bug Fixes

  • useElementResize: fix ResizeObserver being created repeatedly (#2161) (32e2fa7)
  • focus handler (#2154) (3b17fbc)
  • TagPicker: fix tag misplacement in plaintext mode (#2152) (6d32c71)

Performance Improvements

  • Menu: prevent uneccesary re-render when mouseove on menuitems (#2148) (dc06498)

5.2.2 (2021-11-19)

Bug Fixes

  • Dropdown: dropdown item panel not rendering content (#2128) (6631500)
  • IconButton: primary icon button with text wrong bg (#2141) (fde0cd4)
  • PanelGroup: missing border for nested panels (#2142) (225821f)

Performance Improvements

  • resize: improve the rerender performance of components after resize (#2135) (71648ab)

5.2.1 (2021-11-12)

... (truncated)

Commits
  • 3438eb3 build: bump 5.3.0
  • 691ee38 feat(FormControl): allow explicit default value (#2182)
  • c00ac9d build(deps): bump next 12.0.6 (#2198)
  • 2647bea feat(AvatarGroup): add support for AvatarGroup (#2195)
  • 85e9a21 fix(Button): apply size from parent ButtonGroup (#2194)
  • 428529a fix(Breadcrumb): avoid separator key conflict with item key (#2186)
  • 720768e feat(Tree,CheckTree): support showIndentLine on <Tree> and <CheckTree> (#2181)
  • 383ea12 fix(Modal): fix Modal not focused when opened (#2180)
  • e299c09 build(docs): use local rsuite in preview builds
  • c31f080 fix(dts): fix declaration errors in typescript strict mode (#2130)
  • 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 2 years ago

Superseded by #52.