1 hours ago
material-ui

v9.0.0-alpha.2

A big thanks to the 4 contributors who made this release possible.

@mui/material@9.0.0-alpha.2

  • Clean up duplicated CSS rules (#47838) @sai6855

@mui/system@9.0.0-alpha.2

  • Refactor sortContainerQueries to define regex outside of sort function (#47817) @sai6855

Docs

  • Move shared components to @mui/docs package (#47672) @Janpot
  • Fix small typo in NumberField page (#47877) @arthur-plazanet

Core

  • [code-infra] Reduce paths for attw checks (#47896) @brijeshb42
  • [docs-infra] Run syncTeamMembers (#47900) @Janpot

All contributors of this release in alphabetical order: @arthur-plazanet, @brijeshb42, @Janpot, @sai6855

1 hours ago
tdesign-vue-next

tdesign-vue-next@1.18.3

🌈 1.18.3 2026-03-05

🚀 Features

  • Select: 新增支持 BigInt 类型的选项 @Jie-echo (#6460)

🐞 Bug Fixes

  • DatePicker: 修复单选的情况下清除数据时会触发多次 onChange 回调的错误 @RSS1102 (#6451)
  • Drawer: 修复 push mode 下弹窗样式异常的问题 @Zn-Dk (#6446)
  • DrawerPlugin: 修正使用 className 时的打开动画异常问题 @Cat1007 (#6424)
  • InputNumber: 修复 disabled 时,hover 对应颜色异常的问题 @RylanBot (common#2402)
  • Progress: 修复 line 和 plump 主题不支持小尺寸的问题 @liweijie0812 (#6340)
  • Swiper: 修复 点状点条状 导航器中,navigation.size 配置无效、navigation.placement=outside时导航器颜色不正确的问题 @Wesley-0808 (common#2418)

🚀 Features

  • Select: Added support for BigInt type options @Jie-echo (#6460)

🐞 Bug Fixes

  • DatePicker: Fixed an error where clearing data triggered multiple onChange callbacks when only one option was selected @RSS1102 (#6451)
  • Drawer: Fixed an issue with abnormal pop-up styles in push mode @Zn-Dk (#6446)
  • DrawerPlugin: Corrected an issue with abnormal opening animations when using className @Cat1007 (#6424)
  • InputNumber: Fixed an issue where the hover color was incorrect when disabled @RylanBot (common#2402)
  • Progress: Fixed an issue where the line and plump themes were not compatible with small screen sizes @liweijie0812 (#6340)
  • Swiper: Fixed issues where the navigation.size configuration was ineffective, and the navigator color was incorrect when navigation.placement=outside in both "dot" and "bar" navigation styles @Wesley-0808 (common#2418)
2 hours ago
neutralinojs

Neutralinojs nightly release

⚠️ Nightly build: This nighly-release may contain experimental features and breaking changes.

What's new

API: computer

  • Implement computer.setMousePosition(x, y) to update the current mouse cursor position.
  • Implement computer.setMouseGrabbing(grabbing; boolean) to activate/deactivate confining the mouse cursor within the native app window. If grabbing is set to true, the mouse cursor always stays within the window boundaries, so this feature helps create interactive games and similar apps operated using the mouse.
  • Implement computer.sendKey(keyCode, keyState) to simulate keyboard events. App developers can use a platform-specific key code and states (press, down, and up) to simulate from simple single key strokes to complex key combinations:
// Simulate letter 'a' press on GNU/Linux:
await Neutralino.computer.sendKey(38)

// Simulate Ctrl + V keyboard shortcut on GNU/Linux:
await Neutralino.computer.sendKey(105, 'down')    // Hold right control
await Neutralino.computer.sendKey(47, 'down')     // Hold letter 'v' 
await Neutralino.computer.sendKey(47, 'up')       // Release letter 'v'
await Neutralino.computer.sendKey(105, 'up')      // Release right control

Update the config file option cli.binaryVersion with nightly and enter neu update to fetch this version.

Get started: https://neutralino.js.org/docs


This release was auto-generated by ReleaseZri 🚀

9 hours ago
next.js

v16.2.0-canary.80

Core Changes

  • Address review feedback: extract modules, clean up imports: #90813

Credits

Huge thanks to @sokra for helping!

11 hours ago
next.js

v16.2.0-canary.79

Core Changes

  • partial fallbacks: add adapter flag: #90395

Misc Changes

  • [ci]: continue-on-error for more gh auth status checks: #90890

Credits

Huge thanks to @ztanner for helping!

12 hours ago
editor.js

v2.31.4

fix(inline-tool-link): use defaultValue to prevent selectionchange event #2993

What's Changed

Full Changelog: https://github.com/codex-team/editor.js/compare/v2.31.3...v2.31.4

12 hours ago
ionic-framework

v8.8.0

8.8.0 (2026-03-04)

Features

  • angular: add custom injector support for modal and popover controllers (#30899) (822da42), closes #30638
  • content: add content-fullscreen class when fullscreen is true (#30926) (d74b11b)
  • datetime: add header parts (#30945) (6ea186d)
  • datetime: add wheel part to ion-picker-column (#30934) (0cf4c03)
  • item-divider: add inner and container parts (#30928) (5cdeb7f)
  • item-option: add inner and container parts (#30929) (f8f7ffd)
  • item: add inner and container parts (#30927) (a2c6559)
  • list-header: add inner part (#30930) (ef73476)
  • modal: add drag events for sheet and card modals (#30962) (d29ac71)
  • range: add classes and expose parts to allow individual styling of dual knobs (#30941) (5bcf921), closes #29862
  • range: add classes to the range when the value is at the min or max (#30932) (fac1a66)
  • refresher: add ionPullStart and ionPullEnd events (#30946) (814c2e5), closes #24524
  • segment-view: add swipeGesture property to disable swiping (#30948) (46806bd), closes #30290
  • select: add wrapper and bottom shadow parts (#30951) (5cea5ae)
  • select: pass cancelText property to modal interface (#30282) (6e4f60a)
  • textarea: reflect disabled and readonly props (#30910) (55735df)
12 hours ago
router

v1.166.2

Version 1.166.2 - 3/4/26, 8:36 PM

Changes

Fix

  • handle beforeLoad throwing notFound correctly (#6811) (9c81d5a) by Manuel Schiller

Chore

  • ensure no nx cloud is used for benchmark (#6817) (9f35318) by @beaussan

Test

  • refactor client-nav benchmarks for flame profiling (#6816) (7083bcb) by @Sheraff
  • client nav benchmark can detect granular re-rendering changes (#6808) (2217f7c) by @Sheraff
  • add cross-framework SSR request-loop benchmarks (#6803) (3318878) by @Sheraff
  • add cross-framework client navigation benchmarks (#6800) (1acc8ea) by @Sheraff

Packages

  • @tanstack/router-core@1.166.2
  • @tanstack/solid-router@1.166.2
  • @tanstack/react-router@1.166.2
  • @tanstack/vue-router@1.166.2
  • @tanstack/solid-router-ssr-query@1.166.2
  • @tanstack/react-router-ssr-query@1.166.2
  • @tanstack/vue-router-ssr-query@1.166.2
  • @tanstack/router-ssr-query-core@1.166.2
  • @tanstack/zod-adapter@1.166.2
  • @tanstack/valibot-adapter@1.166.2
  • @tanstack/arktype-adapter@1.166.2
  • @tanstack/router-devtools@1.166.2
  • @tanstack/solid-router-devtools@1.166.2
  • @tanstack/react-router-devtools@1.166.2
  • @tanstack/vue-router-devtools@1.166.2
  • @tanstack/router-devtools-core@1.166.2
  • @tanstack/router-generator@1.166.2
  • @tanstack/router-cli@1.166.2
  • @tanstack/router-plugin@1.166.2
  • @tanstack/router-vite-plugin@1.166.2
  • @tanstack/solid-start@1.166.2
  • @tanstack/solid-start-client@1.166.2
  • @tanstack/solid-start-server@1.166.2
  • @tanstack/vue-start@1.166.2
  • @tanstack/vue-start-client@1.166.2
  • @tanstack/vue-start-server@1.166.2
  • @tanstack/start-client-core@1.166.2
  • @tanstack/start-server-core@1.166.2
  • @tanstack/start-storage-context@1.166.2
  • @tanstack/react-start@1.166.2
  • @tanstack/react-start-client@1.166.2
  • @tanstack/react-start-server@1.166.2
  • @tanstack/start-plugin-core@1.166.2
  • @tanstack/start-static-server-functions@1.166.2
13 hours ago
next.js

v16.2.0-canary.78

Core Changes

  • Replace PPR config helpers with cacheComponents checks: #90704
  • Cached Navigations: Cache visited fully static pages in the segment cache: #90306
  • Remove isRoutePPREnabled from render options and delete dead PPR branch: #90713
  • Use page extensions in next-swc transforms applying to pages: #90650
  • Cached Navigations: Cache static stage of partially static initial HTML: #90539
  • Remove PrerenderStorePPR type and all prerender-ppr switch cases: #90721
  • Clean up legacy PPR references in test fixtures: #90725
  • Cached Navigations: Cache runtime stage data from navigation requests: #90666
  • Remove legacy PPR postpone cluster: #90726

Misc Changes

  • [turbotask] Make turbotask function registration const: #90797
  • Turbopack: turbofmt/turbobail macros: #90092
  • Add Err(anyhow(... ast-grep rule: #90869
  • Turbopack: allow resolving TS files in tailwind config: #90046
  • Unify Node and Edge externals list: #90819
  • chore: add aurorascharff to devex team labeler config: #90866
  • Update Rspack production test manifest: #90857
  • Update Rspack development test manifest: #90858

Credits

Huge thanks to @mmastrac, @devjiwonchoi, @unstubbable, @eps1lon, @mischnic, @aurorascharff, and @vercel-release-bot for helping!