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: website/docs/release-notes.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,17 @@ toc_max_heading_level: 2
20
20
21
21
Unreleased
22
22
23
-
## 5.0.5
23
+
## 5.0.6
24
24
25
25
-->
26
+
## 5.0.5
27
+
28
+
**Bug Fixes**
29
+
30
+
- Fixed an issue where the series marker plugin could throw an exception if the series data required for individual markers could not be found (such as when the data is cleared or changed via setData on the series). (PR [#1845](https://github.com/tradingview/lightweight-charts/pull/1845))
31
+
32
+
[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v5.0.4..v5.0.5).
<!-- ^ using emphasis as headings so we don't have duplicate headers -->
19
+
## 5.0.5
20
+
21
+
**Bug Fixes**
22
+
23
+
- Fixed an issue where the series marker plugin could throw an exception if the series data required for individual markers could not be found (such as when the data is cleared or changed via setData on the series). (PR [#1845](https://github.com/tradingview/lightweight-charts/pull/1845))
24
+
25
+
[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v5.0.4..v5.0.5).
0 commit comments