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

327 Commits

Author SHA1 Message Date
Rich Harris
a18cec0ec6 not sure where that extra blank line came from 2018-08-25 07:08:08 -04:00
Rich Harris
c2f0ca3e2e alternative approach to #1520 2018-08-25 06:58:31 -04:00
Rich Harris
33ed2f504e Merge branch 'master' into gh-1520 2018-08-25 06:40:44 -04:00
Rich Harris
ff6c4c7767
Merge pull request #1681 from sveltejs/gh-1666
correctly set select value on mount
2018-08-24 19:47:09 -04:00
Rich Harris
154ee73765 support debug tag in SSR mode - fixes #1659 2018-08-23 22:53:17 -04:00
Rich Harris
ec6360487e correctly set select value on mount - fixes #1666 2018-08-23 22:02:16 -04:00
Jacob Wright
2c24c36120 Allows fragment updates to happen after state updates
Proposed fix for #1520. Provides a starting point for discussion.
2018-08-23 11:56:11 -06:00
Rich Harris
3778431775
Merge pull request #1670 from sveltejs/init
Share more init work
2018-08-22 22:23:51 -04:00
Rich Harris
d323f51e6c update tests 2018-08-21 07:30:07 -04:00
Jacob Wright
b6e51ddc32 Change actions to init on mount rather than hydrate
Looking at the discussion on https://github.com/sveltejs/svelte/pull/1247 it sounds like this was the intended way actions would be set up to work (which is why we didn't add a `mount` lifecycle method). I *believe* this is a fix in the original implementation.

Complaints in chat about this surfaced the issue. Some libraries expect the element to be in the DOM when initializing and these libraries cannot be used without any lifecycle hook. @PaulMaly is requesting this be looked at, and I agree with his assesment.

What's more, this change *should* be backwards compatable. Actions which work before this change should continue working after this change.
2018-08-14 16:25:15 -06:00
Rich Harris
d56b0b007e update tests 2018-08-11 18:52:01 -04:00
Rich Harris
bcf4c59cc6 -> v2.10.0 2018-08-11 18:08:01 -04:00
Rich Harris
6b56d0494c Merge branch 'master' of github.com:sveltejs/svelte 2018-08-11 18:02:44 -04:00
Rich Harris
b6c3749d99 tidy up 2018-08-11 17:57:53 -04:00
Rich Harris
1dc1343f00 only add debugger statements in dev mode 2018-08-11 17:56:19 -04:00
Rich Harris
be412d3605
Merge pull request #1642 from ekhaled/gh-1600-ios
fix #1600 for ios
2018-08-11 17:24:34 -04:00
Rich Harris
401a6fea5d handle single identifiers in {@debug} tags 2018-08-11 17:18:43 -04:00
Rich Harris
a1264f583d fix test 2018-08-11 16:18:34 -04:00
Rich Harris
a5967fa118 Merge branch 'debug' of https://github.com/GarrettGeorge/svelte into GarrettGeorge-debug 2018-08-11 16:13:26 -04:00
Admin
4004a569e1 Adds tests for valid and invalid debug tag usage. 2018-08-11 00:26:24 -05:00
ekhaled
b8e03dcfb8 update snapshot 2018-08-09 10:41:47 +01:00
Rich Harris
b94d7adfec replace appendNode(node, parent) with append(parent, node) - easier to follow 2018-08-05 15:35:52 -04:00
Rich Harris
9964a77565 stringify values before setting text data - fixes #1598 2018-08-04 09:31:24 -04:00
Rich Harris
264d65d52c
Merge pull request #1610 from ekhaled/gh-1600
closes #1600
2018-07-24 13:21:48 -04:00
ekhaled
259f77d015 closes #1600 2018-07-23 15:11:04 +01:00
Curtis Maloney
f0a247a4e6 [Fixed #1608] Allow binding of input files 2018-07-23 12:10:07 +10:00
Conduitry
e66d9ffae7
in .fire always set calling flag back to false (#1587)
* in .fire always set calling flag back to false (#1573)

* update expected bundles
2018-07-09 13:00:58 -04:00
Rich Harris
7678b36581 separate groupOutros from transitionsManager 2018-06-28 23:49:16 -04:00
Rich Harris
ce575e1065
Revert "Fix for #1553" 2018-06-22 20:08:51 -04:00
Pavel Malyshev
f1fc81a49f Fix for #1553 2018-06-22 21:05:29 +03:00
Pavel Malyshev
52ece0b5f0 Fix for #1538 2018-06-20 18:10:48 +03:00
Rich Harris
04ef203787 prevent possibility of conflicts with __file 2018-05-28 19:35:36 -04:00
Rich Harris
d3201603d9 change __svelte_meta to __svelte_meta.loc 2018-05-28 19:07:12 -04:00
Rich Harris
63a712ccd9 add location info to nodes - fixes #1499 2018-05-26 11:54:12 -04:00
Rich Harris
8ba809ded1 add snapshot test 2018-05-16 00:07:06 -04:00
Rich Harris
a75b0b71c5 pass in destroy method 2018-05-14 10:41:02 -04:00
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
c7c46dec29
Merge pull request #1422 from sveltejs/each-object-create
use Object.create for each block child contexts
2018-05-05 20:42:17 -04:00
Rich Harris
fabfc78620 fix duplicate events on range input bindings (#1419) 2018-05-05 20:12:34 -04:00
Rich Harris
d85b60a09c use Object.create for each block child contexts 2018-05-05 19:43:06 -04:00
Rich Harris
a18be79887 simplify handling of html blocks 2018-05-05 17:17:59 -04:00
Rich Harris
103f278cfc update tests 2018-05-05 16:48:49 -04:00
Rich Harris
6ddfc19bbc only update component props if they are dynamic - fixes #1394 2018-05-01 21:42:36 -04:00
Rich Harris
5f46650801 update test 2018-04-30 21:03:34 -04:00
Rich Harris
14f84a3e8a
Merge pull request #1386 from sveltejs/gh-984
width and height bindings
2018-04-30 19:50:13 -04:00
Rich Harris
8f8b1308b7 update tests 2018-04-30 09:09:03 -04:00
Rich Harris
ac4ff538ae Merge branch 'master' into gh-984 2018-04-30 09:07:57 -04:00
Rich Harris
c01cde9065 Merge branch 'master' into gh-1360 2018-04-30 09:06:54 -04:00