Conduitry
028040325a
fix lifecycle demo markdown
2018-12-22 20:36:16 -05:00
Conduitry
852a726a07
fix filename case
2018-12-22 20:27:14 -05:00
Rich Harris
1f46e23e1b
More conservative invalidation
2018-12-22 18:49:04 -05:00
Rich Harris
4d59feb91f
show compiled CSS separately
2018-12-22 18:48:42 -05:00
Rich Harris
29fd8d7881
tidy up a couple of things
2018-12-22 18:41:46 -05:00
Rich Harris
29052aba7d
Bring svelte.technology source into main repo
2018-12-22 16:09:27 -05:00
Rich Harris
0770b54519
Merge pull request #1892 from sveltejs/remove-buble
...
remove unneeded buble devdep
2018-12-22 08:29:30 -05:00
Rich Harris
531d17d200
Merge pull request #1893 from sveltejs/cjs-builds
...
Expose CJS builds of runtime and use extension-less imports
2018-12-22 08:29:07 -05:00
Conduitry
8d51632c5f
remove unneeded buble devdep
2018-12-22 07:17:42 -05:00
Conduitry
5200e2bb0e
oops
2018-12-22 07:06:56 -05:00
Conduitry
cd36531e0b
fix runtime tests
2018-12-22 07:03:44 -05:00
Conduitry
e671232bae
maybe this?
2018-12-22 06:55:59 -05:00
Conduitry
919c0c929c
maybe fix custom-elements tests
2018-12-22 00:54:53 -05:00
Conduitry
df57e508f8
use extension-less import for svelte/internal
2018-12-22 00:50:14 -05:00
Conduitry
82c247ea3e
expose ESM and CJS versions of runtime code ( #1886 )
2018-12-22 00:42:44 -05:00
Rich Harris
b40c15349c
Merge pull request #1882 from sveltejs/glitch-free
...
Glitch free reactive stores
2018-12-21 16:22:20 -05:00
Rich Harris
a2ff93cb72
glitch-free reactive stores
2018-12-16 19:49:42 -05:00
Rich Harris
8d4e514f68
bump alpha version, add store.js to package
2018-12-16 19:06:14 -05:00
Rich Harris
f991a41d83
store auto-subscriptions
2018-12-16 14:03:20 -05:00
Rich Harris
48f1f6b4d0
implement bind:this
2018-12-16 09:26:53 -05:00
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