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
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.11.0] - 2025-02-03
9
+
10
+
### Added
11
+
- New `Root` property: `entitiesById`. Contains all Entities belonging to this `Root` instance that have an `id` set.
12
+
13
+
### Changed
14
+
- From now on, unique `id` for Entities will be enforced within Root scope, not global scope.
15
+
-`StockChart`'s indicators had axes tooltips and cursor horizontal line hardcoded with `forceHidden: true`. It was moved to a default theme, so now you can enable them using custom theme.
16
+
17
+
### Fixed
18
+
- Overlapping interactive elements were ignoring `layer` setting.
19
+
- Improved handling of focusing of Series' elements.
20
+
-`toggleDrawing` of `StockChart` was not hiding/showing grips if called from outside until hovered over the chart.
21
+
- Changing stroke/fill drawing setting in `StockChart` drawing toolbar would update colors for existing Fibonacci drawings.
0 commit comments