0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
Commit Graph

3148 Commits

Author SHA1 Message Date
Rich Harris
0b1d735e96 use correct context for resize handler - fixes #1898 2018-12-23 15:54:38 -05:00
Rich Harris
eefe120e70
Merge pull request #1907 from sveltejs/gh-1902
remove missing prop warning false positives
2018-12-23 14:35:48 -05:00
Rich Harris
7440fa54e9 remove missing prop warning false positives - fixes #1902 2018-12-23 14:29:18 -05:00
Rich Harris
4fbc0c0f52 bump alpha version 2018-12-23 10:53:45 -05:00
Rich Harris
6def7ca69b
Merge pull request #1905 from sveltejs/hash-in-dynamic-attribute
only apply aliasing logic once
2018-12-23 10:49:41 -05:00
Rich Harris
392fec9238 only apply aliasing logic once 2018-12-23 10:38:25 -05:00
Rich Harris
4140531d92
Merge pull request #1903 from sveltejs/gh-1881
fix dev mode transitions
2018-12-23 09:06:00 -05:00
Rich Harris
8ef88729a8
Merge pull request #1904 from sveltejs/repl-downloads
REPL downloads
2018-12-23 09:05:47 -05:00
Rich Harris
899b14da3e oops 2018-12-22 23:24:31 -05:00
Rich Harris
27bf806b30 get REPL downloads working 2018-12-22 23:20:16 -05:00
Rich Harris
df64c5da23 fix transitions in dev mode 2018-12-22 22:59:44 -05:00
Rich Harris
f3c5521f80 merge conflict 2018-12-22 22:18:28 -05:00
Rich Harris
c37530b815
Merge pull request #1900 from sveltejs/show-compiled-css
show compiled CSS separately
2018-12-22 21:56:20 -05:00
Conduitry
486a9d4dc4 another markdown fix 2018-12-22 20:56:40 -05:00
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