@chakra-ui/cli@3.35.0
-
d5be01aThanks @segunadebayo! - Add new CLI commands mirroring the MCP server tools:chakra component list— List all available Chakra UI componentschakra component props <name>— Show props for a componentchakra component example <name>— Show usage examples for a componentchakra theme— Summary table of theme categories (item counts); use--jsonfor full data or--filter <category>for one sectionchakra docs <query>— Search the Chakra UI documentation
Docs and examples are fetched from
CHAKRA_DOCS_URL(defaulthttps://chakra-ui.com), consistent withREGISTRY_URLfor snippets.
@chakra-ui/panda-preset@3.35.0
-
e9f04d4Thanks @segunadebayo! - - Dialog, Drawer: Fixed the panel sometimes showing behind the dimmed overlay when opening and closing quickly or with certain global z-index styles on the page. -
#10765
a7c1ffbThanks @rusty-jnr! - Fix date picker calendar popup clipping constrained by available height
@chakra-ui/react@3.35.0
-
1b1f545Thanks @segunadebayo! - Pagination: Allowformatprop inPagination.PageTextto accept a function for i18n support.<Pagination.PageText format={({ page, totalPages }) => `Page ${page} de ${totalPages}`} />
-
d041e10Thanks @segunadebayo! - Bump@ark-ui/reactto5.36.0(from^5.34.1)- Accordion: Fix missing
data-focuson item trigger props. - Carousel: Fix issue with controlled carousel inside dialog, navigation transformed containers, scroll drift, and page sync with indicators.
- ColorPicker: Fix vertical slider orientation on pointer updates.
- Combobox: VoiceOver announces highlighted options on Apple devices via a live region
- Dialog, Popover, HoverCard: Add support for multiple triggers sharing one dialog instance.
- Field:
Field.ItemandtargetonField.Rootfor multi-control fields (re-exported asFieldItem/Field.Item). - FileUpload: Reject duplicate files with
FILE_EXISTS. - Listbox:
keyboardPriorityfor Home/End and arrows;highlightFirst,highlightLast,highlightNext,highlightPrevious. - Menu:
aria-expandedwhen closed; submenu hover “diagonal” flash fix; multiple triggers. - PinInput: Deletion and focus behavior, Home/End,
enterKeyHint,autoSubmit,sanitizeValue. - Popover: Add support for
translations;finalFocusElandrestoreFocusprops. - TagsInput:
allowDuplicates;sanitizeValue;enterKeyHinton mobile.
- Accordion: Fix missing
-
3da73c3Thanks @segunadebayo! - Export missingdatePickerSlotRecipefrom slot recipes -
#10721
d2b7decThanks @isBatak! - ImproveuseBreakpointanduseBreakpointValuetypes withBreakpointName -
6bad1b7Thanks @segunadebayo! - - createOverlay: Fixdocument.bodyscroll lock andpointer-eventsnot being restored when overlays are used under ReactStrictMode. -
16f8329Thanks @segunadebayo! - - System: FixisCssUnitutility to reject malformed values like1a5remand1-5remby properly escaping the decimal point in the length regex. -
e9f04d4Thanks @segunadebayo! - - Dialog, Drawer: Fixed the panel sometimes showing behind the dimmed overlay when opening and closing quickly or with certain global z-index styles on the page. -
39e3db3Thanks @segunadebayo! - - System / Tokens: Fix array shorthand for fonts, shadows, gradients, animations, and easings (no longer mistaken for responsive arrays). -
5f30ddbThanks @segunadebayo! - - Hooks: FixusePreviousto use a React 19-safe state-based implementation and compare values withObject.isfor correctNaN/-0behavior. -
#10765
a7c1ffbThanks @rusty-jnr! - Fix date picker calendar popup clipping constrained by available height -
#10675
a98e042Thanks @segunadebayo! - Theme / KeyFrames: Add CSS variable overrides for slide keyframe distances (slide-from-*andslide-to-*), for example:<Box css={{ animation: "slide-from-top 200ms ease-out", "--slide-from-top-distance": "1rem", }} />
-
#10781
581c7d1Thanks @CerealeZ! - - GridItem: Fix incorrect css prop application -
c53f298Thanks @segunadebayo! - - System / Global CSS: Fix an issue where responsive array values inglobalCssselector rules (for example#idor.class) were serialized incorrectly instead of generating responsive breakpoint styles.
v5.11.0
- Improve Magic Trackpad UX
- Prevent double-clicking multiple elements
- Round arrow delta values to integers
- Use pointer events to handle click & double-click
- Unify node selection logic to
mouse.ts - Rename
dragmovetopan
- Improve test compatibility for macOS and extend timeouts
- @1111-stu made their first contribution in https://github.com/SSShooter/mind-elixir-core/pull/379
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.10.0...v5.11.0
v4.0.6
[!IMPORTANT] Vuetify Needs Your Support! The OpenCollective funds have been fully exhausted. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.
If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.
Sponsor via Open Collective | Sponsor via GitHub
Every contribution helps us keep Vuetify alive and ship exciting new features.
Thank you.
- VBadge: do not accept clicks within disabled elements (996cd6e), closes #22172
- VField: pass color to icon-color if glow prop is true (#21547) (10125b7), closes #21388
- VOtpInput: remove semicolon from sass file (bf53f9e), closes #22798
- VSelectionControl: readonly should not suppress focus-visible (#22527) (ce234a8), closes #22513
Release v2.14.1
- #601 by @bobsingor – Add
PdfAnnotationFlags.LOCKED_CONTENTS(1 << 9) and map it to the'lockedContents'PdfAnnotationFlagName, extending flag parsing helpers (flagsToNames,namesToFlags) accordingly.
- #601 by @bobsingor – Add PDF
LOCKED_CONTENTSflag handling and granular lock helpers (hasNoViewFlag,hasHiddenFlag,hasReadOnlyFlag,hasLockedContentsFlag). ExposeisAnnotationInteractive,isAnnotationStructurallyLocked,isAnnotationContentLocked, andisAnnotationSelectableon the plugin API. Update annotation rendering across React/Preact, Svelte, and Vue to skipnoView/hiddenannotations and gate interactions using the new predicates. ThreadstructurallyLockedandcontentLockedthrough the selection menu context on all three stacks so custom menus can disable structural or content edits without re-reading flag arrays.
-
#601 by @bobsingor – Align annotation fill-mode toolbar commands with plugin-configured default lock state via
getDefaultAnnotationLock, and swap unlock vs form-only lock behavior so defaults match the intended modes. Re-exportLockModeTypefrom the snippet’s publicembedpdfentry for consumers. -
#598 by @ngivanyh – Add Traditional Chinese (
zh-TW) locale strings to the snippet viewer, register them in the default translation bundle, and exposezh-TWin the CJK language group of the UI schema so users can select 繁體中文 in the viewer.
v3.5.33
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.