-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from trash-and-fire/53-version-200
53 version 200
- Loading branch information
Showing
60 changed files
with
10,053 additions
and
640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
save-exact=true | ||
package-lock=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Svelte Lightweight Charts changelog | ||
|
||
## 2.0.0 | ||
|
||
This major release raises the required `lightweight-charts` package version to 4.0.0 providing support for new features from the package. | ||
|
||
Check out `lightweight-charts@4.0.0` [release notes](https://github.com/tradingview/lightweight-charts/releases/tag/v4.0.0) first. | ||
|
||
### Major updates | ||
|
||
- Compatibility with SvelteKit. The package comes as ESM compatible, which provides full support for modern tools and bundlers. | ||
|
||
### Breaking changes | ||
|
||
- ESM only (CJS support can be added on demand in the future). | ||
- Removed deprecated chart action exports: `chart`, `ChartActionParams` and default export. | ||
- `<[Type]Series>`: removed `scaleMargins` property instead use the same property on `<PriceScale>` component. | ||
- `<PriceLine>`: `price` is required property now. | ||
- `<PriceScale>`: `drawTicks` property is renamed to `ticksVisible`. | ||
|
||
### New features | ||
|
||
- `<AreaSeries>`: added `invertFilledArea` property which when set to true will invert the filled area (draw above the line instead of below it). | ||
- `<PriceScale>`: added `textColor` property. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.