Richard Harris
9037688dd9
thumbnails
2019-03-10 18:53:06 -04:00
Richard Harris
3b424fe660
7guis examples
2019-03-10 18:52:54 -04:00
Richard Harris
23eeddef66
tweak examples
2019-03-10 18:35:46 -04:00
Richard Harris
830fb1ea49
remove thumbnails
2019-03-10 18:35:29 -04:00
Richard Harris
b870e65511
add thumbnails to examples page
2019-03-10 17:16:39 -04:00
Richard Harris
161a69de99
Merge branch 'master' into examples
2019-03-10 16:06:49 -04:00
Richard Harris
86aba6a2aa
Merge remote-tracking branch 'origin/puppeteer' into examples
2019-03-10 16:06:38 -04:00
Rich Harris
9bfbbae666
Merge pull request #2201 from sveltejs/puppeteer
...
swap out nightmare for puppeteer
2019-03-10 16:06:14 -04:00
Richard Harris
95649da552
swap out nightmare for puppeteer
2019-03-10 16:00:37 -04:00
Richard Harris
5bd43fba51
bones of an example index page
2019-03-10 15:53:01 -04:00
Richard Harris
ff32efd8d9
update Svelte, fix bug
2019-03-10 13:54:51 -04:00
Richard Harris
e27028e780
more tidying up
2019-03-10 13:43:58 -04:00
Richard Harris
26e783b078
remove some more unused stuff
2019-03-10 13:42:52 -04:00
Richard Harris
0bbea065bb
remove props editor
2019-03-10 13:41:14 -04:00
Richard Harris
dfd258f90d
bump beta version
2019-03-10 13:25:48 -04:00
Rich Harris
19bcb33bc2
Merge pull request #2198 from sveltejs/svelte-self
...
fix svelte:self
2019-03-10 13:20:02 -04:00
Richard Harris
217cd6c741
move example data into components
2019-03-10 13:15:56 -04:00
Richard Harris
885ad257b7
fix svelte:self
2019-03-10 13:13:57 -04:00
Rich Harris
dd6a962f3e
Tutorial/REPL tweaks ( #2196 )
...
* make dropdown more obviously interactive
* make component removal work in firefox
* dont recompile on component selection
* oops
* focus editor on selector blur, finesse styles
* fix input alignment on firefox
2019-03-10 11:09:32 -04:00
Rich Harris
00df135283
Merge pull request #2195 from sveltejs/reactive-update-expression
...
make foo += 1 equivalent to foo = foo + 1 in reactive statements
2019-03-10 11:00:31 -04:00
Richard Harris
ac2597f77d
make foo += 1 equivalent to foo = foo + 1 in reactive statements
2019-03-10 09:39:07 -04:00
Rich Harris
4541d58798
Add a tutorial ( #2132 )
2019-03-10 09:30:29 -04:00
Conduitry
1e1784adaf
update options.customElement/<svelte:options tag='...'> handling ( #2025 )
2019-03-10 05:39:31 -04:00
Richard Harris
bcedaea620
bump beta version
2019-03-09 22:08:55 -05:00
Rich Harris
d058a89c81
Merge pull request #2187 from sveltejs/gh-2186
...
implement $$props
2019-03-09 21:59:14 -05:00
Rich Harris
d479d8a430
Merge pull request #2191 from sveltejs/gh-2178
...
tweak semantics of reactive statements
2019-03-09 21:55:07 -05:00
Richard Harris
1b3af6a5a6
generalise pattern of treating $foo as a store value but $$foo as internal
2019-03-09 21:47:51 -05:00
Richard Harris
a9686ba39b
add test for $$props vars output
2019-03-09 21:44:19 -05:00
Richard Harris
9508b0d3dd
merge gh-2186 -> master
2019-03-09 21:41:31 -05:00
Richard Harris
19d3564fc8
use add_var mechanism to create implicit $$props var
2019-03-09 21:40:21 -05:00
Richard Harris
8e4464166a
tweak semantics of reactive statements - fixes #2178
2019-03-09 21:35:00 -05:00
Richard Harris
f2a48145a8
bump beta version
2019-03-09 17:11:52 -05:00
Rich Harris
8875fa892e
Merge pull request #2190 from sveltejs/gh-2171
...
Stores accept mutable data
2019-03-09 17:02:39 -05:00
Rich Harris
24c36e8cb2
Merge pull request #2189 from sveltejs/gh-2175
...
deconflict own name against globals
2019-03-09 16:59:09 -05:00
Rich Harris
b604b5223c
Merge pull request #2188 from sveltejs/gh-2180
...
optimise iteration over array literals
2019-03-09 16:58:42 -05:00
Richard Harris
093cc0f83e
deep store bindings
2019-03-09 16:57:02 -05:00
Richard Harris
a203bfd071
express readable in terms of writable
2019-03-09 16:34:30 -05:00
Richard Harris
41b14606b4
allow stores to work with mutable data - fixes #2171
2019-03-09 16:22:22 -05:00
Richard Harris
cb11aa78c8
deconflict own name against globals - fixes #2175
2019-03-09 16:14:28 -05:00
Richard Harris
180c387c8d
optimise iteration over array literals - fixes #2180
2019-03-09 15:33:43 -05:00
Richard Harris
7abf32f275
implement $$props - fixes #2186
2019-03-09 14:56:16 -05:00
Rich Harris
06040d3513
Merge pull request #2185 from Panya/issue-2184
...
Don't invalidate `this`. Fixes #2184
2019-03-09 14:02:46 -05:00
Rich Harris
333b933837
Merge pull request #2177 from jches/export-codegen
...
more export codegen fixes
2019-03-09 14:01:43 -05:00
Mikhail Korepanov
3ced3c1325
Don't invalidate this
. Fixes #2184
2019-03-09 19:21:55 +03:00
John Chesley
212273ee68
tabs
2019-03-07 22:49:47 -05:00
John Chesley
8cae8f233e
add support for various export syntax
2019-03-07 22:42:54 -05:00
John Chesley
5629a8d1c2
add samples for various export syntax
2019-03-07 22:39:48 -05:00
Rich Harris
ea88317f84
bump beta version
2019-03-07 09:21:46 -05:00
Conduitry
7ca4c408e2
site: deps
2019-03-07 08:53:18 -05:00
Rich Harris
d0c7cce76c
Merge pull request #2153 from bsssshhhhhhh/patch-2
...
Add 'rowindex' and 'colindex' to list of aria attributes
2019-03-07 08:40:04 -05:00