0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
Commit Graph

7383 Commits

Author SHA1 Message Date
Puru Vijay
678faf4f36 chore(site): update deps 2023-06-29 17:04:57 +05:30
L
270cfce065
chore: adding default for disclose version (#8874) 2023-06-29 11:42:00 +02:00
Simon Holthausen
1de2144dae chore: tests for #8872 2023-06-29 09:36:30 +02:00
github-actions[bot]
90860550ae
Version Packages (#8855)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-29 09:35:31 +02:00
Simon H
b0a3fa1766
fix: ensure createEventDispatcher and ActionReturn work with generic function types (#8872)
fixes #8860

This contains a small but unfortunately unavoidable breaking change: If you used `never` to type that the second parameter of `createEventDispatcher` shouldn't be set or that the action accepts no parameters (which the docs recommended for a short time), then you need to change that to `null` and `undefined` respectively
2023-06-28 23:56:40 +02:00
Puru Vijay
7934a7f4d2 chore: update REPL to 0.5.0-next.7 2023-06-28 21:43:10 +05:30
Simon H
1cfed0bf29
fix: relax a11y "no redundant role" rule for li, ul, ol (#8867)
fixes #8854
2023-06-28 12:29:44 +02:00
hackape
876f894c64
fix: apply transition_in/out to svelte:element with local transition (#8865)
fixes #8233
2023-06-28 12:29:03 +02:00
Simon Holthausen
1c7ed55385 docs: add a11y-no-static-element-interactions
closes #8862
2023-06-28 11:23:01 +02:00
Puru Vijay
00c806df97 chore: Update REPL to 0.5.0-next.6 2023-06-28 12:44:50 +05:30
Simon H
2b9b99bd35
fix: remove tsconfig.json from published package (#8859)
fixes #8839
2023-06-27 17:17:03 +02:00
Not-Jayden
e3422e182b
docs: Don't recommend TypeScript type assertions for reactive declarations (#8824)
strictly speaking that's not the same and could hide some type errors
2023-06-27 08:27:59 +02:00
Geoff Rich
2a93ca9172
site: make REPL user menu keyboard accessible (#8831) 2023-06-27 08:24:45 +02:00
Nguyen Tran
3576c7443e
fix: Make sure 'func' doesn't clash with destructured contexts (#8840)
Fixes: #8753
2023-06-27 08:22:08 +02:00
Valentin Grégoire
c0d92628dd
docs: Make white text on white background visible. (#8852) 2023-06-26 17:40:28 +02:00
TheBlckbird
e887c21e51
docs: change Typescript to JSDoc in Readme.md (#8851)
---------

Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
2023-06-26 15:51:28 +02:00
Alimurtuza
bbcb5f58ae
docs: handle warnings in examples page (#8836)
ignore some, fix others

---------

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2023-06-26 10:44:29 +02:00
Ben McCann
68e6336637
chore: upgrade dependencies (#8827) 2023-06-26 09:42:06 +02:00
Eric Liu
abe2ee73e1
docs: fix link to changelog (#8845) 2023-06-25 19:58:47 -07:00
Gwang Jin Kim
d3297e2a25
docs: Remove duplicate note (#8843) 2023-06-25 16:06:46 +02:00
Theodore Brown
223db7f19d
docs: fix TypeScript event name typos (#8844) 2023-06-25 16:06:06 +02:00
Ben McCann
7bab2d4033
docs: fix link in changelog 2023-06-24 15:59:38 -07:00
Khurram Jalil
ad2168016b
Fixed #8828 (#8832) 2023-06-24 13:36:24 +05:30
iamkneel
7dea31327e
docs: format "MutationObserver" as code (#8830) 2023-06-24 07:59:16 +05:45
Simon H
037ac2f55a
docs: update transitions tutorial (#8822)
fixes #8820
2023-06-23 17:20:40 +02:00
Alimurtuza
79e7ccc415
docs: fix white text on white BG in examples (#8821)
fixes ##8816
2023-06-23 16:36:42 +02:00
Cesar Napoleon Mejia Leiva
a83e438b5e
docs: fix style directive with important modifier example (#8802) 2023-06-23 14:49:36 +02:00
Ignatius Bagus
a29feeca25
docs: fix tutorial edit link (#8812)
Fixes #8811
2023-06-23 14:44:33 +02:00
Simon Holthausen
94cfdbcee1 docs: fix snippet
closes #8817
2023-06-23 14:43:43 +02:00
Martin Hobert
5ddf4ca779
docs: fix attribute example in basic markup (#8813)
---------

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2023-06-23 12:23:18 +02:00
gtmnayan
ea18bd7e98
docs: use @latest on the migrate command (#8814) 2023-06-23 12:22:32 +02:00
Isaiah Banks
140bed5386
Update CHANGELOG.md (#8809)
Fix misformatted links in 4.0.0 changelog
2023-06-23 00:06:15 +02:00
Puru Vijay
08fe2bc596
fix: Use version 4 for examples and tutorial (#8806)
* Use version 4 for examples and tutorial

* Remove redundant import
2023-06-22 23:42:43 +05:30
Simon H
797b711e3a
docs: tweaks (#8798)
- link to createEventDispatcher typings
- svelte action type error fix
- migration guide tweak
- add back blog post that has gone missing
2023-06-22 19:16:42 +02:00
Ben McCann
20c9bd1463 update stats for final release 2023-06-22 07:43:42 -07:00
Ben McCann
936ce2bce3 svelte 4 blog post 2023-06-22 07:05:43 -07:00
Puru Vijay
5439714509 REPL default to v4 2023-06-22 19:08:11 +05:30
github-actions[bot]
0596c4797d
Version Packages (#8799)
---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2023-06-22 15:35:57 +02:00
Puru Vijay
d78dd89230 fix(site): REPL gist as string again 2023-06-22 19:01:08 +05:30
Simon Holthausen
5d301aafb9 chore: exit prerelease mode 2023-06-22 15:23:25 +02:00
Ben McCann
60eee9a73f
chore: better error messages for CJS users (#8790) 2023-06-22 15:20:10 +02:00
Simon Holthausen
8905877bab fix: add any fallback to generic
was like this in Svelte 3
2023-06-22 15:17:29 +02:00
Puru Vijay
0b09e1f4d0 fix(repl): components -> files 2023-06-22 18:37:06 +05:30
Jimmy Wärting
7cbd36d6b2
chore: Remove the need for node:process (#8795)
performance.now() exist in all envs we support now
2023-06-22 15:03:15 +02:00
Puru Vijay
980b325989
fix: Apps styles (#8797)
* Push

* Remove reference to $types
2023-06-22 18:27:40 +05:30
Simon Holthausen
23fc113d31 docs: note type enhancements breaking change 2023-06-22 14:46:34 +02:00
Puru Vijay
d8599c8267 chore(site): Reorganize imports 2023-06-22 18:05:44 +05:30
Puru Vijay
dbc714f6c0
fix(site): Style fixes (#8794)
* Style fixes

* Bump site-kit
2023-06-22 17:59:21 +05:30
Puru Vijay
3d21b00fa1
fix: search scrolling (#8792)
* Push basic stuff

* Push

* Bump site-kit
2023-06-22 17:44:21 +05:30
github-actions[bot]
82cc48390c
Version Packages (next) (#8772)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-22 13:34:50 +02:00