JohnDeved / dropper

2 stars 0 forks source link

Bump rsuite from 4.8.0 to 5.25.0 #155

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps rsuite from 4.8.0 to 5.25.0.

Release notes

Sourced from rsuite's releases.

v5.25.0

Features

Disable ripple effect with CustomProvider

by @​simonguo in rsuite/rsuite#3030

A new disableRipple flag is added to CustomerProvider to allow users disable the ripple effect in Button, Nav.Item, Pagination, etc.

<CustomProvider disableRipple>
  <Button>no ripple effect</Button>
</CustomProvider>

Learn details at https://rsuitejs.com/components/custom-provider

Bug Fixes

UI/UX Improvements

Other Changes

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.24.1...v5.25.0

v5.24.1

Bug Fixes

Performance Improvements

Other Changes

... (truncated)

Changelog

Sourced from rsuite's changelog.

5.25.0 (2023-01-20)

Bug Fixes

  • Breadcrumb: improve font color for active item (#3028) (1efcbf9)
  • Breadcrumb: rendered breadcrumbs as span when href is not specified (#3027) (8ad16e4)
  • Button: fix disabled icon button bug in dark mode (#3020) (8975eff)
  • DatePicker: fix first click not working on month selection (#3019) (42eeaa3)
  • Whisper: add type checking for child components (#3012) (c189119)

Features

  • CustomProvider: add support for disableRipple on <CustomProvider> (#3030) (c6bb7ad)

Performance Improvements

  • Button: improved button color when hovered and activated (#3022) (7973696)

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)

... (truncated)

Commits
  • 86f2c14 build: bump 5.25.0
  • 73ad9c9 chore(npm): update lockfile in docs/
  • c189119 fix(Whisper): add type checking for child components (#3012)
  • c6bb7ad feat(CustomProvider): add support for disableRipple on \<CustomProvider> (#3...
  • fc320ec refactor(pickers): adjust the position of the clear button (#3025)
  • 6de6397 docs(Uploader): fix manual upload example error (#3026)
  • 1efcbf9 fix(Breadcrumb): improve font color for active item (#3028)
  • 8ad16e4 fix(Breadcrumb): rendered breadcrumbs as span when href is not specified (#3027)
  • 4a24dbc docs(SelectPicker): remove link from title (#3029)
  • 7973696 perf(Button): improved button color when hovered and activated (#3022)
  • 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)