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

1711 Commits

Author SHA1 Message Date
Rich Harris
bc88471840 -> v1.41.0 2017-10-17 16:59:04 -04:00
Rich Harris
c394aa7848 Merge pull request #889 from jacobmischka/destructure-each
Add array destructuring for each contexts
2017-10-17 16:50:18 -04:00
Rich Harris
d01d7ee580 Merge pull request #886 from m59peacemaker/audio-muted
supported "muted" property as boolean on audio element
2017-10-17 16:45:05 -04:00
Rich Harris
ba3641f334 Merge pull request #883 from sveltejs/default-onwarn-onerror
pass default onwarn and onerror handlers to user's callbacks
2017-10-17 16:42:35 -04:00
Jacob Mischka
a60a7e6773
Remove Object.entries from test 2017-10-09 21:12:21 -05:00
Jacob Mischka
ffbc991027
Add missing runtime test, add contexts to SSR 2017-10-09 21:05:59 -05:00
Jacob Mischka
5d27d3fda7
Add array destructuring for each contexts
Fixes #888
2017-10-09 20:38:26 -05:00
Johnny Hauser
b79e37c727 supported "muted" property as boolean on audio element 2017-10-05 17:10:10 -05:00
Conduitry
0567d08094 pass default onwarn and onerror handlers to user's callbacks 2017-10-04 14:21:12 -04:00
Rich Harris
3cac20c1ef -> v1.40.2 2017-10-03 20:56:30 -04:00
Rich Harris
c7e0674441 Merge pull request #874 from sveltejs/gh-871
handle unknown at-rules that are declaration-like
2017-10-03 20:54:25 -04:00
Rich Harris
bcad4171ce Merge pull request #873 from sveltejs/gh-872
escape backslashes in CSS for custom elements
2017-10-03 20:54:08 -04:00
Rich Harris
8dd3bdf045 Merge pull request #870 from sveltejs/add-prettierrc
upgrade prettier; use .prettierrc
2017-09-27 14:23:49 -04:00
Rich Harris
86a11b547b handle unknown at-rules that are declaration-like — fixes #871 2017-09-27 14:21:00 -04:00
Rich Harris
e83bcb0b53 escape backslashes in CSS for custom elements - fixes #872 2017-09-27 13:55:22 -04:00
Conduitry
d125f771e1 upgrade prettier; use .prettierrc 2017-09-23 14:17:33 -04:00
Rich Harris
30f223b54c -> v1.40.1 2017-09-23 10:40:29 -04:00
Rich Harris
54d9e05f27 Merge pull request #867 from sveltejs/gh-866
do not use self-closing tags in .innerHTML
2017-09-23 10:34:40 -04:00
Rich Harris
54bbeeae8b Merge pull request #869 from sveltejs/gh-868
Escape sigils in .textContent and .innerHTML
2017-09-23 10:33:09 -04:00
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
Conduitry
0a7e6183fd do not use self-closing tags in .innerHTML (#866) 2017-09-21 10:07:01 -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