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

5798 Commits

Author SHA1 Message Date
Rich Harris
8bb0c80c2c
remove BLM banner (#5007) 2020-06-12 06:04:40 -04:00
Conduitry
1c05785ddf -> v3.23.2 2020-06-10 15:47:44 -04:00
Conduitry
6404656698
don't crash when using an arrow function as a statement (#5000) 2020-06-10 14:45:13 -04:00
Tan Li Hau
16a6cc1830
update puppeteer and add logs (#4938) 2020-06-10 13:21:29 -04:00
Tan Li Hau
7dfd9e9653
deconflict bind:this variable (#4949) 2020-06-10 13:17:46 -04:00
Tan Li Hau
38de3b2e9f
fix bind:group in each (#4868) 2020-06-10 13:09:19 -04:00
Antony Jones
90794167fe
Remove duplicate site build instructions (#4824) 2020-06-10 08:47:31 -04:00
Ben McCann
34e87ce579
site: faq: svelte-preprocess is now an official project (#4997) 2020-06-09 19:21:03 -04:00
Conduitry
4135ca5415 -> v3.23.1 2020-06-08 21:44:22 -04:00
Conduitry
b32bcccee4
site: remove BLM filter, but leave banner (#4994) 2020-06-08 21:14:12 -04:00
Tan Li Hau
787ece66a4
fix bind:group with duplicated values (#4877) 2020-06-08 16:38:31 -04:00
Conduitry
e75831201e update changelog 2020-06-08 11:31:57 -04:00
Aria Stewart
0dceb2c281
work around Edge issue when removing attributes during hydration (#4911) 2020-06-08 11:30:37 -04:00
Conduitry
430961cc94 update changelog 2020-06-08 11:21:40 -04:00
Cameron Messinides
e46e1afea5
throw parser error when :global() appears without a selector (#4936) 2020-06-08 11:20:34 -04:00
Tan Li Hau
c21a42edbf
remove unreferenced variable from initial context (#4941) 2020-06-08 10:50:32 -04:00
Matt Wolff
5b2b58f46f
docs: media binding tweaks (#4967) 2020-06-08 10:49:14 -04:00
Tan Li Hau
0f43ad40ab
fix reactivity with assigning item in each block (#4945) 2020-06-08 10:43:59 -04:00
Tan Li Hau
bf6c74fb17
fix binding for each block local variable (#4861) 2020-06-08 09:26:42 -04:00
Ben McCann
85dad45668
site: faq: document how to declare reactive variable type (#4973) 2020-06-08 09:03:07 -04:00
Antony Jones
0f5fe6552d
use common linting configuration (#4942) 2020-06-06 13:09:47 -04:00
Luke Edwards
dba6e5efad
fix(site): add padding-bottom for banner space (#4958) 2020-06-02 14:40:45 -04:00
Richard Harris
80eb8ee1b5 workaround the monumental stupidity of the css filter specification 2020-06-02 11:59:25 -04:00
Richard Harris
0221f52e2b additional donation links 2020-06-02 10:13:37 -04:00
swyx
fa95942290 add BLM footer 2020-06-02 21:25:41 +08:00
swyx
8af69c264f
Merge pull request #2 from sveltejs/master 2020-06-02 21:00:10 +08:00
Ben McCann
e606a0c878
Use namespaces.svg constant (#4952) 2020-06-02 08:46:24 -04:00
James Hegedus
8fc85f0ef6
fix: dirname of test for select spread (#4939) 2020-06-01 15:53:20 +08:00
Roman Kosov
a4dadf82be
site: fix some mixed content (#4926) 2020-05-29 10:10:19 -04:00
pushkin
0da70f46b9
handle line ending differences in tests (#4915) 2020-05-28 12:36:27 -04:00
Ben McCann
4124ec535e
site: update FAQ to point to svelte-check (#4916) 2020-05-27 13:01:14 -04:00
Conduitry
f46b38a308 -> v3.23.0 2020-05-26 19:31:31 -04:00
Rich Harris
b0377cc4e4
fix {@html} assuming it lives inside a <div> (#4863) 2020-05-26 19:25:19 -04:00
Tan Li Hau
11967804af
fix reactivity when binding to each context (#4878) 2020-05-26 19:10:47 -04:00
Rich Harris
3330c3fbab
only add event listeners when a block is first mounted (#4860) 2020-05-26 18:56:15 -04:00
Tan Li Hau
24ef4e1181
set select multiple value with spread (#4894) 2020-05-26 18:31:19 -04:00
Ben McCann
d61a7a0b95
run unit tests on Windows and macOS (#4908) 2020-05-26 18:27:09 -04:00
Alessandro (Ale) Segala
81b6c0b986
docs: adjust readable store example (#4903) 2020-05-25 16:56:31 -04:00
Tan Li Hau
e34f208843
reselect <select> when the option values change (#4885) 2020-05-21 16:47:27 -04:00
Daniel Imfeld
f624d6e292
docs: value cannot be set via spread for indirectly bound values (#4832) 2020-05-21 16:37:29 -04:00
Matt Wolff
97db5cc7f7
docs: add blur to list of svelte/transition exports 2020-05-21 16:33:58 -04:00
Ben McCann
745c777806
site: move .dev TLD info from FAQ to readme (#4883) 2020-05-21 16:29:55 -04:00
Richard Harris
25488772e2 update changelog 2020-05-19 21:54:09 -04:00
Tan Li Hau
7834ca3c5b
fix slot with context overflow + without let (#4862) 2020-05-19 21:52:27 -04:00
Richard Harris
185706f7d0 add #2998 to changelog 2020-05-18 21:37:22 -04:00
Robert Hall
7fe1384f43
Property "muted" for <audio> and <video> (#4690)
* Audio two-way `muted` bind property

Loosely based on a37ee81676

* Documentation

* fix test

* dont bother coercing muted, it happens automatically

Co-authored-by: Richard Harris <richard.a.harris@gmail.com>
2020-05-18 21:37:03 -04:00
Conduitry
c19542b634 update changelog 2020-05-17 14:27:46 -04:00
Billy Levin
0cd40b79c8
invalidate -> update (#4793) 2020-05-17 12:04:37 -04:00
pngwn
d5e95594e9
feat(site): add svelte syntax highlighting (#4851) 2020-05-17 12:03:22 -04:00
André Lins
f7d1bf35a0
A11y rule no-onchange (#4788)
* A11y rule no-onchange

* Fix message

* Fix tests

* Removing declarations
2020-05-17 11:50:38 -04:00