Skip to content

Commit 1157acb

Browse files
committed
v5.0.3
1 parent a0d8774 commit 1157acb

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"name": "lightweight-charts",
55
"author": "TradingView, Inc.",
66
"license": "Apache-2.0",

website/docs/release-notes.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ 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.3
20+
21+
**Bug Fixes**
22+
23+
- Fixed an issue where changing the price scale for one pane would impact all panes in multi-pane setups. Added pane index parameter to the price scale API to ensure changes only affect the intended pane. (PR [#1821](https://github.com/tradingview/lightweight-charts/pull/1821), fixes [#1817](https://github.com/tradingview/lightweight-charts/issues/1817))
24+
- Fixed an issue where a cursorStyle defined in a primitive hit-test wouldn't be applied. Additionally improved cursor style handling to maintain the correct cursor when the mouse remains in the same position while price/time scales are adjusted. (PR [#1823](https://github.com/tradingview/lightweight-charts/pull/1823))
25+
26+
[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v5.0.2..v5.0.3).
27+
1928
## 5.0.2
2029

2130
**Bug Fixes**

website/package.json

+2-2
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.2",
24+
"lightweight-charts": "5.0.3",
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].2",
29+
"lightweight-charts-5.0": "npm:[email protected].3",
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

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ 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.3
20+
21+
**Bug Fixes**
22+
23+
- Fixed an issue where changing the price scale for one pane would impact all panes in multi-pane setups. Added pane index parameter to the price scale API to ensure changes only affect the intended pane. (PR [#1821](https://github.com/tradingview/lightweight-charts/pull/1821), fixes [#1817](https://github.com/tradingview/lightweight-charts/issues/1817))
24+
- Fixed an issue where a cursorStyle defined in a primitive hit-test wouldn't be applied. Additionally improved cursor style handling to maintain the correct cursor when the mouse remains in the same position while price/time scales are adjusted. (PR [#1823](https://github.com/tradingview/lightweight-charts/pull/1823))
25+
26+
[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v5.0.2..v5.0.3).
27+
1928
## 5.0.2
2029

2130
**Bug Fixes**

0 commit comments

Comments
 (0)