⬆ Bump @chakra-ui/react from 3.8.0 to 3.23.0 in /frontend
Type: Pull Request
State: Open
Association: None
Comments: 0
(11 months ago)
(11 months ago)
dependencies javascript
Bumps @chakra-ui/react from 3.8.0 to 3.23.0.
Release notes
Sourced from @chakra-ui/react's releases.
@chakra-ui/react@3.23.0Minor Changes
86ca96aThanks@segunadebayo! - - System: Addunstyledprop support to compound component children to opt-out of recipe styles per component.<Accordion.Root defaultValue={["a"]}> <Accordion.Item value="a"> {/* Opt-out of recipe styles */} <Accordion.ItemTrigger unstyled bg="red.500" /> <Accordion.ItemContent> <Accordion.ItemBody /> </Accordion.ItemContent> </Accordion.Item> </Accordion.Root>
- Group: Add support changing group gap globally via
--group-gapCSS variablePatch Changes
dd3af62Thanks@segunadebayo! - - Tree View
- Fixed issue where tree view doesn't scroll into view when content overflows
- Fix issue where the
filtermethod completely deletes the children key from the node when there are no matching children- File Upload
- Add support for programmatically controlling the accepted files via
acceptedFilesanddefaultAcceptedFiles- Export
FileError,FileMimeType, andFileRejectiontypes and fix validation issues
dc02076Thanks@segunadebayo! - Fix HTML semantic structure forBreadcrumb.Ellipsiscomponent by changing the underlying element from<span>to<li>.// Before: <span> inside <ol> (invalid HTML) <Breadcrumb.List> <Breadcrumb.Ellipsis /> {/* rendered as <span> */} </Breadcrumb.List>// After: <li> inside <ol> (valid HTML) <Breadcrumb.List> <Breadcrumb.Ellipsis /> {/* now renders as <li> */}
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
3.23.0
Minor Changes
86ca96aThanks@segunadebayo! - - System: Addunstyledprop support to compound component children to opt-out of recipe styles per component.<Accordion.Root defaultValue={["a"]}> <Accordion.Item value="a"> {/* Opt-out of recipe styles */} <Accordion.ItemTrigger unstyled bg="red.500" /> <Accordion.ItemContent> <Accordion.ItemBody /> </Accordion.ItemContent> </Accordion.Item> </Accordion.Root>
- Group: Add support changing group gap globally via
--group-gapCSS variablePatch Changes
dd3af62Thanks@segunadebayo! - - Tree View
- Fixed issue where tree view doesn't scroll into view when content overflows
- Fix issue where the
filtermethod completely deletes the children key from the node when there are no matching children- File Upload
- Add support for programmatically controlling the accepted files via
acceptedFilesanddefaultAcceptedFiles- Export
FileError,FileMimeType, andFileRejectiontypes and fix validation issues
dc02076Thanks@segunadebayo! - Fix HTML semantic structure forBreadcrumb.Ellipsiscomponent by changing the underlying element from<span>to<li>.// Before: <span> inside <ol> (invalid HTML) <Breadcrumb.List> <Breadcrumb.Ellipsis /> {/* rendered as <span> */} </Breadcrumb.List>// After: <li> inside <ol> (valid HTML) <Breadcrumb.List>
... (truncated)
Commits
4ec69e0Version Packages (#10145)4f718f1fix: dialog backdrop4487b6ddocs(registry): expose themeae3b508fix(TS): update type definitions for onChange and shouldUpdate in useControll...2cafb0echore: global group gap5481728refactor: edit breadcrumb ellipsis markup (#10180)dd3af62chore: bump ark-ui86ca96afeat(system): unstyled prop everywheref23f4f5chore: support transition in layer styles5cc76a7fix: native select height- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
3
+2005
-1926
Package Dependencies
@chakra-ui/react
npm
3.8.0 → 3.23.0
Minor
/frontend
Technical Details
| ID: | 4265366 |
| UUID: | 2702274579 |
| Node ID: | PR_kwDOPHGtI86hEXAT |
| Host: | GitHub |
| Repository: | mfv-brian/python-fullstack |
| Merge State: | Unknown |