You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/shared/CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
5
Please note, that this project, while following numbering syntax, it DOES NOT
6
6
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
7
7
8
+
## [5.13.0] - 2025-06-05
9
+
10
+
### Added
11
+
-`exactLocationX` and `exactLocationY` added to `XYSeries`. If this is set to `true`, data items will ignore `locationX`/`locationY` setting but will place the data point at exact X/Y value. This will work only with `DateAxis`. If used on a `ColumnSeries`/`CandlestickSeries` it will affect its bullets only.
12
+
-`autoHidePanelControls` added to `StockChart`.
13
+
-`containStroke` added to `Rectangle`. If this is set to `true`, rectangle will be drawn in such a way that its stroke is contained within the rectangle's width and height. Useful if you have thicker `strokeWidth` for `ColumnSeries`.
14
+
- Super Trend indicator added to `StockChart`.
15
+
-`getFillGradientFromSprite` setting added to `Tooltip` (default: `false`).
16
+
17
+
### Fixed
18
+
- Fixed unserialized drawings like doodles looking jagged (setitng `exactLocationX` to `true` by default on all drawings).
19
+
- Improved step calculation on a logarithmic `ValueAxis`.
20
+
-`Treemap` was not showing pointer cursor on active nodes.
21
+
-`IndicatorControl` no longer will insert a custom indicator created in its callback into `StockChart`'s indicator list if it was already inserted in the callback.
22
+
23
+
8
24
## [5.12.3] - 2025-05-30
9
25
10
26
### Added
@@ -46,7 +62,6 @@ adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
46
62
-`"drawingsupdated"` event of `StockChart` was being dispatched when drawing was selected. (wasn't exactly fixed in `5.11.3`)
0 commit comments