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@5.12.0
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@5.13.0
Choose a head ref
  • 5 commits
  • 33 files changed
  • 4 contributors

Commits on Dec 14, 2024

  1. feat: loose parser mode (#14691)

    * add loose option
    
    * handle unclosed tags
    
    * handle unclosed blocks
    
    * handle unclosed opening tags
    
    * handle invalid expressions
    
    * handle invalid blocks
    
    * oops
    
    * more robust expression parsing
    
    * changeset
    
    * more unclosed tag handling
    
    * types
    
    * Update packages/svelte/src/compiler/phases/1-parse/state/element.js
    
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    dummdidumm and Rich-Harris authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    f0af633 View commit details
    Browse the repository at this point in the history
  2. feat: add outro option to unmount (#14540)

    * feat: add outro option to unmount
    
    * unused
    
    * regenerate
    
    * revert
    
    * changeset
    
    * create separate component_root effect
    
    * docs
    
    * return a promise
    
    * remove from map immediately
    Rich-Harris authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    b0e3c5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecd1b48 View commit details
    Browse the repository at this point in the history
  4. note when features were added (#14709)

    * note when features were added
    
    * regenerate
    Rich-Harris authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    9f96417 View commit details
    Browse the repository at this point in the history
  5. Version Packages (#14708)

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