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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,19 @@ 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.3.6] - 2023-02-27
9
+
10
+
### Added
11
+
- New `cors` setting for `Picture` (defaults to `"anonymous"`).
12
+
-`beginPath` method added to `CanvasGraphics`.
13
+
14
+
### Fixed
15
+
- Theme states no longer override user states.
16
+
- In some specific cases with stacked axes series position could be shifted up.
17
+
- In some specific cases a hairline of a column of a `ColumnSeries` could remain visible on the plot area even if the whole column was out of visible axis bounds.
18
+
- A `ghostLabel` was causing some interfering issues with interactive labels of an axis.
* Width in pixels between grid lines (read-only). It might not be exact, as DateAxis can have grids at irregular intervals. Could be used to detect when size changes and to adjust labels for them not to overlap.
195
-
*/
196
-
cellWidth?:number;
194
+
* Width in pixels between grid lines (read-only). It might not be exact, as DateAxis can have grids at irregular intervals. Could be used to detect when size changes and to adjust labels for them not to overlap.
0 commit comments