51 minutes ago
next.js

v16.4.0-canary.4

Misc Changes

  • Add next/cache-handlers types entrypoint: #97592
  • Remove unused return values from getPageStaticInfo: #97661
  • [turbopack] defer NFT module content hashes: #97773
  • test: deflake basePath external navigation: #97611
  • docs(adapters): document assetsHashes and routing.middlewareMatchers: #96536
  • Migrate remaining async blocks to async closures: #97701
  • Turn off the adapter route collapses by default: #97774
  • Serve a run of fallback shells from one route entry: #97738
  • [test] Capture the route table for apps with several param shapes: #97728
  • Stop emitting a separate route entry for a dynamic route's RSC form: #97726
  • Stop emitting a redundant route per prefetch segment: #97720
  • [test] Capture the dynamic routes a build passes to an adapter: #97719
  • turbo-tasks: compile conditional cell updates once, not per cell type: #97763
  • Turbopack: add unit test coverage for FileSystemPath::hash_file: #97743

Credits

Huge thanks to @marceloboeira, @mischnic, @sokra, @leejpsd, @unstubbable, and @lukesandberg for helping!

3 hours ago
cherry-markdown

cherry-markdown@0.11.10

Patch Changes

  • 修复未提供 ECharts 时图表表格无法安全降级的问题,并恢复 core 入口的 MermaidPlugin 命名导出。 @sunsonliu(#1861)(ba1f07c)
  • 迁移至 Vite+ 构建链,并继续发布 ESM 与 UMD 产物。现有 UMD 文件名和 CDN 集成路径保持不变,同时补充 cherry-markdown.core.esm.jscherry-markdown.engine.jscherry-markdown.engine.esm.js@RSS1102(#1833)(327877a)
  • fix: 修复引入链接有注入的问题 @RSS1102(72c7036)
  • 切换发布构建产物的 JavaScript 压缩器为 Oxc,更新相关包的构建产物。 @RSS1102(#1850)(d302daa)
3 hours ago
cherry-markdown

cherry-markdown-vscode-plugin@0.3.2

Patch Changes

  • refactor: 统一 VS Code 插件构建与发布流程,使用全局主题状态和工作区资源上传,并修复命令本地化与快捷键配置 @RSS1102(#1846)(91984b4)
  • 切换发布构建产物的 JavaScript 压缩器为 Oxc,更新相关包的构建产物。 @RSS1102(#1850)(d302daa)
3 hours ago
cherry-markdown

@cherry-markdown/miniprogram@0.0.2

Patch Changes

  • 切换发布构建产物的 JavaScript 压缩器为 Oxc,更新相关包的构建产物。 @RSS1102(#1850)(d302daa)
3 hours ago
cherry-markdown

@cherry-markdown/client@0.5.1

Patch Changes

3 hours ago
hono

v4.13.4

What's Changed

Full Changelog: https://github.com/honojs/hono/compare/v4.13.3...v4.13.4

4 hours ago
jotai

v3.0.0-alpha.1

Includes v2.20.3 changes.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v3.0.0-alpha.0...v3.0.0-alpha.1

4 hours ago
electron

electron v42.10.0

Release Notes for v42.10.0

Features

  • Fixed contentTracing module to capture Node.js trace categories. #52973

Fixes

  • Fixed DevTools device metrics overrides persisting indefinitely when a remote debugging client disconnected without clearing them. #53133 (Also in 43, 44)
  • Fixed DevTools popup and context menus not appearing when DevTools is hosted in a custom window via webContents.setDevToolsWebContents(). #52981 (Also in 43, 44)
  • Fixed BrowserWindow.unmaximize() and restore() having no effect on Wayland when the window was maximized immediately after creation. #53126 (Also in 44)
  • Fixed Uncaught illegal access errors and possible renderer crashes after closing a same-process child window or removing an iframe with nodeIntegrationInSubFrames enabled. #53042 (Also in 44)
  • Fixed dialog.showOpenDialog/dialog.showSaveDialog opening at an unusable location on Linux when defaultPath is a bare filename without a directory. #52980 (Also in 43, 44)
  • Fixed a crash on Linux when the D-Bus session bus disconnected while the app was running, such as at logout or when dbus is restarted. #53094 (Also in 43, 44)
  • Fixed a crash on Windows when V8 posted a delayed worker task during shutdown. #53014 (Also in 43)
  • Fixed a crash with app.setLoginItemSettings if a non-UTF8 service name is used. #52989 (Also in 43, 44)
  • Fixed a possible crash (SIGABRT) during process exit when the process had loaded tls/https shortly before exiting, affecting app.exit() before ready and short-lived ELECTRON_RUN_AS_NODE / child_process.fork() scripts. #52992 (Also in 43, 44)
  • Fixed a possible main process crash at quit when a session was created from JavaScript that runs during shutdown. #53132 (Also in 43, 44)
  • Fixed a rare crash in the main process when DevTools were opened and a garbage collection ran before the DevTools frontend finished loading. #52994 (Also in 43, 44)
  • Fixed a renderer crash when a page calls SpeechRecognition.available() or SpeechRecognition.install() with processLocally. #53016 (Also in 43, 44)
  • Fixed an issue on Linux where the system theme color appeared at the top edge of frameless windows. #52978 (Also in 41, 43)
  • Fixed an issue where some values passed into requestSingleInstanceLock could result in a crash. #52982 (Also in 43, 44)
  • Fixed crash in sharedTexture module when GPU context becomes unavailable. #52983 (Also in 43, 44)
  • Fixed document title updates when using back/forward navigation using the same document without utilizing browserWindow.setTitle(). #53099 (Also in 43, 44)
  • Fixed the built-in PDF viewer not rendering documents in in-memory sessions (partitions without the persist: prefix). #52990 (Also in 43, 44)
  • Fixed titleBarOverlay.color set to rgba(0,0,0,0) failing back to default frame color. #52976 (Also in 41, 43)
  • Fixed utility process crashes at exit on Windows 11 24H2 and later. #53091 (Also in 43, 44)

Other Changes

  • Backported fixes from upstream Chromium and V8. #53060
  • Fixed a 1-in-200 chance per renderer process on Windows of scripts on the first page load being compiled without their V8 code cache. #52988 (Also in 43, 44)
  • Fixed a Windows x64 renderer performance regression introduced in 42.8.1 that made style/layout work (and app startup) noticeably slower. #53064
  • Fixed a stall of tens of milliseconds while creating the first BrowserWindow on Linux.
    • Improved the performance of file lookups inside ASAR archives and of large files served from them to the renderer.
    • Improved the performance of calls through contextBridge-exposed APIs.
    • Reduced the main-thread cost of sending large values through ipcRenderer, ipcMain handlers and webContents.send. #53019 (Also in 43, 44)
  • Improved startup time of utilityProcess.fork(), child_process.fork() / ELECTRON_RUN_AS_NODE child processes and Node.js-enabled renderers. #53136 (Also in 43, 44)
  • Linux arm64, Windows arm64 and macOS x64 builds now start the main process from the embedded Node.js startup snapshot like the other platforms, improving startup time. #52880 (Also in 43, 44)
5 hours ago
jotai

v2.20.3

A fix in a util.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.20.2...v2.20.3

6 hours ago
docx-editor

@docx-editor.dev/vue@2.8.0

Patch Changes

  • @docx-editor.dev/i18n@2.8.0