Skip to content

Commit

Permalink
update release notes for v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Dec 6, 2024
1 parent ad7c919 commit 2233a78
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions website/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ sidebar_position: 8

<!-- markdownlint-disable no-emphasis-as-heading -->
<!-- ^ using emphasis as headings so we don't have duplicate headers -->
## 4.2.2

**Minor Improvements**

- Improved price scale width calculation by not allocating space for crosshair labels when the crosshair is disabled. (PR [#1743](https://github.com/tradingview/lightweight-charts/issues/1743))

**Bug Fixes**

- Fixed calculations for `fixLeftEdge` and `fixRightEdge` on the first render when both are true and data is added to an initially empty chart. Fixes issue [#1356](https://github.com/tradingview/lightweight-charts/issues/1356). (PR [#1741](https://github.com/tradingview/lightweight-charts/issues/1741))

[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v4.2.1..v4.2.2).

## 4.2.1

**Bug Fixes**
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@types/react": "^17.0",
"cross-env": "~7.0.3",
"docusaurus-plugin-typedoc": "0.18.0",
"lightweight-charts": "~4.2.1",
"lightweight-charts": "~4.2.2",
"lightweight-charts-local": "file:..",
"lightweight-charts-3.8": "npm:lightweight-charts@~3.8.0",
"lightweight-charts-4.0": "npm:lightweight-charts@~4.0.1",
"lightweight-charts-4.1": "npm:lightweight-charts@~4.1.7",
"lightweight-charts-4.2": "npm:lightweight-charts@~4.2.1",
"lightweight-charts-4.2": "npm:lightweight-charts@~4.2.2",
"prism-react-renderer": "~1.3.5",
"raw-loader": "~4.0.2",
"react": "^17.0",
Expand Down
12 changes: 12 additions & 0 deletions website/versioned_docs/version-4.2/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ sidebar_position: 8

<!-- markdownlint-disable no-emphasis-as-heading -->
<!-- ^ using emphasis as headings so we don't have duplicate headers -->
## 4.2.2

**Minor Improvements**

- Improved price scale width calculation by not allocating space for crosshair labels when the crosshair is disabled. (PR [#1743](https://github.com/tradingview/lightweight-charts/issues/1743))

**Bug Fixes**

- Fixed calculations for `fixLeftEdge` and `fixRightEdge` on the first render when both are true and data is added to an initially empty chart. Fixes issue [#1356](https://github.com/tradingview/lightweight-charts/issues/1356). (PR [#1741](https://github.com/tradingview/lightweight-charts/issues/1741))

[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v4.2.1..v4.2.2).

## 4.2.1

**Bug Fixes**
Expand Down

0 comments on commit 2233a78

Please sign in to comment.