2 hours ago
Font-Awesome
3 hours ago
vis-timeline

v8.5.2

8.5.2 (2026-07-15)

Bug Fixes

  • TimeStep: only apply weekday class to single-day columns (#2085) (1a4690c)
5 hours ago
socket.io

socket.io-parser@4.2.7

Bug Fixes

  • honor toJSON() when deconstructing a binary packet (#5518) (57f1114)
  • reject binary packets with zero attachments (7c6ef57)

New Contributors

7 hours ago
drawio
8 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.
8 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

9 hours ago
cherry-markdown

cherry-markdown@0.11.6

Patch Changes

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