5 hours ago
next.js

v16.0.2-canary.32

Core Changes

  • Skip request if "full" prefetch is already pending: #86405

Credits

Huge thanks to @acdlite for helping!

5 hours ago
chakra-ui

@chakra-ui/panda-preset@3.30.0

Minor Changes

  • 503e11a Thanks @segunadebayo! - ### Added

    • Semantic Tokens: Add new border semantic token to all color palettes (gray.300/gray.700 for gray, color.500/color.400 for colored palettes) to improve outline component appearance

    Changed

    • Button, Badge, Tag, Checkbox: Update outline variants to use colorPalette.border instead of colorPalette.muted or global border token for better appearance, especially for non-gray color palettes.

      NOTE: All changes include CSS variable fallbacks to colorPalette.muted for backward compatibility.

Patch Changes

  • fd15569 Thanks @segunadebayo! - - HoverCard, Tooltip, Popover: Fix arrow direction in RTL layouts

  • 81ec4e7 Thanks @segunadebayo! - - TagsInput: Fix overflow issue where very long tags would overflow the container instead of truncating with ellipsis.

    • CheckboxGroup: Fix type issue where CheckboxGroupProps could not be passed to the CheckboxGroup component.
5 hours ago
chakra-ui

@chakra-ui/cli@3.30.0

Patch Changes

  • e546cb6 Thanks @segunadebayo! - Fix high-severity security vulnerability by replacing sucrase dependency with Babel-based TypeScript transformation.
    • Resolves command injection vulnerability (GHSA-5j98-mcp5-4vw2) in sucrase's glob dependency
    • Replaces vulnerable sucrase with @babel/core + @babel/plugin-transform-typescript + recast
5 hours ago
chakra-ui

@chakra-ui/react@3.30.0

Minor Changes

  • #10425 0168a04 Thanks @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>
  • 7b9aa97 Thanks @segunadebayo! - ### Added

    • Carousel: Added autoSize prop for variable width/height slides

    Changed

    • useListCollection: initialItems now accepts readonly arrays
    • Types: Exported InteractOutsideEvent, FocusOutsideEvent, PointerDownOutsideEvent types

    Fixed

    • Carousel: Fixed dragging after tab switch/scroll and mouse wheel scroll with allowMouseDrag
    • Combobox:
      • Fixed onHighlightChange not firing when filtered to empty;
      • Fixed focus stealing in controlled mode
      • Removed problematic aria-hidden behavior
    • File Upload: Fixed non-interactive children in dropzone not opening file picker
    • Radio Group: Fixed inconsistent data-focus-visible/data-focus attributes; 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
  • 503e11a Thanks @segunadebayo! - ### Added

    • Semantic Tokens: Add new border semantic token to all color palettes (gray.300/gray.700 for gray, color.500/color.400 for colored palettes) to improve outline component appearance

    Changed

    • Button, Badge, Tag, Checkbox: Update outline variants to use colorPalette.border instead of colorPalette.muted or global border token for better appearance, especially for non-gray color palettes.

      NOTE: All changes include CSS variable fallbacks to colorPalette.muted for backward compatibility.

Patch Changes

  • fd15569 Thanks @segunadebayo! - - HoverCard, Tooltip, Popover: Fix arrow direction in RTL layouts

  • 81ec4e7 Thanks @segunadebayo! - - TagsInput: Fix overflow issue where very long tags would overflow the container instead of truncating with ellipsis.

    • CheckboxGroup: Fix type issue where CheckboxGroupProps could not be passed to the CheckboxGroup component.
8 hours ago
mind-elixir-core
9 hours ago
mantine

8.3.9

What's Changed

  • [@mantine/core] ColorInput: Fix incorrect action icon size (#8481)
  • [@mantine/form] Fix insertListItem and replaceListItem handlers not being type safe (#8478)
  • [@mantine/dates] DatePickerInput: Fix placeholder Styles API selector not working (#8405)
  • [@mantine/core] ColorInput: Fix incorrect font-size if size prop not set explicitly (#8472)
  • [@mantine/emotion] Add mergeSx utility 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: Add withAlignedLabels prop support to offset selected check icon in the dropdown options (#8391)
  • [@mantine/core] Badge: Fix circle prop not working when radius prop is set explicitly (#8466)
  • [@mantine/core] Checkbox: Fix incorrect indeterminate state calculation (#8460)
  • [@mantine/core] Radio: Fix Radio.Group switching from uncontrolled to controlled mode when value is explicitly set (#8453)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/8.3.8...8.3.9

11 hours ago
next.js

v16.0.2-canary.31

Misc Changes

  • Update Next.js auth docs examples: #86361
  • Update Rspack production test manifest: #86369
  • Revert "Turbopack: remove Asset supertrait from Module trait. Modules don't have content": #86415

Credits

Huge thanks to @feedthejim, @vercel-release-bot, and @sokra for helping!

12 hours ago
univer

🎉 Release v0.12.2

🎊 Univer@v0.12.2

🚧 Important Note

Your feedback is crucial! Please submit issues and suggestions to help us shape the future of Univer.

🚀 Getting Started

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!

📊 Univer Sheets

✨ New Features Highlights

  • Formulas:
    • Added support for the AGGREGATE formula. #6177
    • Added support for the IMAGE formula. #6189

🐛 Bug Fixes and Optimizations

  • 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 SORT formula did not compute correctly when the sortIndex parameter was empty. #6179
  • Fix the issue where the FWorksheet.getDataRange API 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.

🌐 Univer Server

  • Added support for importing note features.
  • Optimized the size of collaborative editing mutation data to improve transmission efficiency.

📦 Univer Presets

  • SDK has been updated to version 0.12.2.

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2025-11-22)

Bug Fixes

Features

16 hours ago
react-query

@tanstack/react-query-devtools@5.91.0

Minor Changes

  • feat(devtools): allow passing a theme via prop (#9887)

Patch Changes

  • Updated dependencies [0e9d5b5]:
    • @tanstack/query-devtools@5.91.0