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: v4.4.0
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: v4.4.1
Choose a head ref
  • 16 commits
  • 17 files changed
  • 10 contributors

Commits on Sep 4, 2023

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

Commits on Sep 6, 2023

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

Commits on Sep 11, 2023

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

Commits on Sep 14, 2023

  1. Update node checkout and version (#11498)

    * Add min extension to umd build
    
    * Update node checkout and runtime versions
    
    * remove unsaved code
    LeeLenaleee authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    82ebf76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6516b0a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Bump actions/setup-node from 3 to 4 (#11560)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7772381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93a5b84 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    06f9ffb View commit details
    Browse the repository at this point in the history
  2. Replace deprecated command with environment file (#11570)

    Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
    jongwooo authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b22e46c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    6722512 View commit details
    Browse the repository at this point in the history
  2. Fix backdrop padding (#11577)

    * fix for alignment inner
    
    * Add test
    
    * Remove eslint ignores
    
    * remove unecesarry config
    
    * Remove text from test
    LeeLenaleee authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2a03e13 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 29, 2023

  1. Tooltip fixes (getLabelAndValue on null controller, null getParsed) (#…

    …11596)
    
    * Fix for getLabelAndValue on null controller
    
    I encountered #11315 under the following circumstances:
    
    1. Position the cursor over the chart area, such that it causes a
       tooltip to be shown.
    2. Move the cursor out of the chart area, such that the tooltip remains
       visible.
    3. Cause the chart contents to be changed, such that the dataset
       referenced by the active tooltip element is no longer valid.
    4. Move the mouse again.  This triggers an `inChartArea = false` event,
       so it reuses the previous, now invalid, active elements.
    
    This fixes #11315 under the circumstances for which I've reproduced it,
    but there may be others.
    
    * Further fixes for elements added / changed
    
    This possibly fixes #11365.
    joshkel authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    429d99d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Remove size limit from CI (#11599)

    * Remove size limit from CI
    
    * remove eslint ignores
    LeeLenaleee authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5161e41 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    8e19199 View commit details
    Browse the repository at this point in the history
  2. Bump 4.4.1 (#11606)

    LeeLenaleee authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ac53fd2 View commit details
    Browse the repository at this point in the history
Loading