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: plotly/angular-plotly.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f72434a
Choose a base ref
...
head repository: plotly/angular-plotly.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d64e391
Choose a head ref
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Aug 20, 2026

  1. Update CI status badge

    (cherry picked from commit 84241b5)
    andrefarzat committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    b721ffb View commit details
    Browse the repository at this point in the history
  2. Allow manual CI verification

    (cherry picked from commit c0efd79)
    andrefarzat committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    a78addd View commit details
    Browse the repository at this point in the history
  3. Restore master as the active branch

    (cherry picked from commit e42bfa1)
    andrefarzat committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    4fcbedc View commit details
    Browse the repository at this point in the history
  4. Update GitHub Actions to Node 24 runtimes

    (cherry picked from commit d87d18f)
    andrefarzat committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    a47d8f1 View commit details
    Browse the repository at this point in the history
  5. Keep breaking dependency upgrades out of maintenance

    (cherry picked from commit 1b259b9)
    andrefarzat committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    82c06ab View commit details
    Browse the repository at this point in the history
  6. Bump zone.js from 0.15.1 to 0.16.2 (#310)

    * Bump zone.js from 0.15.1 to 0.16.2
    
    Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.15.1 to 0.16.2.
    - [Release notes](https://github.com/angular/angular/releases)
    - [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
    - [Commits](https://github.com/angular/angular/commits/zone.js-0.16.2/packages/zone.js)
    
    ---
    updated-dependencies:
    - dependency-name: zone.js
      dependency-version: 0.16.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fix generated lockfile for zone.js update
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: André Farzat <andrefarzat@gmail.com>
    dependabot[bot] and andrefarzat authored Aug 20, 2026
    Configuration menu
    Copy the full SHA
    4ab261d View commit details
    Browse the repository at this point in the history
  7. feat: add innerStyle input without breaking style compatibility (#289)

    Adds innerStyle as the preferred input while retaining style as a deprecated compatibility alias. Updates documentation, demo usage, and tests.\n\nCloses #287.
    
    (cherry picked from commit f0d03d8)
    (cherry picked from commit 6a350f2)
    bzh2610 authored and andrefarzat committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    d2f1f9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76ecfdb View commit details
    Browse the repository at this point in the history
  9. Merge Angular 21 innerStyle patch release (#318)

    Forward-ports the non-conflicting innerStyle input, retains the deprecated style compatibility alias, and prepares 21.0.1.
    andrefarzat authored Aug 20, 2026
    Configuration menu
    Copy the full SHA
    d64e391 View commit details
    Browse the repository at this point in the history
Loading