JohnDeved / dropper

2 stars 0 forks source link

Bump rsuite from 4.8.0 to 5.18.0 #125

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps rsuite from 4.8.0 to 5.18.0.

Release notes

Sourced from rsuite's releases.

v5.18.0

Button props for Uploader

Now you can customize the look of Uploader button with the props from Button component.

<Uploader action="" appearance="primary" />
<Uploader action="" appearance="primary" color="red" />
<Uploader action="" appearance="primary" size="lg" />
<Uploader action="" toggleAs={ IconButton } icon={<AvatarIcon/>}/>

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.17.1...v5.18.0

v5.17.1

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.17.0...v5.17.1

v5.17.0

DateRangePicker shortcuts on the left-hand side

Add placement: 'left' to a shortcut config to place it to the left-hand side against the calendar view of DateRangePicker.

<DateRangePicker
  ranges={[
</tr></table> 

... (truncated)

Changelog

Sourced from rsuite's changelog.

5.18.0 (2022-09-08)

Bug Fixes

  • CheckTreePicker: fix uncheckable style errors (#2695) (b47a048)
  • DateRangePicker: fix predefined range and OK button conflict (#2701) (e538d57)
  • Dropdown.Menu: fix custom className overriding rsuite classNames (#2703) (db1a4db)
  • FormControl: fix InputGroup not filling the container when fluid (#2689) (d7b5550)
  • Input: fix missing focus ring when mouse hover (#2702) (f548514)
  • List: fix helper/holder classname (#2697) (cd2c42d)

Features

  • List: allow sort with non-adjacent collection (#2690) (24cfffb)
  • Uploader: add support for Button properties on Uploader (#2688) (6c07781)

5.17.1 (2022-09-01)

Bug Fixes

  • InputGroup: fix icons not being vertically centered within the input (#2680) (b10a050)

Features

  • DatePicker,DateRangePicker: support to disable keyboard input (#2673) (01ec4a8)

5.17.0 (2022-08-26)

Features

  • DateRangePicker: supports placing predefined ranges on the left (#2670) (8df4a61)

5.16.6 (2022-08-18)

Bug Fixes

5.16.5 (2022-08-11)

Bug Fixes

  • AutoComplete: fix listbox not keeping the same width as input (#2645) (ad09288)
  • AutoComplete: fix missing definition of string in datatype (#2644) (528e291)
  • DateRangePicker: fix default time not working (#2642) (915de28)

5.16.4 (2022-08-04)

... (truncated)

Commits
  • 19f5691 build: bump 5.18.0
  • cd2c42d fix(List): fix helper/holder classname (#2697)
  • f548514 fix(Input): fix missing focus ring when mouse hover (#2702)
  • db1a4db fix(Dropdown.Menu): fix custom className overriding rsuite classNames (#2703)
  • e538d57 fix(DateRangePicker): fix predefined range and OK button conflict (#2701)
  • 6c07781 feat(Uploader): add support for Button properties on Uploader (#2688)
  • 24cfffb feat(List): allow sort with non-adjacent collection (#2690)
  • 45c1600 build(deps): bump rsuite-table 5.7.1 (#2700)
  • dd0fc48 docs(Whisper): fix wrong link (#2699)
  • d7b5550 fix(FormControl): fix InputGroup not filling the container when fluid (#2689)
  • 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 #126.