cherry-markdown@0.11.2
-
fix: 修复echarts5+不再支持的api @sunsonliu(#1725)(
ba41211) -
fix: 修复 mermaid 图表尺寸拖拽后工具栏漂移 @Yong-yuan-X(#1741)(
dbd793c) -
内部优化样式构建:Sass 迁移至模块系统(
@use/@forward),并使用rollup-plugin-sass现代编译 API,消除构建时的弃用警告。 -
对使用者无破坏性变更,与原有 API、主题类名保持不变。
-
feat: 多项性能与稳定性优化 @sunsonliu(#1742)(
823279b) -
fix: #1722 优化装饰器的相关逻辑,优化异步粘贴回调的逻辑 @sunsonliu(#1727)(
1364a7d) -
fix: 修复纯预览demo报错 @sunsonliu(#1743)(
0cd1d0f)
💎 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.
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(defaulttrue) — render a connector arrow pointing at the data point.
Three new radial-gauge design knobs and a smoother needle update:
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.
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.
- Tooltip arrow is on by default (
tooltip.arrow: true). To restore the pre-5.13 look, settooltip.arrow: false. The arrow is auto-suppressed forfollowCursor,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, andxaxis.axisTicks.borderType. Fix by using one of the documented string values. Reading offopts.wmay also surface, since[key: string]: anywas removed from formatter option types.
v5.11.3
- 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
formatjs_cli_v1.1.7
- 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
# 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
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