1 hours ago
mantine

8.3.11

What's Changed

  • [@mantine/core] Combobox: Fix dropdown not being positioned correctly when element is initially rendered outside the viewport (#8520, #8577)
  • [@mantine/core] NumberInput: Fix decimal separator being removed with Backspace key (#8571)
  • [@mantine/code-highlight] Add CodeHighlightAdapter type export (#8581)
  • [@mantine/form] Add LooseKeys type export (#8543)
  • [@mantine/core] FileInput: Fix incorrect default size
  • [@mantine/hooks] use-focus-within: Fix stale closure in onFocus/onBlur callbacks (#8528)
  • [@mantine/dates] TimePicker: Fix AM/PM input displaying arbitrary text (#8532)
  • [@mantine/core] Notification: Fix incorrect variant prop type (#8537)
  • [@mantine/carousel] Update controls DOM order to have proper tab order

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/8.3.10...8.3.11

3 hours ago
milkdown

v7.18.0

Please refer to CHANGELOG.md for details.

8 hours ago
next.js

v16.1.1-canary.12

Core Changes

  • fix: revalidateTag with profile should not trigger client cache invalidation: #88069

Credits

Huge thanks to @feedthejim for helping!

10 hours ago
router

v1.145.5

Version 1.145.5 - 1/4/26, 9:10 PM

Changes

Fix

  • race condition in module initialization (#6299) (bc1da8a) by Manuel Schiller

Packages

  • @tanstack/start-server-core@1.145.5
  • @tanstack/solid-start@1.145.5
  • @tanstack/solid-start-server@1.145.5
  • @tanstack/vue-start@1.145.5
  • @tanstack/vue-start-server@1.145.5
  • @tanstack/react-start@1.145.5
  • @tanstack/react-start-server@1.145.5
  • @tanstack/start-plugin-core@1.145.5
  • @tanstack/start-static-server-functions@1.145.5
13 hours ago
router

v1.145.4

Version 1.145.4 - 1/4/26, 5:41 PM

Changes

Fix

  • generator improvements (#6296) (71fc7a6) by Manuel Schiller

Ci

  • apply automated fixes (59ade97) by autofix-ci[bot]

Docs

  • remove duplicate console.info from beforeLoad example (#6134) (8340126) by @szhsin
  • Fix typo in Next.js middleware description (#6283) (a4e2eb7) by @Shakil-Ahmmed-Dev
  • examples: Remove "VITE_" from environment variables to match code in supabase.ts (#6224) (038d0dc) by Bonnie Schulkin

Examples

  • replace relative paths with path aliases to improve consist… (#6046) (f19b51e) by Zuckjet

Other

  • (00617a7) by Victor Turansky

Packages

  • @tanstack/router-generator@1.145.4
  • @tanstack/virtual-file-routes@1.145.4
  • @tanstack/router-cli@1.145.4
  • @tanstack/router-plugin@1.145.4
  • @tanstack/router-vite-plugin@1.145.4
  • @tanstack/start-plugin-core@1.145.4
  • @tanstack/solid-start@1.145.4
  • @tanstack/vue-start@1.145.4
  • @tanstack/react-start@1.145.4
  • @tanstack/start-static-server-functions@1.145.4
18 hours ago
tdesign-react

tdesign-react@1.16.3

🌈 1.16.3 2026-01-04

🐞 Bug Fixes

  • Dialog: 修复 1.16.0 的优化导致无法使用 esc 键关闭嵌套对话框的问题 @RylanBot (#4030)
  • Popup: @RylanBot (#4057)
    • 修复 1.16.0 版本的重构导致 trigger 为 SVG 等元素时弹出层无法出现的问题
    • 修复 1.16.0 版本的重构导致 triggerdisabled 依旧能触发弹出层的问题

🐞 Bug Fixes

  • Dialog: Fixed an issue where the optimization implemented in version 1.16.0 prevented the use of the esc key to close nested dialog boxes @RylanBot (#4030)
  • Popup: @RylanBot (#4057)
    • Fixed an issue where a refactor in version 1.16.0 caused the popup layer not to appear when the trigger element was an SVG or similar type
    • Fixed an issue where a refactor in version 1.16.0 allowed the popup layer to be triggered even when the trigger element was set to disabled
1 days ago
vue-next

v3.6.0-beta.2

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

1 days ago
core

v3.6.0-beta.2

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

1 days ago
meta2d.js

v1.1.12

v1.1.12

1 days ago
next.js

v16.1.1-canary.11

Misc Changes

  • fix: normalize CRLF line endings in jscodeshift tests on Windows: #88008

Credits

Huge thanks to @feedthejim for helping!