-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Comparing changes
Open a pull request
base repository: sveltejs/svelte
base: svelte@5.23.0
head repository: sveltejs/svelte
compare: svelte@5.23.1
- 13 commits
- 38 files changed
- 12 contributors
Commits on Mar 12, 2025
-
fix: add files and group properties to HTMLInputAttributes (#15492)
Fixes #14579 Although this isn't 100% correct because there's no `group` attribute, there's no better way to make people have components' props just be `HTMLInputAttributes` and allow them to reference `group`
Configuration menu - View commit details
-
Copy full SHA for b27ca42 - Browse repository at this point
Copy the full SHA b27ca42View commit details
Commits on Mar 13, 2025
-
fix: ensure transient writes to tracked parent effects works as expec…
…ted (#15506) * ix: ensure transient writes to tracked parent effects works as expected * lint * format test * tweak changeset --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>
Configuration menu - View commit details
-
Copy full SHA for 5d3aa2b - Browse repository at this point
Copy the full SHA 5d3aa2bView commit details
Commits on Mar 14, 2025
-
fix: replace
undefined
withvoid 0
to avoid edge case (#15511)* replace 'undefined' with 'void 0' * lint * YALF * reuse expression * oops --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>
Configuration menu - View commit details
-
Copy full SHA for 489f463 - Browse repository at this point
Copy the full SHA 489f463View commit details -
Configuration menu - View commit details
-
Copy full SHA for dab1a1b - Browse repository at this point
Copy the full SHA dab1a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18d71fd - Browse repository at this point
Copy the full SHA 18d71fdView commit details -
chore: don't distribute unused types definitions (#15473)
hopefully helps with #15182, also makes the package smaller --------- Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e74fbcb - Browse repository at this point
Copy the full SHA e74fbcbView commit details -
fix: Allow global-like pseudo-selectors refinement (#15313)
For instance, specifying a tree-structural pseudo-class to `::view-transition-new` should still constitute a valid global-like selector. Fixes #15312 --------- Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f227cfc - Browse repository at this point
Copy the full SHA f227cfcView commit details -
fix: correctly match
:has()
's selector during css pruning (#15277)Fixes #14072 `:has()` was matching only against descendants or siblings, but not sibling's descendants. This makes the logic be able to go forward or backwards, simplifying a lot of cases along the way.
Configuration menu - View commit details
-
Copy full SHA for 8e9a21e - Browse repository at this point
Copy the full SHA 8e9a21eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaeda65 - Browse repository at this point
Copy the full SHA aaeda65View commit details
Commits on Mar 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 32ee6c1 - Browse repository at this point
Copy the full SHA 32ee6c1View commit details
Commits on Mar 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f30d75a - Browse repository at this point
Copy the full SHA f30d75aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5881ea - Browse repository at this point
Copy the full SHA e5881eaView commit details
Commits on Mar 17, 2025
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 74917ae - Browse repository at this point
Copy the full SHA 74917aeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff svelte@5.23.0...svelte@5.23.1