JohnDeved / dropper

2 stars 0 forks source link

Bump rsuite from 4.8.0 to 5.24.1 #154

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rsuite from 4.8.0 to 5.24.1.

Release notes

Sourced from rsuite's releases.

v5.24.0

Features

Add Dropdown.Separator component

by @​SevenOutman in rsuite/rsuite#2979

Deprecate divider prop of Dropdown.Item component in favor of a dedicated Dropdown.Separator component.

Before

<Dropdown>
  <Dropdown.Item divider />
</Dropdown>

After

<Dropdown>
  <Dropdown.Separator />
</Dropdown>

Bug Fixes

Dependency updates

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.23.3...v5.24.0

v5.23.3

Bug fixes

... (truncated)

Changelog

Sourced from rsuite's changelog.

5.24.1 (2023-01-12)

Bug Fixes

  • DatePicker,DateRangePicker: fix the background color error when the cell is hovered (#3018) (9d6f43e)
  • MultiCascader: fix load async data error in inline mode (#3015) (081eb14), closes #3014
  • Navbar.Brand: fix missing href prop (#3007) (d0a1f27)
  • Tree: fix Tree drag preview style error (#3003) (4830148)

Performance Improvements

  • CSS transitions: improved duration of transitions (#3016) (d1829da)

5.24.0 (2022-12-30)

Bug Fixes

  • AutoComplete: fix AutoComplete size property not working (#2990) (add665b)
  • DatePicker: fix inconsistency between month selectable state and ok button clickable state (#2984) (70e6aba)
  • Sidenav: fix Sidenav multilevel Nav.Menu arrow icon exception (#2986) (87f6748)

Features

  • Dropdown: add Dropdown.Separator component (#2979) (db6fcbb)

5.23.3 (2022-12-16)

Bug Fixes

  • Modal: fix close button alignment and color (#2973) (b1eb5b4)

5.23.2 (2022-12-09)

Bug Fixes

  • Form.HelpText: change font size to 12px (#2968) (5c3898e)
  • Nav.Menu: fix noCaret has No Effect on a Sub-menu (#2960) (e51fb6b)
  • pickers: the focused item should be within the container's viewport (#2957) (cab5c63)
  • Tooltip: should use the default text alignment (#2965) (3280775)

5.23.1 (2022-12-02)

Bug Fixes

  • AutoComplete: fix animation props being passed on Input (#2950) (4c21993)
  • MultiCascader: fix unable to search for child items when childKey is set a value other than "children" (#2926) (5d35f6c)

5.23.0 (2022-11-25)

Bug Fixes

... (truncated)

Commits
  • 61d27d3 build: bump 5.24.1
  • d1829da perf(CSS transitions): improved duration of transitions (#3016)
  • 9d6f43e fix(DatePicker,DateRangePicker): fix the background color error when the cell...
  • d8b7d15 docs(CONTRIBUTING.md): add BDD's assertion style (#3017)
  • 6790834 build(deps): bump rsuite-table from 5.8.1 to 5.8.2 (#3013)
  • 4830148 fix(Tree): fix Tree drag preview style error (#3003)
  • 081eb14 fix(MultiCascader): fix load async data error in inline mode (#3015)
  • 96a63ce build(example-gatsby): Security upgrade gatsby from 5.0.1 to 5.4.0 (#3011)
  • d0a1f27 fix(Navbar.Brand): fix missing href prop (#3007)
  • 65268e9 build(deps): bump json5 from 1.0.1 to 1.0.2 in /docs (#3006)
  • 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 #155.