Releases: kantord/just-dashboard
Releases · kantord/just-dashboard
v0.10.0
0.10.0 (2018-03-24)
Features
- Add 'file_loader' option to json parser (c51c5a9)
- Handle file:// syntax in yaml parser (f21dcbc)
- Provide 'file_loader' to components through args (57b000b)
- base_component: Use 'file_loader' to load data (31490d7)
v0.9.0
0.9.0 (2018-03-14)
Features
- Added horizontal bar chart (c7a5c70)
v0.8.0
0.8.0 (2018-03-13)
Bug Fixes
- yaml format: Fix parsing dropdowns where the variable name is 'chart' (14ec305)
Features
- yaml format: Allow using variables as chart type (cf0cb2a)
- yaml format: Use 'plot', 'diagram' and 'graph' as synonyms of 'chart' (b157192)
v0.7.0
0.7.0 (2018-03-13)
Features
- component/chart: Added 'stacked' arg (342a726)
v0.6.0
0.6.0 (2018-03-12)
Features
v0.5.4
0.5.4 (2018-03-12)
Bug Fixes
- Added
npm run build
to .travis.yml (3eaa4f0)
v0.5.3
0.5.3 (2018-03-12)
Bug Fixes
- Added dist/manual_test.html (57177a6)
- Change lib/ to dist/ in tests (84e47ba)
- Fixed output path in webpack config (78c1982)
v0.5.2
0.5.2 (2018-03-09)
Bug Fixes
- components/base_component: Components without an init() function are not renderable (3785f00)
- components/Chart: Charts are not updateable (497e9ef)