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: sveltejs/svelte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: svelte@4.0.1
Choose a base ref
...
head repository: sveltejs/svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: svelte@4.0.2
Choose a head ref
  • 17 commits
  • 26 files changed
  • 12 contributors

Commits on Jun 29, 2023

  1. chore: tests for #8872

    dummdidumm committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1de2144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    270cfce View commit details
    Browse the repository at this point in the history
  3. chore(site): update deps

    PuruVJ committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    678faf4 View commit details
    Browse the repository at this point in the history
  4. chore: fix site deploys (#8878)

    force Vercel to rebuild sharp everytime - it's prone to breaking at some point and we'd have to clear the cache
    gtm-nayan authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    867806f View commit details
    Browse the repository at this point in the history
  5. blog: post about svelte.dev overhaul (#8766)

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
    Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
    4 people authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d3d1fb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. fix: check srcset when hydrating to prevent needless requests (#8868)

    ---------
    
    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    dummdidumm and benmccann authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1a3e50b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a590bc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfa5447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d71ab7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. chore: update svelte.dev README (#8894)

    * Fix svelte.dev running locally instructions
    
    After a clean clone, the `svelte` package needs to have its `/types`
    directory generated for `pnpm dev` to work
    
    * Update note about REPL
    
    Firefox supports `import` in workers since version 114; confirmed that
    the REPL works with `pnpm dev` in Firefox
    zqianem authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    12f8e90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b98f78 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    b9328a5 View commit details
    Browse the repository at this point in the history
  2. fix: use non-destructive hydration for all @html tags (#8880)

    html tags that could be optimized to use innerHTML in mount ignored any hydration code, which leads to everything getting unmounted and mounted again. This takes the non-optimized path for hydration, too.
    
    fixes sveltejs/kit#10245
    dummdidumm authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d2ff04f View commit details
    Browse the repository at this point in the history
  3. chore: run tsc properly (#8884)

    Runs type check as part of the CI. This needs a new path alias in the tsconfig so that TS resolves the svelte import in the ambient file directly to the correct d.ts file and doesn't load Svelte through the node_modules, at which point it would load the generated ambient type definitions and throw a duplicate definitions error.
    
    Also removes a tgz that was accidentally added
    dummdidumm authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2f5e371 View commit details
    Browse the repository at this point in the history
  4. fix: shrink custom element baseline a bit (#8858)

    - use shorter class property names as they are not minified
    - reuse some dom helper methods
    
    #8826
    dummdidumm authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4b3eb72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0aa03df View commit details
    Browse the repository at this point in the history
  6. Version Packages (#8877)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ae752c9 View commit details
    Browse the repository at this point in the history
Loading