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: quarto-dev/quarto-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: quarto-dev/quarto-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 22 files changed
  • 4 contributors

Commits on May 1, 2025

  1. light/dark toggle fire resize event

    fixes sizing issues in plotly-python and heatmaply
    fixes non-displaying leaflet
    gordonwoodhull committed May 1, 2025
    Configuration menu
    Copy the full SHA
    95b4ac3 View commit details
    Browse the repository at this point in the history
  2. simple dynamic load of giscus

    generate script tag based on user preference at page load
    no need for any mutation observers, because class is already set
    gordonwoodhull committed May 1, 2025
    Configuration menu
    Copy the full SHA
    027acbf View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Beamer template update for new options

    Follow up on Beamer template update with new Pandoc in Quarto 1.7. Some new options where missing.
    
    (cherry picked from commit e0cb857)
    cderv authored and gordonwoodhull committed May 5, 2025
    Configuration menu
    Copy the full SHA
    0a3116f View commit details
    Browse the repository at this point in the history
  2. Add to changelog

    [skip ci]
    cderv authored and gordonwoodhull committed May 5, 2025
    Configuration menu
    Copy the full SHA
    6934369 View commit details
    Browse the repository at this point in the history
  3. artifacts

    gordonwoodhull committed May 5, 2025
    Configuration menu
    Copy the full SHA
    d5df15a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7b8529 View commit details
    Browse the repository at this point in the history
  5. Revert version.txt update (a7b8529)

    Publishing release has failed.
    github-actions[bot] committed May 5, 2025
    Configuration menu
    Copy the full SHA
    1127d50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8aa87ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdf0d3e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. giscus.ejs needs to check for darkMode

    and not use variables that won't be declared
    gordonwoodhull committed May 7, 2025
    Configuration menu
    Copy the full SHA
    2cf1b45 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

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

Commits on May 23, 2025

  1. Fix regression with keep-ipynb (#12780)

    backport of #12793
    
    - update fileInformationCache based on `keep-ipynb` information
    - requires to always pass ProjectContext in ExecuteOptions
    - requires to ensure fileInformationCache is not cloned by safeCloneDeep
      This allows us to always get the global fileInformationCache from the project context to get / set information in it from different contexts.
    - Add tests for project context and single file context
    cderv committed May 23, 2025
    Configuration menu
    Copy the full SHA
    df049d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12812 from quarto-dev/backport/fix-keep-ipynb

    [backport] Fix regression with keep-ipynb
    cderv authored May 23, 2025
    Configuration menu
    Copy the full SHA
    6c3baf1 View commit details
    Browse the repository at this point in the history
Loading