Thanks to visit codestin.com
Credit goes to github.com

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: [email protected]
Choose a base ref
...
head repository: sveltejs/svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 5 commits
  • 14 files changed
  • 8 contributors

Commits on Mar 6, 2025

  1. docs: address $effect feedback (#15107)

    * docs: address $effect feedback
    
    * also add a note to the migration guide
    
    * minor wording tweak
    
    * update onMount docs
    
    * Update documentation/docs/02-runes/05-$effect.md
    
    Co-authored-by: Rich Harris <[email protected]>
    
    * restore order
    
    * soften a bit
    
    * add back mention of updating template in response to effects
    
    * define parent effect
    
    * state that they don't run on the server
    
    * Update documentation/docs/02-runes/04-$effect.md
    
    Co-authored-by: Simon H <[email protected]>
    
    * format
    
    * Apply suggestions from code review
    
    Co-authored-by: Simon H <[email protected]>
    
    * update onMount docs
    
    * add 'Understanding lifecycle' section
    
    * note
    
    * tweak wording
    
    ---------
    
    Co-authored-by: Rich Harris <[email protected]>
    Co-authored-by: Simon H <[email protected]>
    3 people authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    2c4d85b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. fix: null and warnings for local handlers (#15460)

    * fix null and warning for local handlers
    
    * test
    
    * changeset
    
    * treat `let handler = () => {...}` the same as `function handler() {...}`
    
    ---------
    
    Co-authored-by: Rich Harris <[email protected]>
    adiguba and Rich-Harris authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    c5912aa View commit details
    Browse the repository at this point in the history
  2. feat: Add closedby to HTMLDialogAttributes (dialog element) (#15458)

    * Adding the `closedby` attribute to dialog element
    
    Spec: https://html.spec.whatwg.org/#attr-dialog-closedby
    
    * Adding changeset
    
    * Update .changeset/metal-spoons-scream.md
    
    ---------
    
    Co-authored-by: Rich Harris <[email protected]>
    Rican7 and Rich-Harris authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    3326bd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaf0087 View commit details
    Browse the repository at this point in the history
  4. Version Packages (#15466)

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