Skip to content

Commit 63ce2ad

Browse files
committed
add release notes for v5.0.7
1 parent fb59487 commit 63ce2ad

File tree

6 files changed

+25
-7
lines changed

6 files changed

+25
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"name": "lightweight-charts",
55
"author": "TradingView, Inc.",
66
"license": "Apache-2.0",

plugin-examples/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/release-notes.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,18 @@ toc_max_heading_level: 2
2020
2121
Unreleased
2222
23-
## 5.0.7
23+
## 5.0.8
2424
2525
-->
26+
## 5.0.7
27+
28+
**Enhancements**
29+
30+
- Added price scale visible range control with new methods in `IPriceScaleApi`: `setVisibleRange(range)`, `getVisibleRange()`, and `setAutoScale(on)`. These methods allow for programmatic control of the visible price range on a price scale. Also added `ensureEdgeTickMarksVisible` option to `PriceScaleOptions`, which ensures tick marks are always visible at the very top and bottom of the price scale, providing clear boundary indicators. These features are particularly useful for charts with zooming and panning disabled that are primarily for display purposes. (PR [#1856](https://github.com/tradingview/lightweight-charts/pull/1856))
31+
- Added control over the rendering stacking order of series markers through a new `zOrder` option in the series markers plugin. This enhancement provides greater flexibility in controlling marker visibility and layering in complex charts. (PR [#1876](https://github.com/tradingview/lightweight-charts/pull/1876)).
32+
33+
[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v5.0.6..v5.0.7).
34+
2635
## 5.0.6
2736

2837
**Enhancements**

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@types/react": "18.3",
2121
"cross-env": "7.0.3",
2222
"docusaurus-plugin-typedoc": "1.0.1",
23-
"lightweight-charts": "5.0.6",
23+
"lightweight-charts": "5.0.7",
2424
"lightweight-charts-3.8": "npm:lightweight-charts@~3.8.0",
2525
"lightweight-charts-4.0": "npm:lightweight-charts@~4.0.1",
2626
"lightweight-charts-4.1": "npm:lightweight-charts@~4.1.5",
2727
"lightweight-charts-4.2": "npm:lightweight-charts@~4.2.2",
28-
"lightweight-charts-5.0": "npm:lightweight-charts@5.0.6",
28+
"lightweight-charts-5.0": "npm:lightweight-charts@5.0.7",
2929
"lightweight-charts-local": "file:..",
3030
"prism-react-renderer": "2.4.1",
3131
"raw-loader": "4.0.2",

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

Lines changed: 9 additions & 0 deletions
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.7
20+
21+
**Enhancements**
22+
23+
- Added price scale visible range control with new methods in `IPriceScaleApi`: `setVisibleRange(range)`, `getVisibleRange()`, and `setAutoScale(on)`. These methods allow for programmatic control of the visible price range on a price scale. Also added `ensureEdgeTickMarksVisible` option to `PriceScaleOptions`, which ensures tick marks are always visible at the very top and bottom of the price scale, providing clear boundary indicators. These features are particularly useful for charts with zooming and panning disabled that are primarily for display purposes. (PR [#1856](https://github.com/tradingview/lightweight-charts/pull/1856))
24+
- Added control over the rendering stacking order of series markers through a new `zOrder` option in the series markers plugin. This enhancement provides greater flexibility in controlling marker visibility and layering in complex charts. (PR [#1876](https://github.com/tradingview/lightweight-charts/pull/1876)).
25+
26+
[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v5.0.6..v5.0.7).
27+
1928
## 5.0.6
2029

2130
**Enhancements**

0 commit comments

Comments
 (0)