Skip to content

Commit 92c2187

Browse files
committed
update release notes for v5.0.2
1 parent bcdb3e6 commit 92c2187

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

website/docs/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ toc_max_heading_level: 2
1616

1717
<!-- markdownlint-disable no-emphasis-as-heading -->
1818
<!-- ^ using emphasis as headings so we don't have duplicate headers -->
19+
## 5.0.2
20+
21+
**Bug Fixes**
22+
23+
- Fixed an issue where the crosshair marker would remain visible after the mouse pointer has left the chart. (PR [#1807](https://github.com/tradingview/lightweight-charts/issues/1807))
24+
25+
[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v5.0.1..v5.0.2).
26+
27+
---
28+
1929
## 5.0.0
2030

2131
Version 5.0.0 represents a significant milestone in the evolution of Lightweight Charts™, delivering on our commitment to keep the library truly "lightweight". Despite adding numerous new features, improvements, and fixes, we've managed to reduce the bundle size by up to 16%, bringing the base bundle size down to just 35kB. This remarkable reduction was achieved through enhanced tree-shaking capabilities, modernized architecture, and careful optimization of core features.

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"@types/react": "18.3",
2222
"cross-env": "7.0.3",
2323
"docusaurus-plugin-typedoc": "1.0.1",
24-
"lightweight-charts": "5.0.1",
24+
"lightweight-charts": "5.0.2",
2525
"lightweight-charts-3.8": "npm:lightweight-charts@~3.8.0",
2626
"lightweight-charts-4.0": "npm:lightweight-charts@~4.0.1",
2727
"lightweight-charts-4.1": "npm:lightweight-charts@~4.1.5",
2828
"lightweight-charts-4.2": "npm:lightweight-charts@~4.2.2",
29-
"lightweight-charts-5.0": "npm:[email protected].1",
29+
"lightweight-charts-5.0": "npm:[email protected].2",
3030
"lightweight-charts-local": "file:..",
3131
"prism-react-renderer": "2.4.1",
3232
"raw-loader": "4.0.2",

website/versioned_docs/version-5.0/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ toc_max_heading_level: 2
1616

1717
<!-- markdownlint-disable no-emphasis-as-heading -->
1818
<!-- ^ using emphasis as headings so we don't have duplicate headers -->
19+
## 5.0.2
20+
21+
**Bug Fixes**
22+
23+
- Fixed an issue where the crosshair marker would remain visible after the mouse pointer has left the chart. (PR [#1807](https://github.com/tradingview/lightweight-charts/issues/1807))
24+
25+
[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v5.0.1..v5.0.2).
26+
27+
---
28+
1929
## 5.0.0
2030

2131
Version 5.0.0 represents a significant milestone in the evolution of Lightweight Charts™, delivering on our commitment to keep the library truly "lightweight". Despite adding numerous new features, improvements, and fixes, we've managed to reduce the bundle size by up to 16%, bringing the base bundle size down to just 35kB. This remarkable reduction was achieved through enhanced tree-shaking capabilities, modernized architecture, and careful optimization of core features.

0 commit comments

Comments
 (0)