DouglasWebster / angular-cli-sb2-bs4

Port of SB2 Admin using Bootstrap 4, Angular and Angular-cli
https://douglaswebster.github.io/angular-cli-sb2-bs4/
Other
8 stars 5 forks source link

Update chart.js to the latest version šŸš€ #110

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.7.2 of chart.js was just published.

Dependency chart.js
Current Version 2.6.0
Type dependency

The version 2.7.2 is not covered by your current version range.

If you donā€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of chart.js.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donā€™t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes Version 2.7.2

Documentation: http://www.chartjs.org/docs/2.7.2/

Enhancements

  • #4891 Relax dependencies versions. Thanks @jsg2021
  • #4923 Reset only when animating (optimization)
  • #4994 Equally sized bars for bar charts
  • #5062 Improve point.xRange and point.yRange performance. Thanks @fanthos
  • #5076 Prevent double ticks array reverse for logarithmic scale (optimization). Thanks @jcopperfield
  • #5095 Better default tooltip label format in the time scale
  • #5240 Support multiple font colors for radial chart labels. Thanks @flaurida

Issues Fixed

Documentation

Development

  • #4699 Suppress coveralls errors in forks. Thanks @andig
  • #4738 Upgrade to ESLint 4
  • #5053 Update license year and copyright holders
  • #5112 Use the Chart.js shared ESLint config
  • #5113 Make Chart.layout(Service) importable
  • #5114 Make Chart.plugins importable
  • #5118 Rename Chart.layout to Chart.layouts
  • #5138 Ignore package-lock.json
  • #5143 Log gulp error. Thanks @loicbourgois
  • #5150 Test for showLines in scatter chart. Thanks @loicbourgois
  • #5195 Setup HTML and JS linters for samples. Thanks @loicbourgois
  • #5217 Fix Slack invitation link

More details in the release PR: #5145

Commits

The new version differs by 194 commits ahead by 194, behind by 1.

  • 98f104c Release 2.7.2
  • 1a5dca8 Merge pull request #5145 from chartjs/master
  • ac088a0 Bump version to 2.7.2 (#5307)
  • c2a5b12 Bugfix: Improve polyfill function of log10 to return whole powers of 10 (#5275)
  • c90cf2e Make both README.md and installation.md clearer (#5274)
  • be6660c Improve title of generated documentation (#5256)
  • d6ce5c0 Support multiple font colors for radial chart labels (#5240)
  • 584d1c6 Fix label vertical alignment on vertical scales (#5248)
  • bba29e5 Remove trailing spaces from docs (#5227)
  • 182270e Setup HTML and JS linters for samples (#5195)
  • 97ff458 Add Charba GWT integration to extensions.md (#5225)
  • c268185 Fix Slack invitation link (#5217)
  • e61392a Don't draw tick across axis/border (#5178)
  • 98ef394 Fix variable name error on developer api documentation for (#5173)
  • 274fca6 Update custom tooltip documentation and samples (#5166)

There are 194 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donā€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov[bot] commented 6 years ago

Codecov Report

Merging #110 into develop will increase coverage by 0.5%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #110     +/-   ##
==========================================
+ Coverage    86.96%   87.46%   +0.5%     
==========================================
  Files           34       34             
  Lines          399      399             
  Branches         6        6             
==========================================
+ Hits           347      349      +2     
+ Misses          49       48      -1     
+ Partials         3        2      -1
Impacted Files Coverage Ī”
...nents/progress-sample/progress-sample.component.ts 100% <0%> (+6.66%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Ī” = absolute <relative> (impact), Ćø = not affected, ? = missing data Powered by Codecov. Last update 5eb601c...c7f86b4. Read the comment docs.