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
  • 6 commits
  • 29 files changed
  • 5 contributors

Commits on Mar 5, 2025

  1. chore: check namespace inside set attributes (#15443)

    * set_attributes for <svelte:element>
    
    * changeset
    
    * Update .changeset/wise-hats-wonder.md
    
    Co-authored-by: Simon H <[email protected]>
    
    * add changeset
    
    * remove `chore` changeset — no need for non-user-facing changes to appear in changelog
    
    * Update packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/element.js
    
    * determine element traits inside set_attributes
    
    * unused
    
    * stash lookup
    
    ---------
    
    Co-authored-by: adiguba <[email protected]>
    Co-authored-by: Simon H <[email protected]>
    3 people authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    2d38184 View commit details
    Browse the repository at this point in the history
  2. chore: add monitoring to github actions (#15436)

    * chore: add monitoring to github actions
    
    * try this
    Rich-Harris authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    1efad3f View commit details
    Browse the repository at this point in the history
  3. fix: spreading style is not consistent with attribute (#15323)

    * style must be set via set_attribute
    
    * test
    
    * changeset
    
    * add empty string and null in test
    
    * explanatory comment
    
    * this is now redundant, set_attribute takes care of it
    
    * drive-by
    
    * tweak changeset
    
    ---------
    
    Co-authored-by: Rich Harris <[email protected]>
    adiguba and Rich-Harris authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    2f685c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. chore: rewrite set_style() to handle directives (#15418)

    * add style attribute when needed
    
    * set_style()
    
    * to_style()
    
    * remove `style=""`
    
    * use cssTest for perfs
    
    * base test
    
    * test
    
    * changeset
    
    * revert dom.style.cssText
    
    * format name
    
    * use style.cssText + adapt test
    
    * Apply suggestions from code review
    
    suggestions from dummdidumm
    
    Co-authored-by: Simon H <[email protected]>
    
    * fix priority
    
    * lint
    
    * yawn
    
    * update test
    
    * we can simplify some stuff now
    
    * simplify
    
    * more
    
    * simplify some more
    
    * more
    
    * more
    
    * more
    
    * more
    
    * more
    
    * remove continue
    
    * tweak
    
    * tweak
    
    * tweak
    
    * skip hash argument where possible
    
    * tweak
    
    * tweak
    
    * tweak
    
    * tweak
    
    ---------
    
    Co-authored-by: Simon H <[email protected]>
    Co-authored-by: Rich Harris <[email protected]>
    3 people authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    30562b8 View commit details
    Browse the repository at this point in the history
  2. chore: memoize clsx() (alternative) (#15456)

    * memoize clsx + directives
    
    * changeset
    
    * unused
    
    * tweak
    
    * tweak changeset
    
    ---------
    
    Co-authored-by: Rich Harris <[email protected]>
    adiguba and Rich-Harris authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    ae615ae View commit details
    Browse the repository at this point in the history
  3. Version Packages (#15453)

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