From 51ba24010d535bd43f4c9836e2c296def086a528 Mon Sep 17 00:00:00 2001 From: Mark Silverwood <3482679+SlicedSilver@users.noreply.github.com> Date: Thu, 23 Jan 2025 18:54:37 +0000 Subject: [PATCH] add v4.2.3 release notes --- website/docs/release-notes.md | 12 ++++++++++++ website/versioned_docs/version-4.2/release-notes.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/website/docs/release-notes.md b/website/docs/release-notes.md index b9b1e6937d..f58884dcfe 100644 --- a/website/docs/release-notes.md +++ b/website/docs/release-notes.md @@ -14,6 +14,18 @@ sidebar_position: 8 +## 4.2.3 + +**Minor Improvements** + +- Improve check for crosshair label visibility on the price scale. This improves upon previous work (#1743 in v4.2.2) by reducing the allocated space for the crosshair when it is enabled, but the label is disabled. (PR [#1757](https://github.com/tradingview/lightweight-charts/issues/1757)) + +**Bug Fixes** + +- Added additional prototype pollution protection for internal merge helper function. (PR [#1758](https://github.com/tradingview/lightweight-charts/issues/1758)) + +[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v4.2.2..v4.2.3). + ## 4.2.2 **Minor Improvements** diff --git a/website/versioned_docs/version-4.2/release-notes.md b/website/versioned_docs/version-4.2/release-notes.md index b9b1e6937d..f58884dcfe 100644 --- a/website/versioned_docs/version-4.2/release-notes.md +++ b/website/versioned_docs/version-4.2/release-notes.md @@ -14,6 +14,18 @@ sidebar_position: 8 +## 4.2.3 + +**Minor Improvements** + +- Improve check for crosshair label visibility on the price scale. This improves upon previous work (#1743 in v4.2.2) by reducing the allocated space for the crosshair when it is enabled, but the label is disabled. (PR [#1757](https://github.com/tradingview/lightweight-charts/issues/1757)) + +**Bug Fixes** + +- Added additional prototype pollution protection for internal merge helper function. (PR [#1758](https://github.com/tradingview/lightweight-charts/issues/1758)) + +[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v4.2.2..v4.2.3). + ## 4.2.2 **Minor Improvements**