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: vega/vega-lite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.3.1
Choose a base ref
...
head repository: vega/vega-lite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.0
Choose a head ref
  • 4 commits
  • 430 files changed
  • 5 contributors

Commits on Sep 11, 2025

  1. fix: height/width of 0 ignored (#9676)

    ## PR Description
    
    This PR fixes #7798
    
    The problem was that in three places where truthy/falsy checks were
    being used instead of explicit undefined checks:
    
    ### Expected Outcome:
    
    Now when you test in the Vega Editor with height/width: 0, it should
    respect that setting instead of falling back to the default height of
    300.
    
    <details>
      <summary><h2>Checklist</h2></summary>
    
    - [ ] This PR is atomic (i.e., it fixes one issue at a time).
    - [ ] The title is a concise [semantic commit
    message](https://www.conventionalcommits.org/) (e.g. "fix: correctly
    handle undefined properties").
    - [ ] `npm test` runs successfully
    - For new features:
      - [ ] Has unit tests.
      - [ ] Has documentation under `site/docs/` + examples.
    
    Tips:
    
    -
    https://medium.com/@greenberg/writing-pull-requests-your-coworkers-might-enjoy-reading-9d0307e93da3
    is a nice article about writing a nice PR.
    - Use draft PR for work in progress PRs / when you want early feedback
    (https://github.blog/2019-02-14-introducing-draft-pull-requests/).
    </details>
    
    ---------
    
    Co-authored-by: Dominik Moritz <domoritz@gmail.com>
    yuvvantalreja and domoritz authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    0ff8505 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. feat: support newlines in tooltips (#9678)

    Internal version of #9647
    
    ---------
    
    Co-authored-by: Bas Broekhuizen <bas.broekhuizen@gmail.com>
    Co-authored-by: GitHub Actions Bot <vega-actions-bot@users.noreply.github.com>
    3 people authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    c785de5 View commit details
    Browse the repository at this point in the history
  2. chore: update deps (#9685)

    Update all dependencies including Vega.
    
    ---------
    
    Co-authored-by: GitHub Actions Bot <vega-actions-bot@users.noreply.github.com>
    domoritz and GitHub Actions Bot authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    fcc2486 View commit details
    Browse the repository at this point in the history
  3. chore: release v6.4.0

    kanitw committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    4932bf1 View commit details
    Browse the repository at this point in the history
Loading