Skip to content

Commit

Permalink
v4.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Feb 6, 2024
1 parent 32be070 commit d250bd3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "4.2.0",
"version": "4.1.3",
"name": "lightweight-charts",
"author": "TradingView, Inc.",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions website/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ sidebar_position: 8
<!-- markdownlint-disable no-emphasis-as-heading -->
<!-- ^ using emphasis as headings so we don't have duplicate headers -->

## 4.1.3

**Minor Improvements**

- Added option to disable bold labels in the time scale. (PR [#1510](https://github.com/tradingview/lightweight-charts/pull/1510))

**Bug Fixes**

- Fixed sub-pixel horizontal alignment of the crosshair marker and series markers. (PR [#1505](https://github.com/tradingview/lightweight-charts/pull/1505), fixes [#1504](https://github.com/tradingview/lightweight-charts/issues/1504))

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

## 4.1.2

**Bug Fixes**
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"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.2",
"lightweight-charts-4.1": "npm:lightweight-charts@~4.1.3",
"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.1/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ sidebar_position: 8
<!-- markdownlint-disable no-emphasis-as-heading -->
<!-- ^ using emphasis as headings so we don't have duplicate headers -->

## 4.1.3

**Minor Improvements**

- Added option to disable bold labels in the time scale. (PR [#1510](https://github.com/tradingview/lightweight-charts/pull/1510))

**Bug Fixes**

- Fixed sub-pixel horizontal alignment of the crosshair marker and series markers. (PR [#1505](https://github.com/tradingview/lightweight-charts/pull/1505), fixes [#1504](https://github.com/tradingview/lightweight-charts/issues/1504))

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

## 4.1.2

**Bug Fixes**
Expand Down

0 comments on commit d250bd3

Please sign in to comment.