Releases: deriv-com/SmartCharts
Releases · deriv-com/SmartCharts
v2.1.13
v2.1.12
v2.1.11
v2.1.10
production_V20200721_0
Merge pull request #1074 from shayan-binary-2/rebuild-bug-indicator-h…
test new infra
Merge pull request #1024 from Mahboobeh-binary/patch-1 remove empty line at the end of the file
v0.3.5
Bug fixes:
- Chart crashes in Australia (#604, #602)
- Console error
each child in an array or iterator should have a unique "key" prop
(#613)
What's New
- Detailed loading screen (https://trello.com/c/c0WX58TF/25-detailed-loading-screen)
Developer Notes
- Update ChartIQ to v6.2.3 (#610)
v0.3.4
v0.3.4
Bug fixes:
- Crosshair tooltip is missing (#596)
What's New
- Table chart type (#589)
- Translations are now loaded on demand. This shrinks SmartCharts library by 18% - 424Kb to 346Kb (#590)
- Improve scrollbar performance (#572)
Developer Notes
- Update SmartCharts to be compatible with
ticks_history
API change (#595)
v0.3.3
Bug fixes:
- bug fix: marker does not render is it is initially placed in future date (281bcd5)
What's New
- Dynamically set
endEpoch
; will trigger streaming ifendEpoch
isundefined
(#587)
Developer Notes
- Keyboard presses to navigate the chart has been temporarily disabled to prevent it from interfering with elements outside the chart (#588)
v0.3.2
Bug fixes:
- Pagination should not happen beyond
endEpoch
prop (#578) - After buying several contract, visit the portfolio page, and you will get
Cannot read property 'offPagination' of null error
- Keep buying several contracts continuously, this error appeared on trade page with various console error showing in the log
Cannot Read property 'DT' of undefined
(#577) - At specific times, SmartCharts spams the backend with
trading_times
requests until the rate limit stops it (#575)