Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rsuite to v5.77.1 #1631

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rsuite (source) 5.68.0 -> 5.77.1 age adoption passing confidence

Release Notes

rsuite/rsuite (rsuite)

v5.77.1

Compare Source

Bug Fixes
  • DateRangePicker: allow ranges option value to be null (#​4141) (32017c4)
  • Dropdown: prevent focus moving to first item when focusing on disabled item (#​4142) (caa4a9a)
  • Form: validation for nested array fields (#​4139) (dbf15cb)
  • prevent duplicate className in DatePicker and DateRangePicker components (#​4140) (fa3f40d)

v5.77.0

Compare Source

Bug Fixes
  • Form: support deeply nested object validation (#​4125) (2de3f90)
  • InputPicker: do not trigger clean when clicking delete with search keyword (#​4124) (98a0019)
Features
  • DateRangePicker: support custom render calendar cell content (#​4126) (74171d1)

5.76.3 (2025-01-10)

Bug Fixes
  • FormControl: show correct error when the value of filed is an array (#​4112) (a30c990)
  • Picker: fix loader icon position in different sizes (#​4114) (7c03307)
  • styles: fix system font stack reference and configuration (#​4110) (6952ce4)

5.76.2 (2025-01-01)

Bug Fixes

5.76.1 (2024-12-30)

Bug Fixes
  • useToaster: support dynamic container of useToaster with correct styles (#​4088) (62b1a12)

v5.76.3

Compare Source

Bug Fixes
  • FormControl: show correct error when the value of filed is an array (#​4112) (a30c990)
  • Picker: fix loader icon position in different sizes (#​4114) (7c03307)
  • styles: fix system font stack reference and configuration (#​4110) (6952ce4)

v5.76.2

Compare Source

Bug Fixes

v5.76.1

Compare Source

Bug Fixes
  • useToaster: support dynamic container of useToaster with correct styles (#​4088) (62b1a12)

v5.76.0

Compare Source

Features

v5.75.0

Compare Source

Bug Fixes
  • useToaster: fix the container parameter of toaster.push does not work (#​4057) (c0073c3)
Features

5.74.2 (2024-11-08)

Bug Fixes
  • CSS: fix the problem of failing to load index.css.map (#​4041) (f7ac0a9)
  • DateRangePicker: fix the date range is not restored after deselecting (#​4039) (ecc71fa)
  • Panel: fix AccordionButton missing type causing form submission (#​4044) (56672fd)
  • Table: fix the problem that the global locale configuration cannot be overridden (#​4037) (31d5b99)

5.74.1 (2024-11-01)

Bug Fixes
  • CustomProvider: fix CustomContext is undefined after Babel compiles commonjs module (#​4032) (beec3e1)

v5.74.2

Compare Source

Bug Fixes
  • CSS: fix the problem of failing to load index.css.map (#​4041) (f7ac0a9)
  • DateRangePicker: fix the date range is not restored after deselecting (#​4039) (ecc71fa)
  • Panel: fix AccordionButton missing type causing form submission (#​4044) (56672fd)
  • Table: fix the problem that the global locale configuration cannot be overridden (#​4037) (31d5b99)

v5.74.1

Compare Source

Bug Fixes
  • CustomProvider: fix CustomContext is undefined after Babel compiles commonjs module (#​4032) (beec3e1)

v5.74.0

Compare Source

Bug Fixes
Features
  • CustomProvider: support setting the default value of the component props globally (#​4012) (b845907)

5.73.1 (2024-10-25)

Bug Fixes
  • Calendar: fix not triggering the onToggleTimeDropdown event when collapsing the time panel (#​4009) (9e2d69e)
  • CheckTree: fix focus lost when search keyword matches selected item (#​4017) (119fed2)
  • Modal: the style of Modal is messy when it's rendered inside of a Drawer (#​4016) (922ab04)
Features

v5.73.1

Compare Source

Bug Fixes
  • Calendar: fix not triggering the onToggleTimeDropdown event when collapsing the time panel (#​4009) (9e2d69e)
  • CheckTree: fix focus lost when search keyword matches selected item (#​4017) (119fed2)
  • Modal: the style of Modal is messy when it's rendered inside of a Drawer (#​4016) (922ab04)
Features

v5.73.0

Compare Source

Bug Fixes
Features

v5.72.0

Compare Source

Bug Fixes
  • DateInput,DateRangeInput: fix the issue that the value cannot be cleared by the Backspace key (#​3987) (7a25979)
  • InlineEdit: ix the issue that InputPicker needs to be clicked twice to focus (#​3990) (7d123b0)
  • SelectPicker,CheckPicker: fix the virtual list option text being wrapped (#​3988) (c8f39ef)
Features
  • add support for TimePicker and TimeRangePicker (#​3984) (6cadccf)
  • Animation.Fade: add support for CSS variable control animation duration (#​3989) (3952929)

v5.71.0

Compare Source

Bug Fixes
Features
  • DateRangePicker: add support for hideHours, hideMinutes, hideSeconds (#​3979) (1d48589)

5.70.3 (2024-09-20)

Bug Fixes
  • CheckTree: fix the incorrect check state after loading child nodes through getChildren (#​3974) (afaaf2d)
  • docs/package.json & docs/package-lock.json to reduce vulnerabilities (#​3972) (41d5334)
  • Form: clear error caused by uncontrolled form state (#​3971) (dbc75fd)

5.70.2 (2024-09-13)

Bug Fixes
  • Form: fix the error message of the nested field not displayed when the form is submitted (#​3960) (384dd70)

5.70.1 (2024-09-06)

Bug Fixes
  • Breadcrumb: fix the rendering exception of the child node separator (#​3948) (7d54cc9)
  • Calendar: fix the problem of displaying the first week of the year incorrectly (#​3951) (a2c6891)

v5.70.3

Compare Source

Bug Fixes
  • CheckTree: fix the incorrect check state after loading child nodes through getChildren (#​3974) (afaaf2d)
  • docs/package.json & docs/package-lock.json to reduce vulnerabilities (#​3972) (41d5334)
  • Form: clear error caused by uncontrolled form state (#​3971) (dbc75fd)

v5.70.2

Compare Source

Bug Fixes
  • Form: fix the error message of the nested field not displayed when the form is submitted (#​3960) (384dd70)

v5.70.1

Compare Source

Bug Fixes
  • Breadcrumb: fix the rendering exception of the child node separator (#​3948) (7d54cc9)
  • Calendar: fix the problem of displaying the first week of the year incorrectly (#​3951) (a2c6891)

v5.70.0

Compare Source

Bug Fixes
  • Cascader,MultiCascader: fix locale property can't override global config (#​3928) (31abca8)
  • MultiCascadeTree,MultiCascader: fix parent node is not in a mixed state when searching (#​3931) (5ec0be5)
  • Table: fix border style when rowSpan is used (#​3940) (9677303)
  • TreePicker,MultiCascader: fix not focusing on the search box when typing characters (#​3930) (4f3b8e3)
  • use useLayoutEffect instead of useEffect in useEventCallback (#​3921) (6396b3e)

v5.69.0

Compare Source

Bug Fixes
  • DatePicker, DateRangePicker: fix the component crash due to invalid format (#​3910) (ed8f9b0)
  • useMediaQuery: fix media query change cannot be listened to when using multiple useMediaQuery (#​3909) (63d50e2)
Features
  • Calendar, DatePicker, DateRangePicker: add support for monthDropdownProps prop (#​3913) (9025bbe)
  • DateRangePicker: add support for calendarSnapping prop (#​3911) (4b3a669)
  • InputNumber: add support for decimalSeparator prop (#​3907) (58212fa)

5.68.1 (2024-08-02)

Bug Fixes

v5.68.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from dac640c to c8ab2eb Compare October 25, 2024 07:03
@renovate renovate bot changed the title Update dependency rsuite to v5.73.0 Update dependency rsuite to v5.73.1 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from c8ab2eb to ce5955b Compare November 1, 2024 03:35
@renovate renovate bot changed the title Update dependency rsuite to v5.73.1 Update dependency rsuite to v5.74.0 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from ce5955b to cc6f41d Compare November 1, 2024 07:31
@renovate renovate bot changed the title Update dependency rsuite to v5.74.0 Update dependency rsuite to v5.74.1 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from cc6f41d to d052c42 Compare November 8, 2024 03:08
@renovate renovate bot changed the title Update dependency rsuite to v5.74.1 Update dependency rsuite to v5.74.2 Nov 8, 2024
@h3poteto h3poteto marked this pull request as draft November 11, 2024 14:12
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from d052c42 to 82ce5e6 Compare November 11, 2024 14:14
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from 82ce5e6 to 5a77ca8 Compare December 6, 2024 04:38
@renovate renovate bot changed the title Update dependency rsuite to v5.74.2 Update dependency rsuite to v5.75.0 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from 5a77ca8 to c98f058 Compare December 8, 2024 16:12
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from c98f058 to ff2c3af Compare December 20, 2024 06:19
@renovate renovate bot changed the title Update dependency rsuite to v5.75.0 Update dependency rsuite to v5.76.0 Dec 20, 2024
@renovate renovate bot changed the title Update dependency rsuite to v5.76.0 Update dependency rsuite to v5.76.1 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from ff2c3af to 3658150 Compare December 30, 2024 13:20
@renovate renovate bot changed the title Update dependency rsuite to v5.76.1 Update dependency rsuite to v5.76.2 Jan 1, 2025
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from 3658150 to a30f2b5 Compare January 1, 2025 03:12
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from a30f2b5 to 5086f23 Compare January 10, 2025 04:39
@renovate renovate bot changed the title Update dependency rsuite to v5.76.2 Update dependency rsuite to v5.76.3 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch 2 times, most recently from 2132092 to 81127af Compare January 13, 2025 12:08
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from 81127af to 835cede Compare January 21, 2025 11:12
@renovate renovate bot changed the title Update dependency rsuite to v5.76.3 Update dependency rsuite to v5.77.0 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/rsuite-5.x branch from 835cede to 40d93a8 Compare February 7, 2025 06:26
@renovate renovate bot changed the title Update dependency rsuite to v5.77.0 Update dependency rsuite to v5.77.1 Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants