gaac510
eef125f6c1
[docs] update outdated SvelteKit release info ( #8128 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2022-12-19 22:47:31 +01:00
Simon H
670f458056
[docs] adjust code snippet to conform with previous one
...
Backported from https://github.com/sveltejs/learn.svelte.dev/pull/143
2022-12-16 10:33:36 +01:00
Nilesh
ad8dbfb9b9
[docs] Add comment about generating a Svelte project without Kit ( #8115 )
2022-12-15 13:47:02 +01:00
Conduitry
3ba0e30416
-> v3.55.0
2022-12-13 09:04:08 -05:00
Simon H
512eda7a84
[feat] add html typings ( #7649 )
...
This adds typings for HTML elements and their attributes. It's supposed to be used by the new transformation in language-tools.
Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
Co-authored-by: Lyu, Wei-Da <36730922+jasonlyu123@users.noreply.github.com>
2022-12-11 21:45:11 +01:00
Ben McCann
a0a6bd1f54
[docs] add some basic docs about bundler plugins ( #8092 )
2022-12-07 11:04:50 -08:00
Conduitry
aa5a1cdf1a
-> v3.54.0
2022-12-06 14:25:16 -05:00
Conduitry
86524181a9
update changelog
2022-12-06 14:24:27 -05:00
Yuichiro Yamashita
94e51df07b
[fix] escape style attribute for SSR ( #8087 )
2022-12-06 14:23:23 -05:00
Conduitry
75c3a48245
update changelog
2022-12-06 14:22:36 -05:00
Yuichiro Yamashita
cc52dc442b
[docs] add explanation about property binding order ( #7833 )
...
* update document
* update sentence and position
* update the sentence
* update
2022-12-05 23:18:29 +08:00
Daniel Huang
f45b823770
[docs] fix inconsistent margin in svelte/motion spring tutorial ( #8081 )
2022-12-06 00:14:11 +09:00
Yuichiro Yamashita
d8c6ab87df
Update CHANGELOG.md
2022-12-06 00:02:21 +09:00
Tan Li Hau
2f61907ec1
[fix] allow invalidating variables from @const declared function ( #7858 )
2022-12-06 00:01:51 +09:00
Ben McCann
5eb1ff9946
[docs] publish roadmap. add process section to contributor's guide and re-organize a bit ( #7965 )
2022-12-05 23:53:29 +09:00
Yuichiro Yamashita
43905ccc22
Update CHANGELOG.md
2022-12-05 23:52:30 +09:00
Simon H
4c5469b1ee
[fix] don't run binding init unnecessarily ( #7981 )
2022-12-05 23:43:39 +09:00
Yuichiro Yamashita
d2ff2aee4f
Update CHANGELOG.md
2022-12-05 23:25:55 +09:00
Bert B
ed3ac92ec0
[fix] Suppress a11y-no-noninteractive-tabindex
warning if an element has a tabpanel
( #8025 )
...
* update tabindex warning to ignore tabpanels
* refactor
Co-authored-by: Yuichiro Yamashita <xydybaseball@gmail.com>
2022-12-05 23:25:25 +09:00
Yuichiro Yamashita
de46e36315
Update CHANGELOG.md
2022-12-05 23:01:14 +09:00
Torsten Dittmann
676716979a
[fix] a11y - allow fallback roles ( #8045 )
2022-12-05 23:00:51 +09:00
Yuichiro Yamashita
6330bfc052
Update CHANGELOG.md
2022-12-05 22:44:40 +09:00
Pat Cavit
84d61c61f8
[feat] Add options w/ direction to transitions ( #8068 )
2022-12-05 22:43:59 +09:00
Sanguansak Petchmeesri
14f33cfe61
[docs] add rel noreferrer to fix warning in tutorial ( #8024 )
...
Co-authored-by: vaishnav <vaishnav240204@gmail.com>
Co-authored-by: Alfredo Vecino <fredovecino@gmail.com>
Co-authored-by: Yuichiro Yamashita <xydybaseball@gmail.com>
2022-12-04 00:42:34 +09:00
Janosh Riebesell
8b462fd7da
[docs] Fix 3.52.0 a11y warning in svelte-self tutorial ( #7988 )
...
* fix svelte 3.52 a11y warning
* replace span with button and drop on:keyup
2022-12-03 23:55:51 +09:00
Frozen FIsh
6923b2e99b
[chore] upgrade node to 18 ( #8018 )
2022-12-03 23:42:07 +09:00
Simon He
e44762aa2d
[chore] add ESLint Caching ( #8069 )
...
see: https://eslint.org/docs/latest/user-guide/command-line-interface#caching
2022-12-03 15:54:32 +09:00
Christian Bromann
e86c0c610b
[docs] Add WebdriverIO as alternative testing solution
2022-12-03 14:03:45 +09:00
Dani Sandoval
1852bc4640
[docs] "What's new in Svelte" December newsletter ( #8064 )
2022-12-02 11:48:30 +01:00
Conduitry
91f8764145
-> v3.53.1
2022-11-10 09:15:07 -05:00
Simon H
e48fa4ac29
[fix] util polyfill to make compiler self-contained ( #8014 )
...
this is needed for running the Svelte compiler in the browser
Fixes #8010
2022-11-10 09:10:40 -05:00
Simon H
f4779eee4a
[fix] don't emit css option deprecation warning for now ( #8012 )
2022-11-10 09:10:09 -05:00
Dominik G
ee480bded6
[fix] only read static value for rel attribute validation ( #8003 )
...
fixes #7994
2022-11-10 14:00:08 +01:00
gtmnayan
ea219f4ed8
[chore] patch bump tslib ( #8015 )
...
closes #8013
ref: microsoft/tslib#160
2022-11-10 12:54:25 +01:00
Conduitry
b2d36075ae
-> v3.53.0
2022-11-09 16:51:48 -05:00
Conduitry
80d4f55a06
update changelog
2022-11-09 16:24:27 -05:00
Ben McCann
74fdbb670b
update changelog
2022-11-09 10:25:25 -08:00
Ben McCann
92f02669cf
[chore] upgrade dependencies ( #7982 )
2022-11-09 10:22:25 -08:00
Maximiliano Ruani
773dedf714
[feat] Compiler option css: 'none' support ( #7914 )
2022-11-09 10:21:38 -08:00
Simon H
b05b684b95
Update changelog
2022-11-07 13:09:53 +01:00
byt3r
84ea242666
[fix] check parentNode exists before removing child ( #6910 )
...
Fixes #6037
2022-11-07 13:09:01 +01:00
tomoam
d39920fb10
[docs] fix link in November newsletter ( #7998 )
2022-11-07 18:15:25 +09:00
Jørgen Kalsnes Hagen
bba3ffed0e
[chore] Update link to feature request template ( #7992 )
2022-11-03 17:43:39 +09:00
Daniel Sandoval
df2e927b46
[docs] "What's new in Svelte" November newsletter ( #7986 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2022-10-31 21:20:54 +01:00
Josh Soref
b265bc6f0f
[chore] fix spelling and typos ( #7974 )
2022-10-27 08:09:18 -07:00
Neagu Mihai
146e7a6310
fix: Remove Security Message ( #7959 )
2022-10-20 20:04:35 +02:00
Josiah Nieves
0a7cf0e73e
[docs] fix typo "bellow" vs "below" ( #7955 )
2022-10-16 19:45:03 -07:00
Tan Li Hau
f9e5b3e995
Update CHANGELOG.md
2022-10-16 17:01:12 +08:00
Sid
8921c04a21
[chore] Upgrade css-tree version to 2.1.0 ( #7572 )
...
* chore: upgrade to css-tree major version
* fix: handle whitespace token for new ast
* fix: css syntax error
* remove @types/css-tree
* import css-tree/parser instead of file path import
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2022-10-16 16:58:34 +08:00
Yuri
1de2c02535
Ensure onmouseleave event fires in Hoverable example ( #7873 )
...
Fixes the browser-quirk-related issue described in #6520 and #7867 , based on a [suggestion](https://github.com/sveltejs/svelte/issues/7867#issuecomment-1248993436 ) by @Prinzhorn.
Tested in the editable example area on the Svelte site: https://svelte.dev/examples/slot-props
2022-10-16 16:25:39 +08:00