Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.10 #167

Merged
merged 13 commits into from
Mar 18, 2023
Merged

1.10 #167

merged 13 commits into from
Mar 18, 2023

Conversation

methnen
Copy link
Owner

@methnen methnen commented Mar 29, 2022

  • The default Chart.js theme now uses the default color pallette introduced in
    version 4.0.0
    • If you preferred the older colors they've been moved to the Chart.js v3 theme
  • Number formatting is now always handled by the native locale formating functionality in Chart.js
    • Fixes an issue where large numbers sometimes didn't display properly
  • Fixed an issue where some missing output sanitation could allow for some XSS injection in a chart
  • Fixed an issue where the correct library wasn't set when using multiple libraries
  • Fixed an issue where the object cache could result in some Chart.js plugins not loading
  • Fixed an issue where the port value wasn't being handled by the plugin_url method (@turicasturicas)
    • Fixed an issue where custom Chart.js animations could be overwritten (@fcFn)
  • Updated Chart.js to the latest stable version (4.2.1)
  • Updated chartjs-plugin-datalabels to the latest stable version (2.2.0)

#172
#169

methnen and others added 10 commits March 29, 2022 17:17
…iple libraries

* Fixed an issue where object caches could result in some Chart.js plugins not loading
* Fixed an issue where the port value wasn't being handled by the `plugin_url` method (@turicasturicas)
* The default Chart.js theme now uses the [default color pallette](https://www.chartjs.org/docs/latest/general/colors.html#default-color-palette) introduced in
version 4.0.0
	* If you preferred the older colors they've been moved to the Chart.js v3 theme
* Number formatting is now always handled by the native locale formating functionality in Chart.js
	* Fixes an issue where large numbers sometimes didn't display properly
* Fixed an issue where some missing output sanitation could allow for some [XSS](https://en.wikipedia.org/wiki/Cross-site_scripting) injection in a chart
	* Thank you to [Ngo Thien](https://twitter.com/thienbg93) for reporting this
* Fixed an issue where the correct library wasn't set when using multiple libraries
* Fixed an issue where the object cache could result in some Chart.js plugins not loading
* Fixed an issue where the port value wasn't being handled by the `plugin_url` method (@turicasturicas)
* Updated Chart.js to the latest stable version (4.2.1)
	* If you've customized some Chart.js behaviors note that version 4.x includes [a few breaking
changes](https://www.chartjs.org/docs/4.2.0/migration/v4-migration.html)
* Updated chartjs-plugin-datalabels to the latest stable version (2.2.0)
Fix custom Chart.js animation being overridden
@methnen methnen merged commit a794a33 into master Mar 18, 2023
@methnen methnen deleted the 1.10 branch March 13, 2024 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants