57 minutes ago
rari

v0.13.5

What's Changed

  • c2f3ec20 chore(deps): upgrade rari to 0.13.5
  • 153d20e4 chore(deps): upgrade dependencies and improve code quality

Full Changelog: https://github.com/rari-build/rari/compare/v0.13.3...v0.13.5

1 hours ago
rollup

v4.60.4

4.60.4

2026-05-14

Bug Fixes

  • Improve stability of chunk hashes (#6362)

Pull Requests

  • #6362: fix: stabilize chunk assignment across parallel file reads (@sonukapoor, @Sonu Kapoor, @TrickyPi, @lukastaegert)
  • #6370: fix(deps): update minor/patch updates (@renovate[bot])
  • #6371: chore(deps): update dependency lru-cache to v11 (@renovate[bot], @lukastaegert)
  • #6372: chore(deps): update react monorepo to v19 (major) (@renovate[bot])
  • #6373: chore(deps): lock file maintenance (@renovate[bot], @lukastaegert)
  • #6375: Resolve vulnerabilities (@lukastaegert)
3 hours ago
ant-design

6.4.2

  • 🐞 Fix message and notification build error in strict ESM toolchains caused by deep rc notification runtime import. #57976 @QDyanbing

  • 🐞 修复 message 和 notification 在严格 ESM 构建链路下因 rc notification 运行时深层导入导致的构建报错。#57976 @QDyanbing
4 hours ago
react-router
4 hours ago
tdesign-vue-next

tdesign-vue-next@1.20.0

🌈 1.20.0 2026-05-14

🚨 Breaking Changes

  • Message: 统一组件的 z-index 为 更合理的 6000,之前依赖该属性的业务注意此变更 ⚠️ @RylanBot @liweijie0812 (#6651)

🚀 Features

  • Cascader: 新增 columnHeadercolumnFooter 插槽,用于自定义每级面板的头部和底部的渲染内容,具体使用方式请参考使用示例 @RSS1102 (#6297)
  • ImageViewer: 优化 ImageViewer 的行为,支持视口之外的图片向中心缩放 @RSS1102 (#6406)

🐞 Bug Fixes

  • DatePicker: 修复手动清空输入框内容时,没有正确清空 value 的问题 @RSS1102 (#6534)
  • Dialog:
    • 修复 modal 场景下允许拖动头部以外的区域移动的问题 @ruguoba (#6648)
    • 修复非模态场景下层级错位的问题 @Wesley-0808 @uyarn (#6650)
  • ImageViewer: 修复默认 trigger 使用图片与文档描述不符的问题 @hmingv (#6634)
  • Table: 修复排序后本地数据变化,重新调整排序方式仍然显示旧数据的问题 @LavenderDuskGlow (#6537)
  • Transfer: 修复 search 类型定义和默认值类型 @RSS1102 (#6629)

📈 Performance

  • Card: 优化渲染逻辑避免切换 loading 状态导致内容重复渲染,但是如果切换自定义 loading 的时候内容依然会重新渲染。 @RSS1102 (#6631)

🚨 Breaking Changes

  • Message: The z-index of the unified component has been changed to a more reasonable value of 6000. Applications that rely on this property should be aware of this change. ⚠️ @RylanBot @liweijie0812 (#6651)

🚀 New Features

  • Cascader: New columnHeader and columnFooter slots have been added, allowing customization of the header and footer content for each level of the panel. For details, see the usage examples. @RSS1102 (#6297)
  • ImageViewer: Improvements have been made to the behavior of ImageViewer, now allowing images outside the viewport to be zoomed in centered. @RSS1102 (#6406)

🐞 Bug Fixes

  • DatePicker: When the input field is cleared, the selected date is also cleared. @RSS1102 (#6534)
  • Dialog:
    • Fixed an issue where dragging outside the modal’s header was allowed in modal scenarios. @ruguoba (#6648)
    • Fixed an issue with misaligned layers in non-modal scenarios. @Wesley-0808 @uyarn (#6650)
  • ImageViewer: Fixed an issue where the default trigger image did not match the document description. @hmingv (#6634)
  • Table: Fixed an issue where sorting local data caused old data to still be displayed after re-sorting. @LavenderDuskGlow (#6537)
  • Transfer: Fixed issues related to the definition and default value of the search type. @RSS1102 (#6629)

📈 Performance Improvements

  • Card: Rendering logic has been optimized to prevent duplicate rendering when the loading state changes. However, custom loading states will still cause re-rendering. @RSS1102 (#6631)
4 hours ago
astro

astro@6.3.3

Patch Changes

  • #16737 bd84f33 Thanks @matthewp! - Fixes a reflected XSS vulnerability where slot names on hydrated components were not HTML-escaped in SSR output
4 hours ago
astro

@astrojs/mdx@5.0.6

Patch Changes

5 hours ago
mantine

9.2.1

What's Changed

  • [@mantine/tiptap] Fix controls having stale state when built with react compiler (#8725)
  • [@mantine/charts] Fix highlighted are being stuck at the previously hovered chart legend section if mouse is moved quickly (#8768)
  • [@mantine/modals] Fix incorrect duplicate modals ids handling (#8736)
  • [@mantine/core] Table: Fix th borders being rendered transparent if sticky prop set (#8778)
  • [@mantine/core] Fix error id not being passed to aria-describedby in Checkbox, Radio and Switch components (#8820)
  • [@mantine/core] Add aria-valuetext support to Slider and RangeSlider (#8871)
  • [@mantine/schedule] MonthView: Improve multi-day events overlap rendering for maxed-out days (#8874)
  • [@mantine/core] Fix mergeMantineTheme mutated DEFAULT_THEME.headings (#8875)
  • [@mantine/hooks] use-debounced-value: Fix leading callback not being reset on timeout (#8833)
  • [@mantine/core] Highlight: Add accent insensitive option support (#8890)
  • [@mantine/form] Fix some handlers not being stable reference (#8891)
  • [@mantine/dropzone] Change useFsAccessApi to false by default to make Dropzone compatible with all current browsers (#8876)
  • [@mantine/schedule] Fix incorrect events positioning with intervalMinutes={60} (#8887)
  • [@mantine/core] PinInput: Fix keyboard shorcuts being blocked on numeric input type (#8889)
  • [@mantine/form] Fix default validators making form.validate return value async (#8880)
  • [@mantine/core] Menu: Add safe polygon support for sub menus (#8888)
  • [@mantine/core] ScrollArea: Fix Maximum update depth exceeded error
  • [@mantine/core] TreeSelect: Fix focus to moving to input after clear button click

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/9.2.0...9.2.1

5 hours ago
penpot

2.15.3

🐛 Bugs fixed

6 hours ago
react-tooltip

v6.0.3

If you like ReactTooltip, please give the project a star on GitHub 🌟

What's Changed

Full Changelog: https://github.com/ReactTooltip/react-tooltip/compare/v6.0.2...v6.0.3