CHANGELOG.md
April 5, 2021 ยท View on GitHub
1.1.0 (2021-04-05)
- Added
loadingoption - Prefer
emptyovermessages: {empty: ...}
1.0.0 (2021-02-15)
- Added support for Vue 3
- Removed support for Vue 2
- Removed Chartkick.js from the no packager manager install
- Removed reactivity hack
- Removed dependencies
0.6.1 (2020-07-23)
- Added
codeoption - Updated Chartkick.js to 3.2.1
0.6.0 (2019-11-09)
- Updated Chartkick.js to 3.2.0
0.5.3 (2019-10-27)
- Updated Chartkick.js to 3.1.3
0.5.2 (2019-07-15)
- Updated Chartkick.js to 3.1.1
0.5.1 (2019-05-26)
- Added
usefunction - Added
adapteroption - Added
xminandxmaxoptions - Updated Chartkick.js to 3.1.0
0.5.0 (2018-08-08)
- Updated Chartkick.js to 3.0.0
- Removed
xtypeoption
0.4.0 (2018-06-18)
- Added
datasetoption - Fixed prop reactivity for nested objects
- Show loading when data is null
0.3.3 (2018-05-31)
- Fixed error with chart destroy
0.3.2 (2018-05-30)
- Fixed unnecessary re-renders for literal props
- Destroy chart when component is destroyed
0.3.1 (2018-04-09)
- Fixed error when no options passed
0.3.0 (2018-03-26)
- Moved
chartkickto a dependency from a peer dependency - Added
addAdapterfunction - goodbyewindow
0.2.2 (2018-03-25)
- Add module build
0.2.1 (2018-02-22)
- Added support for runtime-only
- Added
prefix,suffix,thousands,decimal, andmessagesoptions
0.2.0 (2017-04-16)
- Changed to Vue plugin
- Use
updateDatato refresh charts
0.1.3 (2016-12-05)
- Added
curve,legend, andtitleoptions
0.1.2 (2016-12-03)
- Added
download,refresh, anddonutoptions
0.1.1 (2016-10-31)
- Update chart when props change
- Fixed options
0.1.0 (2016-10-30)
- First release