Rich Harris
ea567f1492
bump alpha version
2018-12-15 20:56:50 -05:00
Rich Harris
f45e2b70fd
Implement reactive assignments ( #1839 )
...
This also includes elements of RFCs 2 and 3
2018-12-15 19:18:03 -05:00
Rich Harris
85b731c1bc
Merge pull request #1810 from sveltejs/gh-1809
...
in svelte.preprocess, replace all instances of style and script tags
2018-12-15 18:21:07 -05:00
Rich Harris
79ea0bd43c
Merge pull request #1822 from aphitiel/gh-1743
...
move resize handler from _beforecreate to _after.. (fixes #1743 )
2018-12-15 18:14:06 -05:00
Rich Harris
585abd96a5
Merge pull request #1843 from openpixel/cli-custom-element
...
Update cli spec to include --customElement option
2018-12-15 18:13:27 -05:00
Rich Harris
6130241212
rely in setAttribute behaviour inside setCustomElementData
2018-12-15 18:11:30 -05:00
Rich Harris
95484b71c1
Merge branch 'patch-1' of https://github.com/domin1101/svelte into domin1101-patch-1
2018-12-15 18:09:08 -05:00
Rich Harris
d55e85dcdf
remove redundant if statement
2018-12-15 18:07:46 -05:00
Rich Harris
327a58128a
Merge branch 'await-then-catch-order' of https://github.com/RedHatter/svelte into RedHatter-await-then-catch-order
2018-12-15 17:52:12 -05:00
Rich Harris
e5ae97b9c9
use helper for combining window binding props
2018-12-15 17:45:17 -05:00
Noah
d236a4ad0b
fix : #1859 (multiple window bindings not supported)
2018-12-08 21:04:36 -06:00
Rich Harris
09e6ae0e8e
-> v2.15.4
2018-12-07 20:31:51 -05:00
Rich Harris
811aa31909
Merge pull request #1868 from 6eDesign/master
...
Small update to allow class directives to work in IE11
2018-12-07 20:30:22 -05:00
Jonathan Greenemeier
9c3815f568
Small update to allow class directives to work in IE11 where second argument of classList.toggle is not respected
2018-12-02 01:51:52 -07:00
Timothy Johnson
68c2a34bda
fix transition-js-await-block test
2018-11-20 13:28:31 -08:00
Timothy Johnson
05fa286d7b
fixes #1440
2018-11-20 12:54:55 -08:00
Timothy Johnson
0e586e39e3
added test for async block ordering ( #1440 )
2018-11-20 10:25:49 -08:00
Dominik Winkelbauer
a4bc7c5a26
Fixes setting custom element data to zero
2018-11-14 11:21:12 +01:00
Conduitry
28dd6a899a
remove deprecated onerror option from readme
2018-11-12 21:01:34 -05:00
Cameron Stitt
bf319915d4
Update cli spec to include --customElement option
2018-11-08 18:58:57 +10:00
Rich Harris
5cc45c1e89
-> v2.15.3
2018-11-06 14:05:06 -05:00
Rich Harris
e4c0d8d576
dont mutate AST
2018-11-04 19:12:26 -05:00
Rich Harris
daa9344cbc
-> v2.15.2
2018-11-04 17:52:16 -05:00
Rich Harris
b6efae9b23
Merge pull request #1838 from sveltejs/gh-1837
...
expose stats.props
2018-11-04 17:50:15 -05:00
Rich Harris
998d86a4e3
expose stats.props
2018-11-04 16:32:41 -05:00
pk
4d49839cce
Merge branch 'test-gh-1743' into gh-1743
2018-11-04 20:26:55 +01:00
pk
fd9dc30088
Failing test for #1743
...
global.getComputedStyle and global.navigator are needed for
addResizeListener in shared/dom
2018-11-04 20:25:57 +01:00
Conduitry
1f79099d2f
-> v2.15.1
2018-10-30 13:35:49 -04:00
Pat Cavit
cb4a46d33f
fix: add check for template store to conditional ( #1829 )
...
* fix: add check for template store to conditional
* fix: move store check to generation
Per @Conduitry's request
* test: add test to ensure declative store works
* test: rename to better match functionality
2018-10-30 13:32:12 -04:00
pk
d27dbae51c
move resize handler from _beforecreate to _after.. ( fixes #1743 )
2018-10-29 12:50:48 +01:00
Conduitry
e4e4a8d8c2
add test
2018-10-28 21:43:02 -04:00
Conduitry
65b9a5c861
make svelte.preprocess run on all matching tags
2018-10-28 21:38:01 -04:00
Conduitry
e8be01693c
add replaceAsync util function
2018-10-28 21:22:00 -04:00
Rich Harris
03c7612c6b
-> v2.15.0
2018-10-28 14:27:20 -04:00
Rich Harris
54fe128cf8
Merge pull request #1819 from sveltejs/gh-1088
...
Implement event modifiers
2018-10-28 14:21:12 -04:00
Rich Harris
f1d704493b
remove unused code
2018-10-28 14:12:29 -04:00
Rich Harris
10011a5142
hoist these
2018-10-28 14:09:21 -04:00
Rich Harris
da3a45c526
remove unused code
2018-10-28 14:09:13 -04:00
Rich Harris
b3b95d4ee6
disallow passive|preventDefault combo
2018-10-28 13:58:43 -04:00
Rich Harris
82b1b75afe
implement event modifiers
2018-10-28 13:46:17 -04:00
Rich Harris
8ec02b336d
disallow once/passive in legacy mode, for now
2018-10-28 13:24:09 -04:00
Rich Harris
aa203973e0
add some more modifier validation tests
2018-10-28 12:33:21 -04:00
Rich Harris
769e03296f
merge master -> gh-1088
2018-10-28 11:29:08 -04:00
Rich Harris
0d881ee39a
Merge pull request #1383 from sveltejs/gh-1187-b
...
only add list/index to each block context if necessary
2018-10-28 11:21:51 -04:00
Rich Harris
e7c62e9182
only add list/index to each block context if necessary
2018-10-28 11:11:06 -04:00
Rich Harris
681de7d220
merge master -> gh-1187-b
2018-10-28 09:39:02 -04:00
Rich Harris
11469efcf6
Merge branch 'master' of github.com:sveltejs/svelte
2018-10-28 09:33:41 -04:00
Rich Harris
c45c7a9a81
remove some unused code
2018-10-28 09:26:52 -04:00
Rich Harris
fa2f5896b2
Merge pull request #1813 from sveltejs/gh-1484-alt
...
add a <svelte:document> tag
2018-10-28 09:06:45 -04:00
Rich Harris
21259a0710
Merge pull request #1815 from sveltejs/gh-1434
...
Don't render undefined/null attributes
2018-10-28 08:39:58 -04:00