website/versioned_docs/version-3.8/release-notes.md
We're happy to announce the next release of Lightweight Charts™ library. This release includes many improvements and bug fixes (as usual), but we are thrilled to say that from this version the library has its own documentation website that replaces the documentation in the repository. Check it out and share your feedback in this discussion thread.
Enhancement
Fixed
Thanks to our contributors:
See issues assigned to this version's milestone or changes since the last published version.
Enhancement
Fixed
Thanks to our contributors:
See issues assigned to this version's milestone or changes since the last published version.
Fixed
LasPriceAnimationMode const enum (Last without t), which was fixed in this release. The incorrect name is still available to import and could be used in your code so no breaking change so far (see e5133cb0c50fc557182aba4011e170aaf30a5b1a)See changes since the last published version.
On this day 10 years ago, 10th September 2011, the very first version of the TradingView website was deployed. To celebrate 10th anniversary we're happy to announce the new version of lightweight-charts library v3.6.0 🎉🎉🎉
Enhancement
Fixed
Error: Value is null error while set the data is container has 0x0 size (see #821)Thanks to our contributors:
See issues assigned to this version's milestone or changes since the last published version.
A note about rendering order of series, which might be interpret as a bug or breaking change since this release
This is not really a breaking change, but might be interpret like that. In #794 we've fixed the wrong order of series, thus now all series will be displayed in opposite order (they will be displayed in order of creating now; previously they were displayed in reversed order).
To fix that, just change the order of creating the series (thus instead of create series A, then series B create series B first and then series A) - see #812.
Fixed
Thanks to our contributors:
See issues assigned to this version's milestone or changes since the last published version.
Enhancement
Fixed
to date of getVisibleRange contains partially visible data item and it's impossible to hover it (see #624)See issues assigned to this version's milestone or changes since the last published version.
Enhancement
setData (see #584)Fixed
Thanks to our contributors:
See issues assigned to this version's milestone or changes since the last published version.
Enhancement
Fixed
Infra and dev env
Thanks to our contributors:
See issues assigned to this version's milestone or changes since the last published version.
It's a just re-published accidentally published 3.1.4 version, which didn't actually fix the issue #536.
Version 3.1.4 has been deprecated.
Fixed
_internal_priceScale is not a function while getting series price scale (see #536)See issues assigned to this version's milestone or changes since the last published version.
Fixed
handleScroll and handleScale options aren't applied (see #527)See issues assigned to this version's milestone or changes since the last published version.
Fixed
See issues assigned to this version's milestone or changes since the last published version.
Fixed
See issues assigned to this version's milestone or changes since the last published version.
Enhancement
Fixed
ReferenceError (see #446)Undocumented breaking changes
We know that some of users probably used some hacky-workarounds calling internal methods to achieve multi-pane support. In this release, to reduce size of the bundle we dropped out a code for pane's separator (which allows to resize panes).
As soon this workaround is undocumented and we don't support this feature yet - we don't bump a major version. But we think it's better to let you know that it has been changed.
Development
Thanks to our contributors:
See issues assigned to this version's milestone or changes since the last published version.
Fixed
overlay: true in series options while create series to backward compat (see #475)See issues assigned to this version's milestone or changes since the last published version.
Breaking changes
We have some breaking changes since the latest version due some features and API improvements:
subscribeVisibleTimeRangeChange and unsubscribeVisibleTimeRangeChange has been moved from ChartApi to TimeScaleApiSee breaking changes doc with migration guide to migrate smoothly.
Enhancement
Added
Fixed
series.setMarkers requires at least one data point (see #372)Thanks to our contributors:
See issues assigned to this version's milestone or changes since the last published version.
Breaking changes
lineWidth property from HistogramStyleOptions interface (it affects nothing, but could break your compilation)width and height args in resize method (#157)Enhancement
Added
Fixed
fitContent (#345)Thanks to our contributors:
See issues assigned to this version’s milestone or changes since the last published version.
Fixed
Added
Fixed
lineType option does not work for area/line series (#220)See issues assigned to this version’s milestone or changes since the last published version.
Added
ts-transformer-minify-privates transformer (#98)Fixed
value is provided (#165)Thanks to our contributors:
See issues assigned to this version’s milestone or changes since the last published version.
Fixed
Fixed
The first release.
The docs for this version are available here.