JohnDeved / dropper

2 stars 0 forks source link

Bump rsuite from 4.8.0 to 5.16.1 #110

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rsuite from 4.8.0 to 5.16.1.

Release notes

Sourced from rsuite's releases.

v5.16.1

What's Changed

New Contributors

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.16.0...v5.16.1

v5.16.0

Features

  • SelectPicker,CheckPicker: add label prop (#2572) (d00f442)

Bug Fixes

  • Schema: specifies type of property object in the ObjectType check result (#46) (0571e09)

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.15.2...v5.16.0

v5.15.2

Features

  • Table: add support for wordWrap property values (#348) (f6f65c1)
wordWrap: boolean | 'break-all' | 'break-word' | 'keep-all'     

<Table wordWrap="break-word" />

Bug Fixes

  • DateRangePicker: fix Ok button not clickable (#2564) (f80f94d)
  • InputGroup.Addon: extend props from as element (#2559) (d0c947c)
  • Whisper: specify speaker function argument types (#2558) (6dda5c6)
  • Table: fix classPrefix bug due to context parameter (#349) (cf875f5)

... (truncated)

Changelog

Sourced from rsuite's changelog.

5.16.1 (2022-07-15)

Bug Fixes

  • InputNumber: fix unexpected focus ring when used within an InputGroup (#2585) (6f76b57)
  • SelectPicker,CheckPicker: add missing label prop declaration (#2586) (e1a8cfe)

5.16.0 (2022-07-07)

Features

  • SelectPicker,CheckPicker: add label prop (#2572) (d00f442)

5.15.2 (2022-06-30)

Bug Fixes

  • DateRangePicker: fix Ok button not clickable (#2564) (f80f94d)
  • InputGroup.Addon: extend props from as element (#2559) (d0c947c)
  • Whisper: specify speaker function argument types (#2558) (6dda5c6)

5.15.1 (2022-06-16)

Features

5.15.0 (2022-06-09)

Features

5.14.0 (2022-06-02)

Bug Fixes

  • Button: remove underline when hovered (#2516) (8bbb10d)
  • Dropdown: fix vertical alignment of submenus (#2524) (7c0ef52)
  • Form: make FormInstance methods non-nullable (#2521) (225af8a)
  • Modal: expose missing props (#2522) (2ed7040)
  • Panel: fix accordion not collapsible expanded panel (#2514) (10c80f2)
  • Sidenav: display tooltip when hovering collapsed Sidenav item (#2504) (d1238eb)
  • Sidenav: remove subtle item bg when focused by mouse (#2511) (819461c)
  • Table: fix elements in merged cells being occluded (#2513) (22e5467)

Features

  • grid: synchronize all grid size and breakpoint with bootstrap5 (e8d2d37)
  • Nav.Menu: add openDirection prop (#2523) (bd824ac)

... (truncated)

Commits
  • 88fb302 build: bump 5.16.1
  • e1a8cfe fix(SelectPicker,CheckPicker): add missing label prop declaration (#2586)
  • 6f76b57 fix(InputNumber): fix unexpected focus ring when used within an InputGroup (#...
  • 4e7729d build(deps): bump react-code-view from v1 to v2 (#2576)
  • 6a5e212 chore(docs): Refactor .less and .md files (#2573)
  • 3567b76 build(docs): bump rsuite 5.16.0
  • dcf4994 build: bump 5.16.0
  • afba5e3 chore: update lockfile in docs
  • d00f442 feat(SelectPicker,CheckPicker): add label prop (#2572)
  • 8b0e95e build(deps): bump schema-typed from 2.0.2 to 2.0.3 (#2568)
  • 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 #113.