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: slidevjs/slidev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v52.15.0
Choose a base ref
...
head repository: slidevjs/slidev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v52.15.1
Choose a head ref
  • 6 commits
  • 24 files changed
  • 8 contributors

Commits on Apr 30, 2026

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

Commits on May 2, 2026

  1. fix(export): pass timeout to frame.waitForLoadState() (#2578)

    The timeout option was already forwarded to page.goto() and
    page.waitForLoadState(), but the subsequent frame loop used Playwright's
    hardcoded 30 s default. Large presentations with many slides, iframes,
    or complex components could exceed 30 s, making --timeout and
    export.timeout ineffective.
    
    Fixes #2577
    
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    andreas-taranetz and claude authored May 2, 2026
    Configuration menu
    Copy the full SHA
    36f8a89 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2026

  1. fix: restore Windows virtual style globs (#2573)

    Co-authored-by: cyphercodes <cyphercodes@users.noreply.github.com>
    cyphercodes and cyphercodes authored May 4, 2026
    Configuration menu
    Copy the full SHA
    ac6e5cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e81491 View commit details
    Browse the repository at this point in the history
  3. chore: release v52.15.1

    kermanx committed May 4, 2026
    Configuration menu
    Copy the full SHA
    09d22f2 View commit details
    Browse the repository at this point in the history
Loading