JohnDeved / dropper

2 stars 0 forks source link

Bump rsuite from 4.8.0 to 5.17.0 #120

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rsuite from 4.8.0 to 5.17.0.

Release notes

Sourced from rsuite's releases.

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={[
    {
      label: 'Today',
      value: [new Date(), new Date()],
+     // Sets the position where the predefined range is displayed, the default is bottom.
+     // Only supported on DateRangePicker。
+     placement: 'left'
    }
  ]}
/>

What's Changed

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

v5.16.6

What's Changed

New Contributors

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.16.5...v5.16.6

v5.16.5

What's Changed

... (truncated)

Changelog

Sourced from rsuite's changelog.

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)

Bug Fixes

5.16.3 (2022-07-29)

Bug Fixes

  • DateRangePicker: fix predefined ranges cannot close picker (#2614) (7773899)
  • listProps: fix properties in listProps to be optional (#2622) (650abbd)

5.16.2 (2022-07-28)

Bug Fixes

  • CustomProvider: fix warnings caused by server-side rendering (#2599) (ea05efb)
  • DateRangePicker: improved experience for date range selection (#2618) (225fc08)
  • focus: fix outline style for form components when focused (#2601) (0e2f9df)
  • OverlayTrigger: fix invalid rendering without followCursor (#2600) (08abc8e)
  • Panel: allow custom header in collapsible panels (#2611) (6372d44)
  • Picker: add missing caretAs prop declaration (#2592) (faabba4)
  • Picker: fix style dependency (#2612) (0b5b1d6)
  • SelectPicker: make controlled value nullable (#2591) (6619a75)
  • treelike: fix data item stringify throw error (#2606) (3a586d2)

5.16.1 (2022-07-15)

... (truncated)

Commits
  • a9f8a98 build: bump 5.17.0
  • 72f87fd chore(npm): update lockfile
  • 8df4a61 feat(DateRangePicker): supports placing predefined ranges on the left (#2670)
  • 73cc856 build(deps): bump rsuite-table from 5.6.0 to 5.7.0 (#2668)
  • 3658d27 docs(panel): add an example with action buttons to the panel (#2671)
  • a487dda docs(PageToolbar): add a sponsor button (#2664)
  • 2574b67 docs(template): add an admin template (#2663)
  • 2280e0e docs(create-react-app): bump rsuite 5.16.6 (#2667)
  • 36585a7 build(docs): bump rsuite 5.16.6
  • a9a8064 build: bump 5.16.6
  • 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 #124.