Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chartjs/Chart.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.3
Choose a base ref
...
head repository: chartjs/Chart.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.4
Choose a head ref
  • 10 commits
  • 21 files changed
  • 9 contributors

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    2df6986 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Preserve object prototypes when cloning (#7404)

    Co-authored-by: Bryan.Iddings <bryan.iddings@noaa.gov>
    iddings and Bryan.Iddings authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    484f0d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    679ec4a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Use node v12.18.2 on Travis CI (#7864)

    Due to an issue with deprecated deps (gitbook-cli), forcing travis to and older
    compatible version of nodejs.
    
    Fixes #7863
    alessandroasm authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    2493cb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. [2.9] FitBoxes recursion when dimensions are NaN (#7853)

    * Infinite recursion when dimensions are NaN
    
    Adding a verification on updateDims that handles a case when dimensions are both
    NaN. This caused an infinite recursion on fitBoxes when calculating the layout
    for a chart that is mounted on an element that is not yet in DOM.
    
    Fixes #7761
    alessandroasm authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    063b7dc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Fix Maximum call stack size exception in computeLabelSizes (#7883)

    Calling Math.max with a large number of values was throwing an exception.
    Tracking the current largest width and height as the widths and heights are
    built up should be faster and avoids the exception.
    silentmatt authored Oct 17, 2020
    Configuration menu
    Copy the full SHA
    42ed589 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Configuration menu
    Copy the full SHA
    d919188 View commit details
    Browse the repository at this point in the history
  2. When objects are merged together, the target prototype can be pollute…

    …d. (#7918)
    
    * When objects are merged together, the target prototype can be polluted.
    
    This change blocks updates to the `__proto__` key during config merge
    etimberg authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    dff7140 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d92605 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Release v2.9.4

    etimberg committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    9bd4cf8 View commit details
    Browse the repository at this point in the history
Loading