chartjs / chartjs-plugin-deferred

Chart.js plugin to defer initial chart updates
https://chartjs-plugin-deferred.netlify.app/
MIT License
109 stars 21 forks source link

bump version to 2.0.0 #29

Closed LeeLenaleee closed 2 years ago

LeeLenaleee commented 2 years ago

@simonbrunel it has been 2,5 month since the beta was released and there are no issues send in about it, can we start moving to releasing a stable V2 version?

simonbrunel commented 2 years ago

@LeeLenaleee Agreed, but since there is nothing new to test, I would directly release 2.0.0.

Can you also update getting-started.md > Installation > CDN with version 2:

https://cdn.jsdelivr.net/npm/chartjs-plugin-deferred@2.0.0    // exact version
https://cdn.jsdelivr.net/npm/chartjs-plugin-deferred@2        // latest 2.x.x
simonbrunel commented 2 years ago

Version 2.0.0 released 🚀

Thanks @LeeLenaleee