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/lib/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Lightweight Charts React Wrapper changelog
2
2
3
+
## 2.1.0
4
+
5
+
Added support for some new `lightweight-charts@4.1.0` features:
6
+
- Implemented `<CustomSeries>` component.
7
+
- Implemented `<SeriesPrimitive>` component.
8
+
9
+
### Breaking changes
10
+
11
+
-`lightweight-charts` package breaks type backward compatibility. Typescript users should be prepared to work with new types and update the Lightweight Chart package to at least version 4.1.0.
12
+
3
13
## 2.0.0
4
14
5
15
In this major release, the required version of the Lightweight Charts package has been upgraded to 4.0.0 to support the package's new features.
0 commit comments