@chakra-ui/panda-preset@3.30.0
-
503e11aThanks @segunadebayo! - ### Added- Semantic Tokens: Add new
bordersemantic token to all color palettes (gray.300/gray.700for gray,color.500/color.400for colored palettes) to improve outline component appearance
-
Button, Badge, Tag, Checkbox: Update outline variants to use
colorPalette.borderinstead ofcolorPalette.mutedor globalbordertoken for better appearance, especially for non-gray color palettes.NOTE: All changes include CSS variable fallbacks to
colorPalette.mutedfor backward compatibility.
- Semantic Tokens: Add new
-
fd15569Thanks @segunadebayo! - - HoverCard, Tooltip, Popover: Fix arrow direction in RTL layouts -
81ec4e7Thanks @segunadebayo! - - TagsInput: Fix overflow issue where very long tags would overflow the container instead of truncating with ellipsis.- CheckboxGroup: Fix type issue where
CheckboxGroupPropscould not be passed to theCheckboxGroupcomponent.
- CheckboxGroup: Fix type issue where
@chakra-ui/cli@3.30.0
e546cb6Thanks @segunadebayo! - Fix high-severity security vulnerability by replacingsucrasedependency with Babel-based TypeScript transformation.- Resolves command injection vulnerability (GHSA-5j98-mcp5-4vw2) in
sucrase'sglobdependency - Replaces vulnerable
sucrasewith@babel/core+@babel/plugin-transform-typescript+recast
- Resolves command injection vulnerability (GHSA-5j98-mcp5-4vw2) in
@chakra-ui/react@3.30.0
-
#10425
0168a04Thanks @Adebesin-Cell! - - Splitter [NEW]: Introduce new resizable splitter component<Splitter.Root panels={[{ id: "a" }, { id: "b" }]}> <Splitter.Panel id="a">Panel A</Splitter.Panel> <Splitter.ResizeTrigger id="a:b" /> <Splitter.Panel id="b">Panel B</Splitter.Panel> </Splitter.Root>
-
7b9aa97Thanks @segunadebayo! - ### Added- Carousel: Added
autoSizeprop for variable width/height slides
- useListCollection:
initialItemsnow acceptsreadonlyarrays - Types: Exported
InteractOutsideEvent,FocusOutsideEvent,PointerDownOutsideEventtypes
- Carousel: Fixed dragging after tab switch/scroll and mouse wheel scroll with
allowMouseDrag - Combobox:
- Fixed
onHighlightChangenot firing when filtered to empty; - Fixed focus stealing in controlled mode
- Removed problematic
aria-hiddenbehavior
- Fixed
- File Upload: Fixed non-interactive children in dropzone not opening file picker
- Radio Group: Fixed inconsistent
data-focus-visible/data-focusattributes; fixed indicator showing before rect resolved (with Tabs) - Tabs: Fixed indicator showing before rect resolved (with Radio Group); fixed position not updating when inactive tabs resize
- Carousel: Added
-
503e11aThanks @segunadebayo! - ### Added- Semantic Tokens: Add new
bordersemantic token to all color palettes (gray.300/gray.700for gray,color.500/color.400for colored palettes) to improve outline component appearance
-
Button, Badge, Tag, Checkbox: Update outline variants to use
colorPalette.borderinstead ofcolorPalette.mutedor globalbordertoken for better appearance, especially for non-gray color palettes.NOTE: All changes include CSS variable fallbacks to
colorPalette.mutedfor backward compatibility.
- Semantic Tokens: Add new
-
fd15569Thanks @segunadebayo! - - HoverCard, Tooltip, Popover: Fix arrow direction in RTL layouts -
81ec4e7Thanks @segunadebayo! - - TagsInput: Fix overflow issue where very long tags would overflow the container instead of truncating with ellipsis.- CheckboxGroup: Fix type issue where
CheckboxGroupPropscould not be passed to theCheckboxGroupcomponent.
- CheckboxGroup: Fix type issue where
v5.3.7
- i18n: Romanian by @eliandoran in https://github.com/SSShooter/mind-elixir-core/pull/356
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.3.6...v5.3.7
8.3.9
[@mantine/core]ColorInput: Fix incorrect action icon size (#8481)[@mantine/form]FixinsertListItemandreplaceListItemhandlers not being type safe (#8478)[@mantine/dates]DatePickerInput: FixplaceholderStyles API selector not working (#8405)[@mantine/core]ColorInput: Fix incorrect font-size ifsizeprop not set explicitly (#8472)[@mantine/emotion]AddmergeSxutility function (#8471)[@mantine/core]ActionIcon: Fix incorrect disabled state background-color for gradient variant[@mantine/modals]Fix breaking changes accidentally introduced in the previous patch (#8476)[@mantine/core]Combobox: AddwithAlignedLabelsprop support to offset selected check icon in the dropdown options (#8391)[@mantine/core]Badge: Fixcircleprop not working whenradiusprop is set explicitly (#8466)[@mantine/core]Checkbox: Fix incorrectindeterminatestate calculation (#8460)[@mantine/core]Radio: Fix Radio.Group switching from uncontrolled to controlled mode when value is explicitly set (#8453)
- @semimikoh made their first contribution in https://github.com/mantinedev/mantine/pull/8466
- @oguzgelal made their first contribution in https://github.com/mantinedev/mantine/pull/8471
- @Copilot made their first contribution in https://github.com/mantinedev/mantine/pull/8478
Full Changelog: https://github.com/mantinedev/mantine/compare/8.3.8...8.3.9
🎉 Release v0.12.2
Your feedback is crucial! Please submit issues and suggestions to help us shape the future of Univer.
If you're eager to explore Univer, check out our getting started documentation. Dive into the world of collaborative document, spreadsheet, and presentation editing powered by Univer!
- Formulas:
- Added support for the
AGGREGATEformula. #6177 - Added support for the
IMAGEformula. #6189
- Added support for the
- Fix formula-related issues:
- Fix the issue where defined names belonging to a specific worksheet were not correctly recognized during parsing. #6174
- Fix the issue where arrays of different dimensions were not correctly calculated during formula computation. #6174
- Fix the issue where the
SORTformula did not compute correctly when thesortIndexparameter was empty. #6179
- Fix the issue where the
FWorksheet.getDataRangeAPI did not return the correct starting row and column indices of the data range. - Fix the issue where selecting an invalid range for pivot tables caused a white screen.
- Added support for importing note features.
- Optimized the size of collaborative editing mutation data to improve transmission efficiency.
- SDK has been updated to version 0.12.2.
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
Full changelog (2025-11-22)