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

1691 Commits

Author SHA1 Message Date
Conduitry
9c7c5b9636 more testing 2017-09-22 11:24:05 -04:00
Conduitry
7b25b1202f expand unit test 2017-09-22 10:35:45 -04:00
Conduitry
707405af7a fix sigil escaping in .textContent and .innerHTML (#868) 2017-09-22 10:31:59 -04:00
Rich Harris
abfb2ad743 -> v1.40.0 2017-09-20 13:15:35 -04:00
Rich Harris
262456d41c Merge pull request #864 from sveltejs/no-template-iife
Remove template IIFE
2017-09-20 13:12:13 -04:00
Rich Harris
1dc4882183 merge master -> no-template-iife 2017-09-20 13:03:49 -04:00
Rich Harris
3c405afa77 Merge pull request #863 from sveltejs/short-method-names
use short method names
2017-09-20 12:57:14 -04:00
Rich Harris
d27e4734d5 Merge branch 'master' into short-method-names 2017-09-20 12:47:21 -04:00
Rich Harris
dc3785c1e2 fix escaping of %-prefixed names 2017-09-20 12:00:42 -04:00
Rich Harris
6436886500 exclude irrelevant stuff from SSR output 2017-09-20 11:51:01 -04:00
Rich Harris
7f39b5be16 tidy up 2017-09-20 11:42:07 -04:00
Rich Harris
4dbfc65e74 fix indentation, update snapshot tests 2017-09-20 11:06:23 -04:00
Rich Harris
49403d4326 deconflict 2017-09-19 18:43:24 -04:00
Rich Harris
2865a98e57 move properties out of the template IIFE (#756) 2017-09-19 16:24:03 -04:00
Rich Harris
fcf2b03ba6 take template object out of IIFE 2017-09-19 12:59:12 -04:00
Rich Harris
3f8a59c8dd -> v1.39.4 2017-09-19 11:28:02 -04:00
Rich Harris
9f4db8dc04 Merge pull request #860 from sveltejs/gh-23
use textContent and innerHTML where appropriate
2017-09-19 11:23:07 -04:00
Rich Harris
94e280e430 merge master -> gh-23 2017-09-19 11:11:40 -04:00
Rich Harris
6b651e4df1 Merge pull request #859 from sveltejs/iife
Wrap ES module exports in an IIFE
2017-09-19 11:05:02 -04:00
Rich Harris
dabc2d1fdf dont wrap ESM in IIFE 2017-09-19 11:00:55 -04:00
Rich Harris
2da0e252c7 merge master => iife 2017-09-19 10:47:26 -04:00
Rich Harris
2b2a1b40ce use short method names 2017-09-18 22:00:28 -04:00
Rich Harris
c8f094cf80 remove unused destroyEach and destroy arguments 2017-09-18 21:37:10 -04:00
Rich Harris
1f9fc04d27 simplify module wrapping 2017-09-18 21:30:05 -04:00
Rich Harris
fdd7ac71c2 Merge branch 'master' into iife 2017-09-18 21:03:33 -04:00
Rich Harris
64026c3ba9 Merge pull request #854 from sveltejs/gh-782
allow console.* calls in event handlers
2017-09-18 21:03:07 -04:00
Rich Harris
cf56c0ba04 Merge branch 'master' into gh-23 2017-09-18 21:02:03 -04:00
Rich Harris
f5f94c9a0c Merge pull request #862 from sveltejs/readable-each
more readable each block values
2017-09-18 21:01:19 -04:00
Rich Harris
d5ad4c007b update validation message 2017-09-18 20:59:51 -04:00
Rich Harris
5d84a93c99 shorten each block var names 2017-09-18 20:53:23 -04:00
Rich Harris
4f1d48c4a6 more readable each block values 2017-09-18 18:32:44 -04:00
Rich Harris
75cf698885 Merge pull request #861 from sveltejs/remove-incorrect-argument
remove incorrect argument
2017-09-18 18:00:05 -04:00
Rich Harris
74d84d81e9 remove incorrect argument 2017-09-18 17:54:57 -04:00
Rich Harris
66ae0d9c94 use textContent and innerHTML where appropriate (#23) 2017-09-18 17:24:31 -04:00
Rich Harris
7cc192ad4c fix test 2017-09-18 15:33:33 -04:00
Rich Harris
5cd76be290 various fixes 2017-09-18 15:12:40 -04:00
Rich Harris
abea37af71 wrap ES modules in an IIFE 2017-09-18 11:12:10 -04:00
Rich Harris
240291604b refactor module wrapping 2017-09-18 10:37:51 -04:00
Rich Harris
3b68d1f5dc update tests 2017-09-17 17:27:05 -04:00
Rich Harris
6b70825ac3 Merge pull request #856 from sveltejs/remove-is-initial
remove isInitial check on recompute
2017-09-17 13:34:23 -04:00
Rich Harris
225f59a3f5 Merge pull request #857 from sveltejs/static-components
Skip updates for components with no dynamic props/bindings
2017-09-17 13:33:32 -04:00
Rich Harris
21f6dd8cef Merge branch 'master' into static-components 2017-09-17 13:02:02 -04:00
Rich Harris
bd282df921 remove version numbers from snapshot tests 2017-09-17 13:01:47 -04:00
Rich Harris
e2ef1fdb96 dont update components with only static bindings 2017-09-17 12:59:30 -04:00
Rich Harris
4d6e95d799 update snapshot tests 2017-09-17 12:29:11 -04:00
Rich Harris
6f0961ed5a remove oldState from recompute 2017-09-17 12:29:01 -04:00
Rich Harris
955354739f Merge branch 'master' into remove-is-initial 2017-09-17 12:26:34 -04:00
Rich Harris
9f19121b65 remove isInitial check on recompute 2017-09-17 12:21:26 -04:00
Rich Harris
b1cbffece6 remove excess parentheses 2017-09-17 12:18:23 -04:00
Rich Harris
f394cacb99 Merge pull request #855 from sveltejs/shared-init
extract some shared init logic
2017-09-17 12:16:38 -04:00