0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

6640 Commits

Author SHA1 Message Date
Ignatius Bagus
ec0922219d
[docs] update to multi-page docs links (#7249) 2022-02-14 05:45:04 -08:00
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>
2022-02-12 20:28:25 -08:00
Geoff Rich
a4a1c3c272
[docs] set language on FAQ code blocks (#7237) 2022-02-09 09:12:07 -08:00
Conduitry
eb6fb66f19 -> v3.46.4 2022-02-03 12:59:55 -05:00
Ignatius Bagus
1f9efeac54
[blog] fix link formatting 2022-02-02 17:33:53 +07:00
Daniel Sandoval
ec903ca7bc
[docs] "What's new in Svelte" February newsletter (#7202) 2022-02-02 09:55:30 +01:00
Simon H
198883f21f
update changelog 2022-02-02 09:38:09 +01:00
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
2022-02-02 09:30:25 +01:00
Efe Selim Küçük
587f94eb65
[feat] Better error message for inline component style directive (#7187)
Closes #7177
2022-02-02 08:56:23 +01:00
Ignatius Bagus
d35fc9f842
[fix] add FormData as a known global (#7199) 2022-02-02 08:55:09 +01:00
metonym
b9325ed3c4
[fix] type Ast css/instance/module properties as optional (#7204) 2022-02-02 08:54:54 +01:00
Geoff Rich
fc2470494d
[docs] fix broken links (#7194) 2022-02-01 13:43:28 -08:00
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>
2022-01-31 14:23:44 -08:00
Geoff Rich
d1b3f462a5
[docs] add docs for a11y-no-redundant-roles (#7195) 2022-01-27 21:47:03 +01:00
NazarLazarchuk
e460acc8f1
[docs] Rename a variable count_value to countValue in the Stores section (#7180) 2022-01-27 11:13:25 +01:00
Conduitry
68dd118de0
[chore] remove codecov material (#7190) 2022-01-26 13:27:55 -05:00
Rene Kootstra
4a78137a2a
[docs] fix #each in window-bindings example (#7181) 2022-01-26 08:44:14 -08:00
Conduitry
883dfecb3c -> v3.46.3 2022-01-26 10:18:42 -05:00
Conduitry
c1544ec6a7 update changelog 2022-01-26 10:18:14 -05:00
Yuichiro Yamashita
5665f711fd
[fix] raise compile error if variable name is same as imported variable name (#7145) 2022-01-26 10:16:20 -05:00
Conduitry
0881aa98d7 update changelog 2022-01-26 09:52:29 -05:00
Yuichiro Yamashita
00e394e3c8
[fix] fix crash when using arrow functions in {@const} (#7144) 2022-01-26 09:50:18 -05:00
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>
2022-01-25 08:48:47 +00:00
Ignatius Bagus
630ec4b32d
[blog] fix rss feed link
Fixes https://github.com/sveltejs/sites/issues/279
2022-01-24 20:17:44 +07:00
Arad Aral
787c34ceec
[docs] Use symbols for context keys in tutorial (#7046)
Closes #6870
2022-01-16 09:32:13 +01:00
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>
2022-01-15 11:47:02 +08:00
Conduitry
e4a3a875f3 -> v3.46.2 2022-01-14 18:44:07 -05:00
GHOST
7f5eecb84b
[blog] update sirens (#7142) 2022-01-14 21:52:43 +01:00
Conduitry
de6c7c5d18 update changelog 2022-01-14 12:18:17 -05:00
Tan Li Hau
dc06ea916e
fix: style directive not reactive in {#each} loop (#7140) 2022-01-14 12:16:34 -05:00
Tan Li Hau
815bc7ef6e
fix: test cases should fail when it should fail (#7139) 2022-01-14 12:12:23 -05:00
Geoff Rich
fffe66a6a0
[blog] fix Netlify link (#7138) 2022-01-14 17:00:03 +01:00
Simon H
0096106b12
update changelog 2022-01-14 11:49:52 +01:00
Eric Liu
7b07e6e243
[fix] export FlipParams interface from "svelte/animate" (#7104)
Fixes #7103
2022-01-14 11:48:57 +01:00
Bjorn Lu
cc445839e3
[docs] explain initial value for bind scroll (#7065)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2022-01-14 13:10:33 +08:00
Ben McCann
54f277cd8e
[blog] remove heading to align with other blog posts 2022-01-13 17:09:21 -08:00
Ben McCann
17b1c587c2
[blog] Accelerating Svelte's Development (#7118) 2022-01-13 16:28:40 -08:00
Conduitry
b818bbc17c fix changelog typo 2022-01-12 15:31:32 -05:00
Conduitry
0b369f122b -> v3.46.1 2022-01-12 15:15:16 -05:00
Conduitry
db0c6b94a0 update changelog 2022-01-12 15:14:53 -05:00
Simon H
7044a32a2b
[fix] adjust style directive AST (#7127)
- deduplicate type name: Is now "StyleDirective"
- Don't transform value array to template literal in the AST phase but in the compiler phase. This ensures other tools know what the raw output was and that start/end positions are available
2022-01-12 15:12:50 -05:00
Simon H
4ae20d7fdf
update changelog 2022-01-12 11:43:25 +01:00
GHOST
c67f8ef14c
[fix] handle kebab case style directives (#7123)
fixes #7122
2022-01-12 11:42:13 +01:00
Conduitry
4d1d1861eb -> v3.46.0 2022-01-11 17:11:09 -05:00
Conduitry
0f31fb034b update changelog 2022-01-11 17:10:36 -05:00
Tan Li Hau
b5aaa6641b
[feat] implement constants in markup (#6413) 2022-01-11 17:10:09 -05:00
Ben McCann
d5fde793c1
update changelog 2022-01-11 11:55:59 -08:00
Hofer Ivan
806cba2b75
[fix] ensure style manager instances don't conflict with each other (#7114) 2022-01-11 11:54:07 -08:00
Ben McCann
1143b5615a
update changelog 2022-01-09 06:15:07 -08:00
Yuichiro Yamashita
895b4c6721
[fix] hydrate correct elements when using @html (#6946) 2022-01-09 06:12:57 -08:00