2 hours ago
next.js

v16.0.2-canary.21

Core Changes

  • Turbopack: Add bundle analyzer UI to next build --experimental-analyze: #85788
  • Upgrade React from 93fc5740-20251113 to fb2177c1-20251114: #86155
  • fix: cacheMaxMemorySize should not disable dev HMR cache: #86164
  • Fix streaming server actions: #86148

Misc Changes

  • Turbopack: only enable nested async availability in production: #85728

Credits

Huge thanks to @sokra, @wbinnssmith, @ztanner, and @unstubbable for helping!

6 hours ago
electron

electron v39.2.1

Release Notes for v39.2.1

Fixes

  • Fixed an issue where some apps would throw an exception on launch. #48975 (Also in 40)
8 hours ago
drawio
13 hours ago
router

v1.136.5

Version 1.136.5 - 11/15/25, 12:46 PM

Changes

Refactor

  • router-core: Process routeTree into segment tree instead of flatRoutes (#5722) (f39eb9b) by @Sheraff

Packages

  • @tanstack/router-core@1.136.5
  • @tanstack/solid-router@1.136.5
  • @tanstack/react-router@1.136.5
  • @tanstack/router-devtools-core@1.136.5
  • @tanstack/router-plugin@1.136.5
  • @tanstack/start-server-core@1.136.5
  • @tanstack/solid-router-ssr-query@1.136.5
  • @tanstack/react-router-ssr-query@1.136.5
  • @tanstack/router-ssr-query-core@1.136.5
  • @tanstack/zod-adapter@1.136.5
  • @tanstack/valibot-adapter@1.136.5
  • @tanstack/arktype-adapter@1.136.5
  • @tanstack/router-devtools@1.136.5
  • @tanstack/solid-router-devtools@1.136.5
  • @tanstack/react-router-devtools@1.136.5
  • @tanstack/router-generator@1.136.5
  • @tanstack/router-cli@1.136.5
  • @tanstack/router-vite-plugin@1.136.5
  • @tanstack/solid-start@1.136.5
  • @tanstack/solid-start-client@1.136.5
  • @tanstack/solid-start-server@1.136.5
  • @tanstack/start-client-core@1.136.5
  • @tanstack/start-storage-context@1.136.5
  • @tanstack/react-start@1.136.5
  • @tanstack/react-start-client@1.136.5
  • @tanstack/react-start-server@1.136.5
  • @tanstack/start-plugin-core@1.136.5
  • @tanstack/start-static-server-functions@1.136.5
15 hours ago
mantine

8.3.8

What's Changed

  • [@mantine/modals] Improve types of context modals (#8439)
  • [@mantine/core] Combobox: Fix keyboard interactions not working when used in shadow DOM (#8438)
  • [@mantine/core] NumberInput: Fix , decimal separator not being converted to . when entering value from mobile keyboard
  • [@mantine/core] NumberInput: Fix incorrect keyboard displayed on iOS 26
  • [@mantine/charts] Add cellProps prop support to DonutChart and PieChart (#8444)
  • [@mantine/core] Alert: Allow overriding role attribute (#8447)
  • [@mantine/core] Menu: Add openDelay prop support to Menu.Sub component (#8437)

New Contributors

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

23 hours ago
element-plus

2.11.8

2.11.8

2025-11-15

Features

  • Components [virtual-list] add touch event handling for scrolling (#20628 by @warmthsea)
  • Components [cascader] expose focus and blur methods (#22737 by @rzzf)
  • Components [drawer] add resize-start resize resize-end emits (#22784 by @jevin98)

Bug fixes

  • Components [date-picker] keyboard navigation on first of the month (#22668 by @Dsaquel)
  • Components [table] ensure tooltip works correctly in tree table (#22674 by @xuhuaiyu24)
  • Components [tree-v2] checkbox selection wrong with disabled nodes (#22627 by @rzzf)
  • Components [watermark] use baselineOffset to get a complete canvas (#22670 by @alonely-boy)
  • Components [select] allow delete non existant option (#22706 by @Dsaquel)
  • Components [select] unable to select options using NumpadEnter (#22715 by @rzzf)
  • Components [textarea] add the missing name attribute (#22718 by @rzzf)
  • Components [autocomplete] allow using Numpad Enter to select the option (#22721 by @keeplearning66)
  • Components [image-viewer] avoid triggering scroll wheel events outside the preview area (#22722 by @keeplearning66)
  • Components [tree-select] use up/down/enter keys select error (#20008 by @SpanManX)
  • Components [tree] avoid having multiple nodes with highlighted states at the same time (#22748 by @keeplearning66)
  • Components [input-tag] the line break caused by exceeding content (#22704 by @lxKylin)
  • Components [select-v2] avoid invalid positioning when using filterable and default-first-option (#22725 by @keeplearning66)
  • Components [upload] ensure onChange receives updated fileList (#22760 by @yicheny)
  • Components [select] shouldn't display the input box when disabled (#22767 by @Putia3)
  • Components [select] sync label when persistent is false and options change (#22755 by @yicheny)
  • Components [select-v2] avoid wrong style when disabled (#22780 by @keeplearning66)
  • Components [popper] trigger memory leak issue (#22763 by @Map1en)
  • Components [input-number] correct condition for user input reset (#21283 by @betavs)
  • Components [select] after the last select unmounts memory leak issue (#22764 by @Map1en)

Refactors

  • Components [menu] extract constants (#22661 by @lxKylin)
  • Components [form] remove unnecessary non-empty assertions (#22660 by @lxKylin)
  • Components [tree] extract auxiliary function (#22677 by @lxKylin)
  • Components [tree] change the for loop to the find method (#22678 by @lxKylin)
  • Components [menu] adjust the non-empty assertion (#22694 by @lxKylin)
  • Components [image-viewer] use useLockscreen for scroll lock (#22734 by @rzzf)
  • Components [watermark] reduce unnecessary calc (#22789 by @btea)
  • Components [drawer] rename event parameter avoid conflicts (#22790 by @btea)
  • Components [select-v2] reduce repeated property access (#22801 by @keeplearning66)
1 days ago
router

v1.136.4

Version 1.136.4 - 11/15/25, 1:01 AM

Changes

Fix

  • cleanup streamed values (#5870) (af77b55) by Manuel Schiller

Test

  • router: add view-transition e2e suites (#5869) (559856b) by Birk Skyum

Packages

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

v16.0.2-canary.20

Core Changes

  • fix(nodejs-middleware): await for body cloning to be properly finalized: #85418
  • Add build-time validation to detect ambiguous app routes: #85834
  • Don't use inspector frontend URLs from other processes: #86082
  • Upgrade React from 52684925-20251110 to 93fc5740-20251113: #86103
  • [next-upgrade] Force install of dev dependencies: #86119
  • Fix telemetry event race condition in webpack worker for @vercel/og detection: #86145

Misc Changes

  • Add postpone handling in app-page handler: #86101
  • Turbopack: remove global_information struct: #86089
  • Turbopack: add task_id_details feature: #84970
  • Turbopack: Refactor output assets to allow to lazy compute output assets: #85753
  • Un-skip tests in prefetch-runtime.test.ts: #86097
  • Turbopack: add flags to AvailabilityInfo: #85771
  • Turbopack: apply side effects false removal on all module types: #86133
  • [build] Remove layers experiment flag from next-runtime webpack config: #86126

Credits

Huge thanks to @lucasadrianof, @ijjk, @wyattjoh, @eps1lon, @mischnic, @sokra, @acdlite, @unstubbable, and @gaojude for helping!

1 days ago
plotly.js

v3.3.0

Added

  • Add hovertemplate for candlestick and ohlc traces [#7619]
  • Generate list of ISO codes for provided topojson maps, update info for some disputed territories [#7622]

Changed

  • Turn off borders for plot container in CSS reset [#7617]

Fixed

  • Fix KDE sampling precision in violin trace to eliminate floating-point drift and prevent density underrun/overrun [#7581], with thanks to @Koookadooo for the contribution!
1 days ago
electron

electron v40.0.0-alpha.5

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@40.0.0-alpha.5.

Release Notes for v40.0.0-alpha.5

Features

  • Added bypassCustomProtocolHandlers option to net.request. #48883 (Also in 38, 39)
  • Added support to import external shared texture as VideoFrame. #48831
  • Updated nativeImage.createFromNamedImage to support SF Symbol names. #48772 (Also in 39)

Fixes

  • Corrected the appearance of tiled windows on GNOME (when frame: true), and removed resize handles from tiled edges. #48835 (Also in 38, 39)
  • Fix: ESM-from-CJS import when CJK characters are in path. #48862 (Also in 39)
  • Fixed an error on debug symbol upload by moving dsym.zip to use tar.xz compression. #48952
  • Fixed crash on windows when UTF-8 is in path. #48942 (Also in 38, 39)
  • Fixed oom crash when optimizing certain wasm functions involving large phi nodes. #48816 (Also in 38, 39)
  • Fixed the issue where the parent window remained interactive after the modal window was opened. #48864 (Also in 38, 39)
  • Reenable V8 trap handlers for wasm in browser and utility process, improves runtime execution of wasm. #48839 (Also in 39)
  • Windows: Calling window.setFocusable(true) will no longer cause a window to lose focus. #48927 (Also in 39)

Other Changes

  • Updated Chromium to 144.0.7526.0. #48913

Documentation

Unknown

  • Fixed an issue that menu items on macOS could not be disabled under all circumstances. #48828 (Also in 37, 38, 39)