JohnDeved / dropper

2 stars 0 forks source link

Bump rsuite from 4.8.0 to 5.7.1 #80

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rsuite from 4.8.0 to 5.7.1.

Release notes

Sourced from rsuite's releases.

v5.7.1

Bug Fixes

  • Checkbox: correct checked state in onChange callback (#2430) (c6819f9)

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.7.0...v5.7.1

v5.7.0

NOTICE

This release contains a bug that breaks Checkbox and CheckPicker (see #2430). It's suggested NOT updating until a fix is released.

Features

Bug Fixes

  • Checkbox: set checked attribute on underlying input (#2419) (5ded872)
  • Dropdown: Fix menu item hover highlight (#2415) (59453cc)
  • Dropdown: Fixed Triggering onSelect twice on Dropdown Menu (#2414) (e09eee5)

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.6.6...v5.7.0

v5.6.6

Bug Fixes

  • InputNumber: make plus/minus buttons unfocusable (#2398) (ab4c721)
  • Uploader: expose missing public types (#2404) (5b1791f)

What's Changed

... (truncated)

Changelog

Sourced from rsuite's changelog.

5.7.1 (2022-04-02)

Bug Fixes

  • Checkbox: correct checked state in onChange callback (#2430) (c6819f9)

5.7.0 (2022-03-31)

Bug Fixes

  • Checkbox: set checked attribute on underlying input (#2419) (5ded872)
  • Dropdown: Fix menu item hover highlight (#2415) (59453cc)
  • Dropdown: Fixed Triggering onSelect twice on Dropdown Menu (#2414) (e09eee5)

Features

5.6.6 (2022-03-24)

Bug Fixes

  • InputNumber: make plus/minus buttons unfocusable (#2398) (ab4c721)
  • Uploader: expose missing public types (#2404) (5b1791f)

5.6.5 (2022-03-17)

Features

5.6.4 (2022-03-10)

Bug Fixes

5.6.3 (2022-03-05)

5.6.2 (2022-02-24)

Bug Fixes

  • Affix: fix left offset not update after position change (#2370) (eba3536)
  • typescript: remove not-null assertion operator (#2359) (5c07293)

5.6.1 (2022-02-17)

Bug Fixes

... (truncated)

Commits
  • 4cc0142 build: bump 5.7.1
  • c6819f9 fix(Checkbox): correct checked state in onChange callback (#2430)
  • 1ee1b65 build(docs): bump rsuite 5.7.0
  • 57460e1 build: bump 5.7.0
  • 7e2bb85 feat(Form): export useFormClassNames hook (#2420)
  • 5ded872 fix(Checkbox): set checked attribute on underlying input (#2419)
  • 6192b8b docs(Uploader): add accept link (#2421)
  • e09eee5 fix(Dropdown): Fixed Triggering onSelect twice on Dropdown Menu (#2414)
  • 59453cc fix(Dropdown): Fix menu item hover highlight (#2415)
  • 65b8cb7 build(deps): bump minimist from 1.2.5 to 1.2.6 (#2417)
  • 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 #81.