JohnDeved / dropper

2 stars 0 forks source link

Bump rsuite from 4.8.0 to 5.19.0 #128

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rsuite from 4.8.0 to 5.19.0.

Release notes

Sourced from rsuite's releases.

v5.19.0

New Stack.Item component

Use <Stack.Item> component to adjust alignments, growth, etc. for single items in a <Stack>.

<Stack alignItems="flex-start" spacing={10}>
  <Button size="lg">Item 1</Button>
  <Button size="md">Item 2</Button>
  <Button size="sm">Item 3</Button>
  <Stack.Item alignSelf="flex-end">
    <Button size="xs">Item 4</Button>
  </Stack.Item>
  <Stack.Item grow={1}>
    <Button size="md" block>
      Item 5
    </Button>
  </Stack.Item>
</Stack>

Learn more at https://rsuitejs.com/components/stack/#adjust-single-item

What's Changed

New Contributors

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.18.1...v5.19.0

... (truncated)

Changelog

Sourced from rsuite's changelog.

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

5.18.1 (2022-09-15)

Bug Fixes

Features

  • Calendar: add a button to collapse the month and time view (#2722) (b49bfaf)
  • List: add size prop to ListItem (#2714) (ed3b023)

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)

... (truncated)

Commits
  • de98c55 build: bump 5.19.0
  • 577fa85 chore(npm): update lockfiles
  • f7cda56 build(deps): upgrade rsuite from 5.16.3 to 5.17.1 (#2754)
  • 9b8a0ef build(deps): bump node-notifier and jest in /examples/with-preact (#2753)
  • d3568e1 fix(Sidenav): fix tooltip blocking menu items (#2747)
  • 689bd40 build(deps): upgrade @​babel/runtime from 7.18.3 to 7.18.9 (#2750)
  • 948c47b build(deps): upgrade @​types/chai from 4.2.18 to 4.3.3 (#2749)
  • 9de99f4 build(deps): upgrade prop-types from 15.7.2 to 15.8.1 (#2751)
  • de4e0a6 docs(examples): update example to parcel (#2743)
  • 5c48e5c docs(examples): update example to preact (#2741)
  • 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 #130.