Simon H
1632bca34e
Update changelog
3 years ago
Maurício Kishi
cdd3575026
[fix] attribute escaping during ssr ( #7333 )
...
Fixes #7327 and a related security issue
3 years ago
Simon H
b26aa1c865
Update changelog
3 years ago
Geoff Rich
0a3353b671
[fix] do not collapse whitespace-only css vars ( #7303 )
...
Fixes #7152 , see also #7288
--foo:; used to be an invalid CSS custom property value, while -foo: ; was valid. By collapsing the whitespace in these declaration values, we were breaking scenarios where an empty custom property was desired. The spec was updated to trim whitespace and treat these values identically, but Chromium browsers still treat --foo; as invalid. This was recently fixed and will be released in Chrome 99, but this would still be a good fix to maintain backwards compatibility.
3 years ago
Ben McCann
2c629bcc0c
Update CHANGELOG.md
3 years ago
rgossiaux
e2adf6a211
fix: do not generate unused-export-let inside <script context="module"> ( #7232 )
...
Fixes #7055 . This warning can be delegated to userland tools like eslint
3 years ago
tomoam
9b7b8149e4
[docs] add `-` to the beginning of the line ( #7328 )
3 years ago
Daniel Sandoval
a9e6087113
[docs] "What's new in Svelte" March newsletter ( #7293 )
3 years ago
Frozen FIsh
555cdf3da2
[docs] fix typo ( #7323 )
3 years ago
Simon H
8073768f65
update changelog
3 years ago
Ignatius Bagus
78131b9f98
[feat] TS interfaces for typing actions ( #7121 )
...
Fixes #6538
3 years ago
Nick Cummings
f24614cd52
[docs] Add missing parent element to code example. ( #7309 )
...
The div is part of the code, but not part of the code snippet of the text
3 years ago
Jacob Størdahl
b6441eb655
[fix] add aria-description aria_attributes - ( #7302 )
...
Fixes #7301
3 years ago
kram1138
435d14aafe
[docs] Fix feature request link ( #7292 )
3 years ago
opensas
252895d42a
[docs] improve actions tutorial presentation ( #7283 )
3 years ago
T•Ø•R•Ü•S
f287bbe80d
[doc] fixed seemingly erroneous capitalization of noun ( #7273 )
3 years ago
dependabot[bot]
39f0d8cc31
Bump path-parse from 1.0.6 to 1.0.7 ( #7258 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Ignatius Bagus
ec0922219d
[docs] update to multi-page docs links ( #7249 )
3 years ago
dependabot[bot]
5c256bffd1
Bump ajv from 6.10.2 to 6.12.6 ( #7248 )
...
Bumps [ajv](https://github.com/ajv-validator/ajv ) from 6.10.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases )
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.2...v6.12.6 )
---
updated-dependencies:
- dependency-name: ajv
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Geoff Rich
a4a1c3c272
[docs] set language on FAQ code blocks ( #7237 )
3 years ago
Conduitry
eb6fb66f19
-> v3.46.4
3 years ago
Ignatius Bagus
1f9efeac54
[blog] fix link formatting
3 years ago
Daniel Sandoval
ec903ca7bc
[docs] "What's new in Svelte" February newsletter ( #7202 )
3 years ago
Simon H
198883f21f
update changelog
3 years ago
Yosuke Ota
7463d51301
[fix]: keep space in `<pre>` or when `preserveWhitespace: true` ( #6990 )
...
Fixes #6437
Fixes #4731
Closes #4737
Whitespace is now untouched inside <pre> tag and other tags if preserveWhitespace is true
3 years ago
Efe Selim Küçük
587f94eb65
[feat] Better error message for inline component style directive ( #7187 )
...
Closes #7177
3 years ago
Ignatius Bagus
d35fc9f842
[fix] add `FormData` as a known global ( #7199 )
3 years ago
metonym
b9325ed3c4
[fix] type Ast css/instance/module properties as optional ( #7204 )
3 years ago
Geoff Rich
fc2470494d
[docs] fix broken links ( #7194 )
3 years ago
Simon H
be3d82733f
[fix] prevent maximum call stack size exceeded error on large pages ( #7203 )
...
Co-authored-by: milahu <milahu@gmail.com>
Co-authored-by: Simon <simon.holthausen@accso.de>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
3 years ago
Geoff Rich
d1b3f462a5
[docs] add docs for a11y-no-redundant-roles ( #7195 )
3 years ago
NazarLazarchuk
e460acc8f1
[docs] Rename a variable `count_value` to `countValue` in the `Stores` section ( #7180 )
3 years ago
Conduitry
68dd118de0
[chore] remove codecov material ( #7190 )
3 years ago
Rene Kootstra
4a78137a2a
[docs] fix #each in window-bindings example ( #7181 )
3 years ago
Conduitry
883dfecb3c
-> v3.46.3
3 years ago
Conduitry
c1544ec6a7
update changelog
3 years ago
Yuichiro Yamashita
5665f711fd
[fix] raise compile error if variable name is same as imported variable name ( #7145 )
3 years ago
Conduitry
0881aa98d7
update changelog
3 years ago
Yuichiro Yamashita
00e394e3c8
[fix] fix crash when using arrow functions in {@const} ( #7144 )
3 years ago
pngwn
5ccfc3c5d7
Create CODE_OF_CONDUCT.md ( #7183 )
...
* Create CODE_OF_CONDUCT.md
* Update CODE_OF_CONDUCT.md
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
3 years ago
Ignatius Bagus
630ec4b32d
[blog] fix rss feed link
...
Fixes https://github.com/sveltejs/sites/issues/279
3 years ago
Arad Aral
787c34ceec
[docs] Use symbols for context keys in tutorial ( #7046 )
...
Closes #6870
3 years ago
Andreas Ehrencrona
a4e4027f79
Handle whitespace inside #each with animation ( #5477 )
...
* Strip out whitespace inside each when it has an animation
* remove accidentally committed file
* lint
* add test to validate no error
* update changelog
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: tanhauhau <lhtan93@gmail.com>
Co-authored-by: Tan Li Hau <tanhauhau@users.noreply.github.com>
3 years ago
Conduitry
e4a3a875f3
-> v3.46.2
3 years ago
GHOST
7f5eecb84b
[blog] update sirens ( #7142 )
3 years ago
Conduitry
de6c7c5d18
update changelog
3 years ago
Tan Li Hau
dc06ea916e
fix: style directive not reactive in {#each} loop ( #7140 )
3 years ago
Tan Li Hau
815bc7ef6e
fix: test cases should fail when it should fail ( #7139 )
3 years ago
Geoff Rich
fffe66a6a0
[blog] fix Netlify link ( #7138 )
3 years ago
Simon H
0096106b12
update changelog
3 years ago