Neagu Mihai
146e7a6310
fix: Remove Security Message ( #7959 )
2 years ago
Josiah Nieves
0a7cf0e73e
[docs] fix typo "bellow" vs "below" ( #7955 )
2 years ago
Tan Li Hau
f9e5b3e995
Update CHANGELOG.md
2 years ago
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>
2 years ago
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
2 years ago
Yuichiro Yamashita
caca8a5340
[chore] Improve CI ( #7945 )
...
* stop to use cache
* update on.push.branches
* rename
2 years ago
Conduitry
ef849217c4
-> v3.52.0
2 years ago
Tan Li Hau
244d74d4a7
[feat] pre-build before testing in CI ( #7933 )
2 years ago
Yuichiro Yamashita
a6169f65eb
Update CHANGELOG.md
2 years ago
Tan Li Hau
e8b4997bb5
[fix] duplicate meta tags during hydration ( #7941 )
2 years ago
Tan Li Hau
bb83eddfc6
Update CHANGELOG.md
2 years ago
Billy Levin
88ed9931f2
warn on assignment to const ( #4960 )
...
* warn on assignment to const
* fix formatting and switch to error
* check most local scopes first
* fix logic and add more tests
* more formatting
* Fix broken test
* use find_owner instead
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2 years ago
Tan Li Hau
ab1285a4f8
Update CHANGELOG.md
2 years ago
Joffrey LEVEUGLE
c7c6c05c7f
[feat] add security warning for anchor element (rel attribute) ( #6289 )
...
* add security warning for anchor element (rel attribute)
* manage more case for security warnings on anchor (aplocks, false positive ...)
* remove noopener checks as noreferrer imples noopener
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2 years ago
Tan Li Hau
ea9ee3911f
Update CHANGELOG.md
2 years ago
gtmnayan
bee1851faa
[feat] `|important` modifier for style directive ( #7489 )
...
* important modifier for style directive
* docs
* Exclude third param if false
third param for set_style is optional
* Remove unused test
Runtime test doesn't work because of weird behaviour of computed style
the puppeteer test should cover it
* remove unnecessary test
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2 years ago
Siarhei
ff6e1c39d0
[chore] Bump actions' versions ( #7921 )
2 years ago
Don Alfons
1ca83c2050
[docs] Improve grammar ( #7923 )
...
* [docs] Improve grammar
* revert spelling changes
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2 years ago
Hofer Ivan
739bfaec12
[chore] add missing types to `compiler/compile/render_dom` functions and variables ( #7777 )
...
* add missing types to `compiler/compile/render_dom` functions and variables
* add `DetachingOrNull`
* fis `is_head`
2 years ago
Hofer Ivan
0eba57113b
[chore]: store regexp as variable instead of defining it inline ( #7716 )
...
* store regexp as variable instead of defining it inline
* fix naming of `regex_quoted_value`
* some more variables
* optimize `.replace() calls
* restore formatting changes
* optimize `parser.*` calls
* small refactor
* optimize `.test() calls
* rename some variables
* fix tests
* rename pattern variables
* extract common regexes into `patters.ts`
* rename variables to use snake_case
* fix trim
2 years ago
metonym
26a428972b
[fix] "not interactive" -> "noninteractive" ( #7930 )
2 years ago
Conduitry
6ac7038e47
-> v3.51.0
2 years ago
Ben McCann
1c659193a0
[docs] update SvelteKit status ( #7919 )
2 years ago
Geoff Rich
ff2759e143
[docs] fix typo in getting started ( #7918 )
2 years ago
Samuel Stroschein
220325cd9f
[docs] add inline documentation to svelte runtime functions ( #7846 )
...
* add documentation
* add links do docs
2 years ago
Tan Li Hau
2b73938857
Update CHANGELOG.md
2 years ago
Tan Li Hau
8de7931c64
[feat] better error message for invalid logic block placement ( #7862 )
...
* better error message for invalid logic block placement
* include checking for {@html} tags in invalid location
2 years ago
Yuichiro Yamashita
d04b1cca24
Update CHANGELOG.md
2 years ago
Tan Li Hau
158ec43d99
[fix] do not warn about missing props for bindings ( #6583 )
2 years ago
Marcos Mercuri
ce569f97eb
[docs] Add clarification on how reactivity works ( #7819 )
...
* Add clarification on how reactivity works
Based on the fact that there are multiple issues were opened related to a perceived bug on the reactive variables, I thought it would be good to add a clarification on the docs. Part of the text is taken from [this comment](https://github.com/sveltejs/svelte/issues/7818#issuecomment-1230374639 ) that I found super useful.
* Reword based on PR comments
2 years ago
Yuichiro Yamashita
bfb7536c1a
Update CHANGELOG.md
2 years ago
Tan Li Hau
81d4dbad99
[fix] call `on_destroy` if unmounted called immediately before `on_mount` ( #7860 )
...
* call on_destroy if unmounted called immediately before on_mount
* feat: review changes
2 years ago
Yuichiro Yamashita
57541e6abc
Update CHANGELOG.md
2 years ago
Tan Li Hau
5c5bc27d97
[feat] Support style props for SVG components ( #7859 )
2 years ago
Tan Li Hau
ea2f83adeb
Update CHANGELOG.md
2 years ago
Yuichiro Yamashita
01a91163a9
[fix] Improve error message if `this` attribute of `<svelte:component>` is not valid ( #7551 )
...
* add test
* improve error message if this attribute of <svelte:component> is not SvelteComponent
* add more tests
* improve validation
* simplify test
Co-authored-by: Tan Li Hau <tanhauhau@users.noreply.github.com>
2 years ago
Shawn
be70a898f3
[docs] fix link redirect to discord ( #7911 )
...
* fix link redirect to discord
* fix link redirect to discord
2 years ago
Ben McCann
7d20194d8a
[docs] create getting started guide outside blog ( #7812 )
2 years ago
Alex
a752ef4709
GitHub Workflows security hardening ( #7883 )
2 years ago
Daniel Sandoval
0b46c72cad
[docs] "What's new in Svelte" October newsletter ( #7898 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
Co-authored-by: Lyu, Wei-Da <36730922+jasonlyu123@users.noreply.github.com>
Co-authored-by: Willow (GHOST) <ghostdevbusiness@gmail.com>
2 years ago
Simon H
c12704c301
[fix] typings for #7863
2 years ago
Xiao Chuan
ee5479d00e
[fix] fix ctx and dirty type ( #7832 )
...
* fix: ctx type
* fix: update function dirty type
2 years ago
Tan Li Hau
132dbecc58
Update CHANGELOG.md
2 years ago
Tan Li Hau
b20fb114a6
allow nullish values for component event handlers ( #7863 )
2 years ago
Yuichiro Yamashita
25a05bf952
update changelog
2 years ago
Yuichiro Yamashita
433460ec2d
[feat] skip custom element check if <svelte:element> uses under svg ( #7869 )
...
* add test
* skip custom element check if svelte element uses under svg
2 years ago
Tan Li Hau
56bcec5ddd
Update CHANGELOG.md
2 years ago
Yuichiro Yamashita
5adac302c0
[fix] call attribute bindings for custom element if <svelte:element> render custom element ( #7766 )
...
* call attr bindings if tag is custom element
* add test
2 years ago
Tan Li Hau
c113d9d978
Update CHANGELOG.md
2 years ago
metonym
980aff8a4a
[fix] omit a11y warning for native checkbox/radio inputs ( #7838 )
...
* [fix] omit a11y warning for native checkbox/radio inputs
Fixes #7837
* align implementation with eslint-plugin-jsx-a11y
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2 years ago