@363045841yyt/klinechart 0.5.2 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
+ A lightweight financial charting library with first-class AI Agent support, crisp ResizeObserver-driven rendering, and plugin-based architecture.
1
2
  <div align="center">
2
3
 
3
- A lightweight financial charting library with first-class AI Agent support, crisp ResizeObserver-driven rendering, and plugin-based architecture.
4
-
5
4
  English | [简体中文](README_CN.md)
6
5
 
7
6
  # 📈 KLineChartQuant
@@ -132,6 +131,7 @@ const config: SemanticChartConfig = {
132
131
 
133
132
  ## 🚀 What's New
134
133
 
134
+ - **v0.5.4** Fixed idle redraw loops to reduce sustained GPU usage after viewport, resize, and DPR sync
135
135
  - **v0.5.2** Advanced drawing tools: parallel channel, regression channel, smooth top/bottom, and non-intersecting channel
136
136
  - **v0.5.0** Complete drawing tool system, supporting line, rectangle, text drawing and style editing
137
137
  - **v0.4** Modern UI, left toolbar, right axis optimization, TradingView-style zoom feel