⬆ Bump @chakra-ui/react from 3.8.0 to 3.26.0 in /frontend
Type: Pull Request
State: Closed
Association: None
Comments: 1
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Bumps @chakra-ui/react from 3.8.0 to 3.26.0.
Release notes
Sourced from @chakra-ui/react's releases.
@chakra-ui/react@3.26.0Minor Changes
b9eede5Thanks@segunadebayo! - - Listbox [New]: Add new component with support for single/multi-select, grouping, virtualization, controlled state, icons, descriptions, and accessibility features.This component can be used to build command palettes, dropdowns with search, and much more.
<Listbox.Root collection={frameworks} width="320px"> <Listbox.Label>Select framework</Listbox.Label> <Listbox.Content> {frameworks.items.map((framework) => ( <Listbox.Item item={framework} key={framework.value}> <Listbox.ItemText>{framework.label}</Listbox.ItemText> <Listbox.ItemIndicator /> </Listbox.Item> ))} </Listbox.Content> </Listbox.Root>
- Hover Card: Add support for
disabledprop- Select, Menu: Fix issue where disabled items could be reached via typeahead
- Color Picker: Fix issue where color picker was not working correctly in RTL mode
- Number Input
- Omit the input
patternwhenformatOptionsis provided. This prevents native pattern validation from conflicting with formatted values (e.g., currency or percent).- Handle empty values consistently across all format options.
- Add
data-scrubbingattribute to the number input parts.Patch Changes
b9eede5Thanks@segunadebayo! - CodeBlock: Add configurable theme support and sync loading for Shiki adapter
- Theme configuration is now required - The
themeproperty must be explicitly provided tocreateShikiAdapter- Removed hard-coded theme fallbacks - Missing themes now throw descriptive errors
- Optional sync loading with
loadSyncmethod for better performance
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
3.26.0
Minor Changes
b9eede5Thanks@segunadebayo! - - Listbox [New]: Add new component with support for single/multi-select, grouping, virtualization, controlled state, icons, descriptions, and accessibility features.This component can be used to build command palettes, dropdowns with search, and much more.
<Listbox.Root collection={frameworks} width="320px"> <Listbox.Label>Select framework</Listbox.Label> <Listbox.Content> {frameworks.items.map((framework) => ( <Listbox.Item item={framework} key={framework.value}> <Listbox.ItemText>{framework.label}</Listbox.ItemText> <Listbox.ItemIndicator /> </Listbox.Item> ))} </Listbox.Content> </Listbox.Root>
- Hover Card: Add support for
disabledprop- Select, Menu: Fix issue where disabled items could be reached via typeahead
- Color Picker: Fix issue where color picker was not working correctly in RTL mode
- Number Input
- Omit the input
patternwhenformatOptionsis provided. This prevents native pattern validation from conflicting with formatted values (e.g., currency or percent).- Handle empty values consistently across all format options.
- Add
data-scrubbingattribute to the number input parts.Patch Changes
b9eede5Thanks@segunadebayo! - CodeBlock: Add configurable theme support and sync loading for Shiki adapter
- Theme configuration is now required - The
themeproperty must be explicitly provided tocreateShikiAdapter- Removed hard-coded theme fallbacks - Missing themes now throw descriptive errors
- Optional sync loading with
loadSyncmethod for better performance
... (truncated)
Commits
d17db11Version Packages (#10273)a8ae90cdocs: scroll-area + menu5dc39b9docs: menu with overflow51bf9f0chore: bump ark-ui42e115ffix(pagination): export pagination types (#10277)2dd0617docs: radiomarkb9eede5refactor: code block thems5be1e5afeat: listbox component (#10262)9aef935Version Packages (#10245)3fb9d7cfeat: scroll area component (#10254)- 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
0
0
+0
-0
Package Dependencies
@chakra-ui/react
npm
3.8.0 → 3.26.0
Minor
/frontend
Technical Details
| ID: | 7842322 |
| UUID: | 3368243631 |
| Node ID: | PR_kwDOPHGtI86mEAbL |
| Host: | GitHub |
| Repository: | mfv-brian/python-fullstack |