forked from bitfinexcom/bfx-hf-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
26 lines (21 loc) · 816 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 1.0.5
- fix: add missing babel-eslint dep needed for external builds to succeed
- meta: bump react-scripts
# 1.0.4
- fix: transform commonjs modules in babel config
# 1.0.3
- feature: add ability to insert extra header components to left/right
# 1.0.2
- refactor: move OHLC label onto crosshair canvas
- refactor: convert timeframe menu to dropdown
# 1.0.1
- fix: topbar fullscreen icon margin with no indicators dropdown
- fix: LoadingBeeSpinner react attr naming
- fix: crosshair rendering with no candles in view
- fix: use CONFIG map for settings, don't extract
- fix: use correct width for X axis line rendering
- feature: allow disabling indicator dropdown
- refactor: increase font sizes in top/toolbars
- refactor: extract loading spinner render threshold for small datasets
# 1.0.0
- initial release