|
1 | 1 | # 📠 Change Log |
2 | 2 |
|
| 3 | +## 10.0.2 |
| 4 | +`2026-08-06` |
| 5 | ++ 💄 Optimize path figure parsing and caching to reduce the overhead of repeatedly parsing SVG paths. [@NemeZZiZZ](https://github.com/NemeZZiZZ) [@liihuu](https://github.com/liihuu) |
| 6 | ++ 💄 Optimize value lookup performance for simple fields during formatting. [@NemeZZiZZ](https://github.com/NemeZZiZZ) |
| 7 | ++ 🐞 Fix an incorrect middle-price formula in the built-in `CR` indicator. [@NemeZZiZZ](https://github.com/NemeZZiZZ) |
| 8 | ++ 🐞 Fix the lookback period and moving average start position in the built-in `ROC` indicator. [@NemeZZiZZ](https://github.com/NemeZZiZZ) |
| 9 | ++ 🐞 Fix the built-in `SAR` indicator resetting its acceleration factor incorrectly on a downtrend-to-uptrend reversal. [@NemeZZiZZ](https://github.com/NemeZZiZZ) |
| 10 | ++ 🐞 Fix `formatBigNumber` incorrectly formatting negative values and exact magnitude boundaries. [@NemeZZiZZ](https://github.com/NemeZZiZZ) |
| 11 | ++ 🐞 Fix the percentage y-axis potentially producing `NaN` for flat data or a zero base price. [@NemeZZiZZ](https://github.com/NemeZZiZZ) |
| 12 | ++ 🐞 Fix dragging an overlay control point potentially replacing a valid timestamp with an invalid value. [@NemeZZiZZ](https://github.com/NemeZZiZZ) |
| 13 | ++ 🐞 Fix y-axis tick label collision detection incorrectly using the x-axis text size. [@NemeZZiZZ](https://github.com/NemeZZiZZ) |
| 14 | ++ 🐞 Fix repeated `init` calls failing to identify a chart already initialized on the same container. [@NemeZZiZZ](https://github.com/NemeZZiZZ) |
| 15 | ++ 🐞 Fix the horizontal position of crosshair path features not accounting for padding. [@liihuu](https://github.com/liihuu) |
| 16 | + |
| 17 | + |
3 | 18 | ## 10.0.1 |
4 | 19 | `2026-08-01` |
5 | | -+ 💄 Improve mobile inertial scrolling for smoother and more consistent animations. |
6 | | -+ 💄 Improve mobile touch handling to prevent page scrolling and browser navigation gestures while dragging the chart. |
7 | | -+ 💄 Improve the state and lifecycle management of area chart ripple animations. |
8 | | -+ 💄 Improve Canvas rendering scheduling, resizing, and device pixel ratio handling. |
9 | | -+ 🐞 Fix an incorrect formula in the built-in `PVT` indicator. |
10 | | -+ 🐞 Fix `rgbToHex` incorrectly using the red channel value when converting the green and blue channels. |
11 | | -+ 🐞 Fix regular expression errors in `hsla` color validation and transparent color detection. |
12 | | -+ 🐞 Fix declaration file builds failing in some environments. |
| 20 | ++ 💄 Improve mobile inertial scrolling for smoother and more consistent animations. [@liihuu](https://github.com/liihuu) |
| 21 | ++ 💄 Improve mobile touch handling to prevent page scrolling and browser navigation gestures while dragging the chart. [@liihuu](https://github.com/liihuu) |
| 22 | ++ 💄 Improve the state and lifecycle management of area chart ripple animations. [@liihuu](https://github.com/liihuu) |
| 23 | ++ 💄 Improve Canvas rendering scheduling, resizing, and device pixel ratio handling. [@liihuu](https://github.com/liihuu) |
| 24 | ++ 🐞 Fix an incorrect formula in the built-in `PVT` indicator. [@snoofox](https://github.com/snoofox) |
| 25 | ++ 🐞 Fix `rgbToHex` incorrectly using the red channel value when converting the green and blue channels. [@0-v-0](https://github.com/0-v-0) |
| 26 | ++ 🐞 Fix regular expression errors in `hsla` color validation and transparent color detection. [@0-v-0](https://github.com/0-v-0) |
| 27 | ++ 🐞 Fix declaration file builds failing in some environments. [@asfand987](https://github.com/asfand987) |
13 | 28 |
|
14 | 29 |
|
15 | 30 | ## 10.0.0 |
|
0 commit comments