Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
WIStudent
/
svelte
Public
forked from
sveltejs/svelte
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
custom-element-hyphenated-attributes
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 19, 2023
Merge branch 'version-4' into custom-element-hyphenated-attributes
benmccann
authored
d2c5129
Copy full SHA for d2c5129
chore: run CI tests on Node 20 (#8519)
benmccann
authored
6f8cdf3
Copy full SHA for 6f8cdf3
Commits on Apr 18, 2023
chore: switch from npm to pnpm (#8514)
benmccann
authored
d64e86a
Copy full SHA for d64e86a
breaking: remove legacy package.json files (#8515)
benmccann
authored
be64520
Copy full SHA for be64520
feat: improve duplicate key error for keyed each blocks (#8411)
Show description for f30faa7
rafistrauss
and
dummdidumm
authored
f30faa7
Copy full SHA for f30faa7
breaking: update onMount type definition to prevent async function return (#8136)
Show description for 236ffa8
3 people
committed
236ffa8
Copy full SHA for 236ffa8
chore: produce single bundle for runtime with multiple entrypoints (#8504)
Show description for 2f42347
gtm-nayan
authored and
dummdidumm
committed
2f42347
Copy full SHA for 2f42347
chore: remove Node 8 and 10 logic (#8503)
baseballyama
authored and
dummdidumm
committed
5d4f3bd
Copy full SHA for 5d4f3bd
feat: add a11y `no-noninteractive-element-interactions` (#8391)
Show description for 68bf3e8
ngtr6788
authored and
dummdidumm
committed
68bf3e8
Copy full SHA for 68bf3e8
fix: bind null option and input values consistently (#8328)
Show description for 1728a89
theodorejb
authored and
dummdidumm
committed
1728a89
Copy full SHA for 1728a89
feat: add `a11y-no-static-element-interactions` compiler rule (#8251)
Show description for d587175
timmcca-be
authored and
dummdidumm
committed
d587175
Copy full SHA for d587175
breaking: conditional ActionReturn type if Parameter is void (#7442)
Show description for c81522f
5 people
committed
c81522f
Copy full SHA for c81522f
breaking: improve types for `createEventDispatcher` (#7224)
Show description for 8e51b51
ivanhofer
and
dummdidumm
committed
8e51b51
Copy full SHA for 8e51b51
chore: run fewer CI jobs (#8496)
benmccann
authored and
dummdidumm
committed
caef440
Copy full SHA for caef440
chore: upgrade rollup (#8491)
Show description for 2813814
benmccann
and
dummdidumm
committed
2813814
Copy full SHA for 2813814
chore: Svelte 4 dependency upgrades (#8486)
benmccann
authored and
dummdidumm
committed
99b6a25
Copy full SHA for 99b6a25
chore: upgrade to TypeScript 5 (#8488)
Show description for d7cffa6
benmccann
and
dummdidumm
committed
d7cffa6
Copy full SHA for d7cffa6
chore: bump engines field (#8489)
benmccann
authored and
dummdidumm
committed
4236269
Copy full SHA for 4236269
chore: simplify Svelte 4 CI (#8487)
benmccann
authored and
dummdidumm
committed
932cb66
Copy full SHA for 932cb66
chore: remove node<14 tests (#8482)
Show description for f0cdf77
dummdidumm
and
benmccann
committed
f0cdf77
Copy full SHA for f0cdf77
breaking: send in/out to transition fn (#8318)
Show description for 54bb1f4
tivac
authored and
dummdidumm
committed
54bb1f4
Copy full SHA for 54bb1f4
fix: html space entities lost in component slot (#8464)
Show description for b95ae0e
xxkl1
authored and
dummdidumm
committed
b95ae0e
Copy full SHA for b95ae0e
docs: fix type signature for StartStopNotifier (#8509)
Show description for 6e1674e
gtm-nayan
authored
6e1674e
Copy full SHA for 6e1674e
fix: ensure version is typed as string instead of the literal __VERSION__ (#8502)
Show description for 2cc2991
gtm-nayan
authored
2cc2991
Copy full SHA for 2cc2991
Commits on Apr 11, 2023
fix: observer PR cleanup (#8484)
Show description for 9425f18
dummdidumm
authored
9425f18
Copy full SHA for 9425f18
docs: clarify meaning of "this" in a comment (#8478)
jamesscottbrown
authored
cd690e0
Copy full SHA for cd690e0
chore: update changelog
dummdidumm
authored
56351a3
Copy full SHA for 56351a3
feat: add support for resize observer bindings (#8022)
Show description for 0adc09d
TheCymaera
and
dummdidumm
authored
0adc09d
Copy full SHA for 0adc09d
fix: special-case width/height attribute during spread (#8412)
Show description for 3a7685f
3 people
authored
3a7685f
Copy full SHA for 3a7685f
chore: bump @jridgewell/sourcemap-codec (#8458)
benmccann
authored
def1890
Copy full SHA for def1890
Commits on Mar 30, 2023
Closes #5876. Adds single value function support to media queries and media query range syntax / MQ level 4 support. (#8430)
typhonrt
authored
d42ca04
Copy full SHA for d42ca04
-> v3.58.0
Conduitry
committed
cfe26d8
Copy full SHA for cfe26d8
update changelog
Conduitry
committed
5d0e049
Copy full SHA for 5d0e049
fix: escape <textarea value={...}> attribute properly (#8434)
baseballyama
authored
5a934e9
Copy full SHA for 5a934e9
update changelog
Conduitry
committed
3806977
Copy full SHA for 3806977
Pagination
Previous
Next
You can’t perform that action at this time.