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

1746 Commits

Author SHA1 Message Date
Rich Harris
3442df92cb -> v1.41.3 2017-11-12 14:56:17 -05:00
Rich Harris
6000e9b6e2
Merge pull request #902 from sveltejs/gh-893
possible fix for #893
2017-11-12 14:46:34 -05:00
Rich Harris
ad12854d63
Merge pull request #918 from sveltejs/fix-umd-globals
fix factory arguments for globals in UMD output
2017-11-12 14:46:12 -05:00
Rich Harris
60c13a6970
Merge pull request #912 from esarbanis/arg-name-clash
Use a block scoped unique name for the context solves #911
2017-11-12 14:45:34 -05:00
Rich Harris
1bd7026c05 Merge branch 'master' into fix-umd-globals 2017-11-12 14:38:32 -05:00
Rich Harris
70750a9d5e
Merge pull request #920 from sveltejs/gh-919
add tslib and use importHelpers - fixes #919
2017-11-12 14:36:56 -05:00
Rich Harris
f80cc613f3 add tslib and use importHelpers - fixes #919 2017-11-12 14:21:00 -05:00
Conduitry
f19907e9f7 fix factory arguments for globals in UMD output 2017-11-12 12:22:35 -05:00
Conduitry
45f061e737 reorganize options table and add hydratable and customElement 2017-11-08 23:50:04 -05:00
esarbanis
9218f20330 Use a block scoped unique name for the context 2017-11-06 12:43:38 +02:00
Rich Harris
e63529683d -> v1.41.2 2017-10-28 11:36:04 -04:00
Rich Harris
f659fd8391 remove unused _yield property 2017-10-28 11:32:53 -04:00
Rich Harris
d05b212581 oops 2017-10-28 11:31:29 -04:00
Rich Harris
3e9d9740f8 Merge branch 'm59peacemaker-oncreate-async-#904' 2017-10-28 11:27:29 -04:00
Rich Harris
c5943d7b6d skip async-await tests below node 8 2017-10-28 11:27:10 -04:00
Rich Harris
fee5754c32
Merge pull request #906 from m59peacemaker/css-attribute-name-only-bug
Fixes #905 css attribute name only bug
2017-10-28 11:22:36 -04:00
Johnny Hauser
5275892152 keep "async" keyword for async oncreate functions 2017-10-25 10:26:38 -05:00
Johnny Hauser
0997107e1d oncreate async tests (function, arrow, arrow block) 2017-10-25 10:26:25 -05:00
Johnny Hauser
97d8125030 test attribute only selector when html is also attribute only 2017-10-24 23:15:32 -05:00
Johnny Hauser
8edfd643f1 match css attribute name only selectors (no value) 2017-10-24 22:57:05 -05:00
Johnny Hauser
f8ac12c57b test for attribute name only selector 2017-10-24 22:54:23 -05:00
Rich Harris
1dad8f1936 add test for #891 2017-10-24 08:14:02 -04:00
Rich Harris
218dcacef8 Merge branch 'patch-1' of https://github.com/petterek/svelte into petterek-patch-1 2017-10-24 08:13:39 -04:00
Rich Harris
5646df77ac possible fix for #893 2017-10-23 22:43:16 -04:00
Rich Harris
0a7d39d08f -> v1.41.1 2017-10-20 15:27:18 -04:00
Rich Harris
921ad06bc7 Merge pull request #900 from sveltejs/event-handler-options-callee
allow options.* as event handler callee
2017-10-20 15:25:37 -04:00
Rich Harris
89ad91d5b2 Merge pull request #899 from jacobmischka/fix-yarn-lock-electron
Fix yarn.lock electron entry
2017-10-20 15:24:43 -04:00
Rich Harris
b1e1c5c9bf Merge pull request #897 from jacobmischka/destructure-each-updates
Destructure each updates
2017-10-20 15:23:20 -04:00
Conduitry
cc8614c51c allow options.* as event handler callee 2017-10-18 13:33:23 -04:00
Jacob Mischka
bfde35c9f2
Fix yarn.lock electron entry
1.8.0 doesn't exist anymore it looks like.

Supercedes & fixes #898
2017-10-18 11:20:55 -05:00
Jacob Mischka
f0aea9b086
Fix updates for destructured each arrays
Add dependencies for destructuredContexts

Fixes #896
2017-10-18 09:43:59 -05:00
Conduitry
db5646821d add failing test for each block updates 2017-10-18 09:07:53 -04:00
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
Conduitry
2800b5cacc update tests 2017-10-15 16:17:48 -04:00
Conduitry
0fd823d661 fix syntax 2017-10-15 16:17:39 -04:00
Petter Ekrann
23b2817989 Ensure cloning of incomming data
Please verify syntax
2017-10-11 08:46:14 +02: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