1 hours ago
zip.js

v2.8.31

New features

  • Accept a non-constructable reader (a factory function, not only a Reader class) as the Reader of a ZipFileEntry/ZipDirectoryEntry; the reader is now invoked with or without new depending on whether it exposes a prototype.
  • Export the ERR_ITERATOR_COMPLETED_TOO_SOON and ERR_WRITER_NOT_INITIALIZED error constants.

Bug fixes

  • Add a dedicated index.d.cts so TypeScript resolves the correct types for the CommonJS entry point instead of falling back to the ESM declarations.
  • Fix invalid entries in the MIME type table: drop the bogus x-font/pcf.Z and duplicate video/avif entries, correct the mis-keyed application/x-ms-installer (msi), and map image/avif to both avif and avifs.
  • Align the JavaScript zlib module with the windowBits: -16 raw-stream convention.

Performance

  • Build the MIME type map lazily from a compact JSON payload, so the table is only parsed when a MIME type is actually requested.
  • Shrink the WebAssembly zlib module by ~8 KB (~16%) by merging the deflate64 path into the inflate code and generating the deflate trees at runtime.
  • Reduce bundle size by mangling internal property names and shipping inline worker payloads deflate-compressed.
2 hours ago
calendar

v5.10.0

July 15, 2026

  • Added eventGap option
  • Added bundled TypeScript type definitions
  • Fixed weekNumbers option not working without the DayGrid plugin
  • Fixed timeline scales not rendering without the ResourceTimeGrid plugin

Special thanks to the following sponsors of EventСalendar:

@ekwi-tech @syncsynchalt @aurawindsurfing

3 hours ago
cherry-markdown

@cherry-markdown/client@0.4.0

Minor Changes

  • refactor(client): 重构客户端 UI 并增强桌面端编辑体验。

    • 将客户端 UI 组件从 Vue SFC 迁移为 TSX,保留原有文件、编辑器和状态栏行为。
    • 优化左侧工作区,支持面板宽度拖拽、图标提示、当前文件定位、右键菜单视口避让和最近文件按日期分组。
    • 支持在 macOS Finder 中通过文件关联打开 Markdown/Text 文件,并保留 Windows 双击打开文件能力。 @sunsonliu(#1793)(a5f6841)

Patch Changes

  • feat(client): Windows 安装包新增:安装时注册系统自带的文本预览处理器,使资源管理器预览窗格可直接查看 .md / .markdown 源码
    • 安装向导支持选择"为当前用户"或"为所有用户"安装,卸载时会一并清理
    • 修复编辑区无法滚动的问题 @sunsonliu(#1802)(01bfd3c)
  • feat(client): 客户端底部状态栏增加「专注模式」开关
    • 在预览模式下支持点击图片查看大图
    • 统一图标风格,优化悬浮目录样式
    • 纯预览模式时,限制预览区的最大宽度为1024px @sunsonliu(#1800)(9450c81)
  • Updated dependencies [fd1e18d]:
    • cherry-markdown@0.11.6
3 hours ago
cherry-markdown

cherry-markdown@0.11.6

Patch Changes

  • fix: 修复链接文字中包含 ][ 时,行内链接无法正常渲染的问题。例如 [[a][b]c](url) 之前会被链接规则提前误判为未定义的引用式链接,导致还没匹配到后面的 (url) 就原样输出。
    • 现在链接规则只负责匹配行内链接,因此可以正确识别这类 URL。已定义的引用式链接仍由上游的 CommentReference 处理,未定义的引用式链接也会继续保持原文本显示。 @mvanhorn(#1797)(fd1e18d)
12 hours ago
rari
13 hours ago
rari

v0.15.3

See CHANGELOG.md for details.

Full Changelog: https://github.com/rari-build/rari/compare/v0.15.2...v0.15.3

14 hours ago
next.js

v16.3.0-canary.86

Misc Changes

  • Better support the CLI spinner when running the TSC CLI: #95753
  • Upgrade React from 5123b063-20260708 to 7023f501-20260714: #95782
  • docs: add route-side URL data audit to the Partial Prefetching adoption guide: #95389
  • docs: revalidateTag with expire zero, for route handlers: #95760
  • request insights: add DevTools request panel (5/5): #93978
  • docs: Improve immutable static docs: #95752
  • Add React sync development skill: #95620
  • docs: useSearchParams example stray link: #95759
  • Improve the NFT error message and ignore comment handling: #95144
  • Upgrade to swc 73: #95731

Credits

Huge thanks to @lukesandberg, @vercel-release-bot, @aurorascharff, @icyJoseph, @feedthejim, @mischnic, and @timneutkens for helping!