v9.0.0-alpha.2
A big thanks to the 4 contributors who made this release possible.
- Clean up duplicated CSS rules (#47838) @sai6855
- Refactor sortContainerQueries to define regex outside of sort function (#47817) @sai6855
- Move shared components to @mui/docs package (#47672) @Janpot
- Fix small typo in NumberField page (#47877) @arthur-plazanet
- [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
tdesign-vue-next@1.18.3
Select: 新增支持 BigInt 类型的选项 @Jie-echo (#6460)
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)
Select: Added support for BigInt type options @Jie-echo (#6460)
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 usingclassName@Cat1007 (#6424)InputNumber: Fixed an issue where the hover color was incorrect whendisabled@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 thenavigation.sizeconfiguration was ineffective, and the navigator color was incorrect whennavigation.placement=outsidein both "dot" and "bar" navigation styles @Wesley-0808 (common#2418)
Neutralinojs nightly release
- 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. Ifgrabbingis set totrue, 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, andup) 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 🚀
v2.31.4
fix(inline-tool-link): use defaultValue to prevent selectionchange event #2993
- fix(inline-tool-link): use defaultValue to prevent selectionchange event by @akulistus in https://github.com/codex-team/editor.js/pull/2993
Full Changelog: https://github.com/codex-team/editor.js/compare/v2.31.3...v2.31.4
v8.8.0
8.8.0 (2026-03-04)
- 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)
v1.166.2
Version 1.166.2 - 3/4/26, 8:36 PM
- handle beforeLoad throwing notFound correctly (#6811) (9c81d5a) by Manuel Schiller
- ensure no nx cloud is used for benchmark (#6817) (9f35318) by @beaussan
- 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
- @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
v16.2.0-canary.78
- Replace PPR config helpers with cacheComponents checks: #90704
- Cached Navigations: Cache visited fully static pages in the segment cache: #90306
- Remove
isRoutePPREnabledfrom 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
PrerenderStorePPRtype and allprerender-pprswitch 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
- [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
Huge thanks to @mmastrac, @devjiwonchoi, @unstubbable, @eps1lon, @mischnic, @aurorascharff, and @vercel-release-bot for helping!