-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge v5 into master for Version 5.0.0 Release #1788
Conversation
circle CI not building correctly before type-tests check Revert changes to circleci remove module setting for type-checks test try fix the circle-ci type-checks test
Option to show Logo attribution
* fix pane widget and separator feature previously implemented in 22c6b03 * Add prepare scripts to package.json * Add empty .npmignore This file is being used in conjunction with the `prepare` script. See this for details: yarnpkg/yarn#5235 (comment) * implement subscribePaneResize and unsubscribePaneResize * add ChartApi#removePane and ChartApi#swapPane, update Series#applyOptions for pane option * update .size-limit.js * Update package.json * Revert "implement subscribePaneResize and unsubscribePaneResize" This reverts commit 2194ebc * add ChartApi#getPaneElements() * fix pane widget and separator feature previously implemented in 22c6b03 * implement subscribePaneResize and unsubscribePaneResize * add ChartApi#removePane and ChartApi#swapPane, update Series#applyOptions for pane option * Revert "implement subscribePaneResize and unsubscribePaneResize" This reverts commit 2194ebc * add ChartApi#getPaneElements() * update .size-limit.js and linter errors * add paneIndex to MouseEventParams (click and crosshair event) * add nonPrimaryPriceScale to ChartOptions for non primary pane * fix: resize panes * fix: remove empty panes * fix: be able to move series to 0 index pane * fix: paneSize method receive paneIndex * chore: add method description * update size limit * add basic e2e tests * add coverage tests * add coverage test * add customisable options * improve coverage * add PaneApi * add paneApi coverage test * remove dedicated pane options * rename method * remove pane index mapping * remove paneIndex from series options * fix tests * fix line series * remove PaneInfo interface * remove paneIndex from Series * cleanup removePane and swapPane * fix crosshair horizontal line on all panes * fix prevent removing last pane * fix: remove non-primary price scale * cleanup * Pane separator & panes resize improvements * fix add jsdoc comment * fix: rename details to point * remove getPaneElements api * add CrosshairMarksPaneView per pane * cleanup tests * fix invalidation * fix CrosshairMarksPaneView order * add getSeriesByPane and getPaneBySeries apis * add series method to pane * update size limit * createSeries fix * add PaneApi getHTMLElement + change getSeriesByPane * rename method * add integration tests * fix: remove methods from ChartApi * Update src/api/iseries-api.ts Co-authored-by: Mark Silverwood <[email protected]> * Update src/model/chart-model.ts Co-authored-by: Mark Silverwood <[email protected]> * fixed code review suggestions * move method to private * Update src/api/ichart-api.ts Co-authored-by: Mark Silverwood <[email protected]> * fix paneIndex types * change iseries-api description * add how to guide * add sidebar page * add documentation links * fix multiple logos * add e2e tests * add docs suggestions * fix links * fix docs links * Update website/tutorials/how_to/panes.mdx Co-authored-by: Evgeniia Riazanova <[email protected]> * update docs * fix markdown formatting * add tm signs * fix typo * rename createPane method * make getOrCreatePane private * _getOrCreatePane refactoring * fix: series priceScaleId option * fix: add target blank to attr-logo * test: disable attribution logo on unrelated tests --------- Co-authored-by: Adrian Ng <[email protected]> Co-authored-by: Kirill Chetverikov <[email protected]> Co-authored-by: Mark Silverwood <[email protected]> Co-authored-by: Evgeniia Riazanova <[email protected]>
…x-support Enable device pixel content box support
Drop support for commonjs
Update typescript target
Co-authored-by: Anastasiia Chuprina <[email protected]>
Final Preparations for v5 release
size-limit report 📦
|
HI , when is it releasing , I am so eager |
'Soon...' but if you want to use it today then |
I am waiting for documentation for v5 ,, so I will wait .. hope its very "sooon.." |
…eading WRT-1308: Update price scale article
Overview
This PR merges the
v5
branch intomaster
in preparation for the official v5.0.0 release.It is expected that the following will be failing on the pipeline (currently comparing against v5-candidate branch):