rc-chartjs icon indicating copy to clipboard operation
rc-chartjs copied to clipboard

Update chart.js to version 2.1.5 πŸš€

Open greenkeeperio-bot opened this issue 8 years ago β€’ 0 comments

Hello lovely humans,

chart.js just published its new version 2.1.5.

State Update :rocket:
Dependency chart.js
New version 2.1.5
Type devDependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of chart.js. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project :sparkles:

You rock!

:palm_tree:


GitHub Release

Enhancements

  • Converted legend and title blocks to use plugin system. This means that builds without these could be made
  • Allow disabling lines on a per dataset. Use showLine property in the dataset. #2580
  • Added a new tooltip callback to all customizing the colors shown. Modify the labelColor callback in the tooltip to change the colors. #2657
  • Added a way to sort tooltip items using a callback. #2661
  • Added new plugin callbacks for: resize, beforeDatasetsDraw, afterDatasetsDraw, 'beforeDatasetsUpdate, and 'afterDatasetsUpdate.
  • Plugins can now return false to cancel actions. Currently only the beforeDatasetsUpdate plugin call supports this.
  • Added a config callback onResize that runs when the chart resizes.
  • The on canvas legend can now be placed on the left or the right. Simply add position: 'right' to the legend config to make this happen. The Horizontal Bar sample includes this.
  • The grid lines color option can now be passed an array of colors. #2732

Issues Fixed

  • Fixed an issue where the 'rectRot' point style drew incorrectly. #2607
  • Fixed an issue where lines with tension 0 did not animate #2647
  • Fixed a crash in the pie-customTooltips sample file #2639
  • Fixed an issue where destroying the chart did not stop animations #2613
  • Fixed link in Readme to advanced docs section. #2675 Thanks @FROGGS
  • Fixed the syntax in the docs scale section. #2673 Thanks @zachpanz88
  • Improved importing in Common JS scenarios. #2483
  • Fixed issues with points being clipped at the edges. #2278
  • Fixed an issue that prevented the legend from rendering. #2697 Thanks @dennybiasiolli
  • Fixed an issue where the chart title did not change during update #2686 Thanks @NoelOConnell
  • Fixed an issue with AMD builds #2298 Thanks @sassomedia
  • Fixed a typo in the tooltip docs #2724 Thanks @fwolfst
  • Fixed an issue with the tooltip font color #2730 Thanks @duerahan
  • Fixed an issue with the font family for point labels in the radial linear scale #2739 Thanks @msimulcik
  • Fixed an issue with line bezier points that were forced inside the chart area. This affected zoom and pan and caused lines to be distorted

The new version differs by 1708 commits .

  • 44e4004 Merge pull request #2760 from chartjs/2.1.5_release
  • 3d03e36 Bump version to 2.1.5 and build
  • 16a6555 Merge pull request #2758 from chartjs/fix/zoom-curved-lines
  • f3d4ee9 Capping these to the chart bounds causes lines to bend during pan and zoom
  • 5de72a1 Merge pull request #2755 from chartjs/fix/2751
  • 7be69ce Fix pointLabel docs typo
  • 647dc58 Merge pull request #2752 from simonbrunel/plugins-arch
  • 53eb766 New datasets update plugin extensions
  • dfdbd44 Allow to register/unregister an array of plugins
  • a55c17d Enhance plugin notification system
  • 7a419af Rename plugin service and notification method
  • d901687 Remove link that doesn't exist anymore in scale docs
  • e783444 Merge pull request #2739 from msimulcik/master
  • b1c50ed Merge pull request #2732 from chartjs/scale-colors-per-line
  • 3aeddf5 Merge pull request #2723 from chartjs/vertical-legend

There are 250 commits in total. See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? :zap: greenkeeper upgrade

greenkeeperio-bot avatar Jun 12 '16 17:06 greenkeeperio-bot