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

34 Commits

Author SHA1 Message Date
Rich Harris
c4937d271f fix skipped intros 2018-05-12 21:55:07 -04:00
Rich Harris
042ec54f7f nested component transitions 2018-05-12 16:48:05 -04:00
Rich Harris
44bb2da29b add skipIntroByDefault compiler option (#547) 2018-05-12 12:11:46 -04:00
Rich Harris
103f278cfc update tests 2018-05-05 16:48:49 -04:00
Rich Harris
86d3476b55 minor fixes, update various tests 2018-04-28 13:41:30 -04:00
Rich Harris
ee8256604c allow overwritten observe 2018-04-15 16:19:39 -04:00
Rich-Harris
36290cb6cd component spread 2018-03-31 13:56:41 -04:00
Luke Edwards
a412f11907 update test samples’ expectants 2018-03-27 12:59:56 -07:00
ekhaled
2e9cd4742c fix snapshots for the actual mounting code 2018-03-06 18:49:49 +00:00
ekhaled
2e3724f7d3 fix snapshots 2018-03-06 17:07:49 +00:00
Rich Harris
c0292cbca1 update tests 2018-02-11 08:24:55 -05:00
Conduitry
2800b5cacc update tests 2017-10-15 16:17:48 -04:00
Rich Harris
1dc4882183 merge master -> no-template-iife 2017-09-20 13:03:49 -04:00
Rich Harris
d27e4734d5 Merge branch 'master' into short-method-names 2017-09-20 12:47:21 -04:00
Rich Harris
4dbfc65e74 fix indentation, update snapshot tests 2017-09-20 11:06:23 -04:00
Rich Harris
dabc2d1fdf dont wrap ESM in IIFE 2017-09-19 11:00:55 -04:00
Rich Harris
2b2a1b40ce use short method names 2017-09-18 22:00:28 -04:00
Rich Harris
1f9fc04d27 simplify module wrapping 2017-09-18 21:30:05 -04:00
Rich Harris
5cd76be290 various fixes 2017-09-18 15:12:40 -04:00
Rich Harris
bd282df921 remove version numbers from snapshot tests 2017-09-17 13:01:47 -04:00
Rich Harris
33dbc18a10 merge master -> shared-init 2017-09-17 12:12:12 -04:00
Rich Harris
bd002f94bc extract some shared init logic 2017-09-16 15:09:38 -04:00
Rich Harris
1d34bd886e put version comment above imports 2017-09-16 14:27:59 -04:00
Rich Harris
6e57fa3ced add debugging comments 2017-09-16 14:24:55 -04:00
Rich Harris
fbbaff5404 typo 2017-09-16 11:08:41 -04:00
Rich Harris
e993ae0748 more consistent style for generated code 2017-09-03 11:52:00 -04:00
Rich Harris
5f5f09b94e update snapshot tests 2017-08-29 08:43:11 -04:00
Andrew Worcester
caa67b5325 updated tests to reflect anchor change 2017-08-25 13:24:08 -04:00
Rich Harris
8818357fc4 tidy up 2017-08-15 15:15:22 -04:00
Rich Harris
427a0b5925 update tests 2017-08-13 22:36:39 -04:00
Rich Harris
fd3792bd60 replace destroy with noop on destroy 2017-08-06 14:26:19 -04:00
Rich Harris
86fb0e4ced handle set after destroy, and move destroy into shared helpers 2017-08-05 22:16:47 -04:00
Hunter Perrin
ba74297a19 Changed from this keyword to argument in setup method. 2017-08-05 12:41:37 -07:00
Hunter Perrin
59d01f737d Added setup function which can supply static methods/properties. Closes #480. Closes #578. 2017-08-05 11:44:24 -07:00