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

Commits on Jun 1, 2024

  1. Fix spin function syntax for Svelte tutorial auto-grader (sveltejs#626)

    Corrected arrow function syntax to include missing parenthesis around the "t" parameter and added semicolon after the last backtick in returned CSS string. The auto-grader expects both.
    musrex authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    766e768 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

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

Commits on Jun 25, 2024

  1. Update paper.svg filler for 7.01 & 7.03 (sveltejs#604)

    as was done in 8ded6c5 for 7.02.
    With fill="none", the business card paper background is not rendered
    correctly.
    maxmynter authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c1e1157 View commit details
    Browse the repository at this point in the history
Loading