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/vite-plugin-svelte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3589433
Choose a base ref
...
head repository: sveltejs/vite-plugin-svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fba5999
Choose a head ref
  • 11 commits
  • 17 files changed
  • 6 contributors

Commits on Sep 15, 2023

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

Commits on Nov 9, 2023

  1. Chore/v2 cleanup (#782)

    * feat: add experimental support for Svelte 5
    
    * add experimental note
    dummdidumm authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    31ce52c View commit details
    Browse the repository at this point in the history
  2. Update ci.yml (#783)

    * Update ci.yml
    
    * seems to work
    dummdidumm authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    61ae116 View commit details
    Browse the repository at this point in the history
  3. Version Packages (#784)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    cda2e30 View commit details
    Browse the repository at this point in the history
  4. generate: 'client' | 'server' (#785)

    * generate client/server
    
    * changeset
    
    * chore: ignore type error for now
    
    * chore: fix audit check
    
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    Co-authored-by: dominikg <dominik.goepel@gmx.de>
    3 people authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9509066 View commit details
    Browse the repository at this point in the history
  5. Version Packages (#786)

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

Commits on Nov 10, 2023

  1. fix: compile (#788)

    * fix: remove runes from compileModule
    
    * while we're at it
    
    ---------
    
    Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
    dominikg and dummdidumm authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    89aa462 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#789)

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

Commits on Nov 22, 2023

  1. fix: handle closing tags in attributes (#796)

    * fix: handle closing tags in attributes
    
    ...when detecting script language
    Related to sveltejs/language-tools#2204
    
    * Update packages/vite-plugin-svelte/src/utils/compile.js
    
    Co-authored-by: Dominik G. <dominik.goepel@gmx.de>
    
    ---------
    
    Co-authored-by: Dominik G. <dominik.goepel@gmx.de>
    dummdidumm and dominikg authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4b8918d View commit details
    Browse the repository at this point in the history
  2. Version Packages (#810)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3c37482 View commit details
    Browse the repository at this point in the history
  3. fix: publish with version-2 tag to avoid overriding latest that is no…

    …w used for 3.x on the main branch (#812)
    dominikg authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    fba5999 View commit details
    Browse the repository at this point in the history
Loading