34 minutes ago
KaTeX

v0.17.0

0.17.0 (2026-05-22)

Performance Improvements

  • simplify defineFunction to avoid destructuring, improve typing (#4222) (fb604e6)

BREAKING CHANGES

  • The internal API for __defineFunction changed: you should no longer wrap properties in props.
1 hours ago
meta2d.js

v1.1.21

v1.1.21

2 hours ago
cherry-markdown

cherry-markdown-vscode-plugin@0.3.1

Patch Changes

  • fix(vscodePlugin): 放开 Webview CSP style-src'unsafe-inline',修复 Mermaid 等运行时注入 inline <style> / style 属性的库被拦截导致的渲染异常(部分节点缺失 label-container class、fill 退回 SVG 默认黑色等)。 script-src 仍仅允许扩展自身资源,无 XSS 入口,与 VS Code 官方 markdown 预览扩展做法一致。 @RSS1102(#1748)(62d57a9)
2 hours ago
cherry-markdown

cherry-markdown@0.11.2

Patch Changes

  • fix: 修复echarts5+不再支持的api @sunsonliu(#1725)(ba41211)

  • fix: 修复 mermaid 图表尺寸拖拽后工具栏漂移 @Yong-yuan-X(#1741)(dbd793c)

  • 内部优化样式构建:Sass 迁移至模块系统(@use / @forward),并使用 rollup-plugin-sass 现代编译 API,消除构建时的弃用警告。

  • 对使用者无破坏性变更,与原有 API、主题类名保持不变。

    • ⚠️ 若你通过自定义 CSS 覆盖 .cherry-bubble 相关样式,建议在升级后确认预览区图片工具条外观是否符合预期。 @RSS1102(#1745)(4f8ea67)
    • fix: mathjax报错导致engine.makeHtml中断 @sunsonliu(#1726)(26fc2eb)
  • feat: 多项性能与稳定性优化 @sunsonliu(#1742)(823279b)

  • fix: #1722 优化装饰器的相关逻辑,优化异步粘贴回调的逻辑 @sunsonliu(#1727)(1364a7d)

  • fix: 修复纯预览demo报错 @sunsonliu(#1743)(0cd1d0f)

2 hours ago
apexcharts.js

💎 Version 5.13.0

This release focuses on a major visual and behavioral overhaul of tooltips, gauges, and the toolbar, alongside a new zoom-aware LTTB downsampler for very large datasets, a new multi-axis zero-alignment option, and a tightening of the public TypeScript surface.


Features

feat(tooltip): modernized positioning, arrows, and a11y

Tooltip box and arrow now anchor off the bar's rendered DOM rect fixing column/datetime alignment in stacked and grouped charts. Adds a connector arrow (default on) and context-aware placement

  • New options:
    • tooltip.arrow: boolean (default true) — render a connector arrow pointing at the data point.

feat(gauge): needle options and animation

Three new radial-gauge design knobs and a smoother needle update:

feat(yaxis): alignZero

When multiple y-axes mix sign ranges (for example one spans -10..15, another 0..3), their zero lines no longer share a pixel position - so bars from different axes appear to have different baselines. Setting alignZero: true on two or more axes now extends each opted-in axis so y=0 lands at the same pixel.

  • Default: false (no behavior change unless opted in).
  • Closes #5100.

feat(toolbar): modernized

Replaces the mixed icon set (filled circles, illustrated hand, heavy magnifier) with a coordinated stroke-only Lucide-style set, and wraps the toolbar in a soft glass pill container with hover and selected-button backgrounds.


Upgrade notes

  • Tooltip arrow is on by default (tooltip.arrow: true). To restore the pre-5.13 look, set tooltip.arrow: false. The arrow is auto-suppressed for followCursor, fixed.enabled, fillSeriesColor, non-axis charts, and most shared multi-series cases.
  • TypeScript users on stricter configs may see new errors from the narrowed literal unions on tooltip.theme, states.filter.type, legend.clusterGroupedSeriesOrientation, and xaxis.axisTicks.borderType. Fix by using one of the documented string values. Reading off opts.w may also surface, since [key: string]: any was removed from formatter option types.
4 hours ago
mind-elixir-core

v5.11.3

5.11.3 - 2026-05-22

Bug Fixes

  • Ignore non-left mouse button events in double-click detection
  • Prevent context menu trigger during active node editing or interaction states

Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.11.2...v5.11.3

5 hours ago
meta2d.js

v1.1.21

v1.1.21

6 hours ago
formatjs

formatjs_cli_v1.1.7

FormatJS Rust CLI Release

Binaries

  • macOS Apple Silicon: formatjs_cli-darwin-arm64
  • Linux ARM64: formatjs_cli-linux-arm64
  • Linux x86_64: formatjs_cli-linux-x64
  • Windows x64: formatjs_cli-win32-x64.exe

Installation

# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.7/formatjs_cli-darwin-arm64
chmod +x formatjs_cli-darwin-arm64
sudo mv formatjs_cli-darwin-arm64 /usr/local/bin/formatjs

# Linux
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.7/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs

# Linux ARM64
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.7/formatjs_cli-linux-arm64
chmod +x formatjs_cli-linux-arm64
sudo mv formatjs_cli-linux-arm64 /usr/local/bin/formatjs
# Windows x64 (PowerShell)
curl.exe -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.7/formatjs_cli-win32-x64.exe

Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.7/checksums.txt
shasum -a 256 -c checksums.txt
6 hours ago
formatjs

@formatjs/unplugin@1.1.14

1.1.14 (2026-05-22)

Bug Fixes

  • @formatjs/unplugin: preserve escaped tag literals when flattening (#6599) (56e4b0b), closes #6593 - by @longlho
  • @formatjs/unplugin: preserve JSX defaultMessage output (#6608) (bdff3ae), closes #6606 - by @longlho
6 hours ago
formatjs

@formatjs/icu-messageformat-parser@3.5.10

3.5.10 (2026-05-22)

Bug Fixes

  • @formatjs/unplugin: preserve escaped tag literals when flattening (#6599) (56e4b0b), closes #6593 - by @longlho