From 0f7343e7934a063238c61a67ca9926248f7f1fbd Mon Sep 17 00:00:00 2001 From: Mark Silverwood <3482679+SlicedSilver@users.noreply.github.com> Date: Wed, 8 May 2024 17:34:16 +0100 Subject: [PATCH] add v4.1.4 release notes to documentation site --- website/docs/release-notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/docs/release-notes.md b/website/docs/release-notes.md index 98f4375bce..e6d2273f99 100644 --- a/website/docs/release-notes.md +++ b/website/docs/release-notes.md @@ -14,6 +14,17 @@ sidebar_position: 8 +## 4.1.4 + +**Bug Fixes** + +- Fixed hoveredSeries being undefined during series removal and creation. (PR [#1529](https://github.com/tradingview/lightweight-charts/pull/1529), fixes [#1406](https://github.com/tradingview/lightweight-charts/pull/1406), fixes [#1499](https://github.com/tradingview/lightweight-charts/pull/1499)) +- Fixed price label rendering artefact. (PR [#1585](https://github.com/tradingview/lightweight-charts/pull/1585), fixes [#1584](https://github.com/tradingview/lightweight-charts/pull/1584)) +- Fixed an issue that prevented primitives with `zOrder` set to `top` from drawing above the last price animation. (PR [#1576](https://github.com/tradingview/lightweight-charts/pull/1576)) +- Fixed possible ReDos. (PR [#1536](https://github.com/tradingview/lightweight-charts/pull/1536)) +- Fixed marker positioning, which could cause a space between histogram and bottom of the chart. (PR [#1538](https://github.com/tradingview/lightweight-charts/pull/1538) & [#1539](https://github.com/tradingview/lightweight-charts/pull/1539), fixes [#1382](https://github.com/tradingview/lightweight-charts/pull/1382)) + +[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v4.1.3..v4.1.4). ## 4.1.3