Skip to content

Releases: trash-and-fire/lightweight-charts-react-wrapper

2.1.1

11 May 11:42
7f1d72a
Compare
Choose a tag to compare
  • rightOffset is only applied to TimeScale if it has changed.

2.1.0

30 Oct 23:45
910ef6a
Compare
Choose a tag to compare

Added support for some new lightweight-charts@4.1.0 features:

  • Implemented <CustomSeries> component.
  • Implemented <SeriesPrimitive> component.

Breaking changes

  • lightweight-charts package breaks type backward compatibility. Typescript users should be prepared to work with new types and update the Lightweight Chart package to at least version 4.1.0.

2.0.0

07 Jun 01:12
492e04e
Compare
Choose a tag to compare

In this major release, the required version of the Lightweight Charts package has been upgraded to 4.0.0 to support the package's new features.

Check out lightweight-charts@4.0.0 release notes first.

Breaking changes

  • ESM only (CJS support can be added on demand in the future).
  • Properties that were renamed or removed in lightweight-charts@4.0.0 were also renamed or removed in wrappers.

New features

  • Added markers property to <[Type]Series> components.
  • Supported autoSize option on <Chart> component.
  • Reduced layout shift on SSR. The chart component will reserve the specified width and height if the chart is not auto-sized.

New lightweight-charts@4.0.0 features are also available without being explicitly mentioned in this changelog.

1.3.3

30 May 20:06
Compare
Choose a tag to compare
  • Reverted defaults restoration to fix a bug with scale components (#9)

1.3.2

31 May 23:30
Compare
Choose a tag to compare
  • Fix shorthand default property values (6aab7fc)
  • Fix error in dev mode for price lines (93cabd3)

1.3.1

31 May 21:28
Compare
Choose a tag to compare
  • Fix candlestick options merging. (501c1b8)

1.3.0

31 May 18:59
Compare
Choose a tag to compare
  • Apply the default settings of lightweight charts when a property is missing (#1, #2)

1.2.0

21 May 00:25
Compare
Choose a tag to compare
  • Add missing react peer dependency

1.1.2

21 May 00:18
Compare
Choose a tag to compare
  • Add missing peer dependency tslib
  • Add module field

1.1.1

21 May 00:08
Compare
Choose a tag to compare

Initial release