File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
### [ @coreui/react-chartjs ] ( https://coreui.io/ ) changelog
2
2
3
+ ##### ` 1.1.0 `
4
+ - chore: update to React 17
5
+ - fix(typings): add ChartDataSets, ChartOptions - closes #1
6
+
7
+ ##### ` 1.0.1 `
8
+ - chore: fix typings, add typings to "files" in package.json
9
+
3
10
##### ` 1.0.0-alpha.4 `
4
11
BREAKING CHANGE:
5
12
- ` <CCharts> ` component has been deprecated and will be removed in v1.0.0
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ npm package] [ npm-badge ]] [ npm ]
4
4
[ ![ NPM downloads] [ npm-download ]] [ npm ]
5
+ ![ react] ( https://img.shields.io/badge/react-^17.0.1-lightgrey.svg?style=flat-square&logo=react )
5
6
6
7
[ npm-badge ] : https://img.shields.io/npm/v/@coreui/react-chartjs/latest?style=flat-square
7
8
[ npm ] : https://www.npmjs.com/package/@coreui/react-chartjs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react-chartjs" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " CoreUI React component wrapper for chart.js" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://coreui.io" ,
You can’t perform that action at this time.
0 commit comments