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

1859 Commits

Author SHA1 Message Date
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
e7c62e9182 only add list/index to each block context if necessary 2018-10-28 11:11:06 -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
Rich Harris
d6f25a6a21 redo 9e9a078d on top of current master 2018-10-28 08:32:20 -04:00
Rich Harris
4afa133214 reinstate tests 2018-10-27 22:57:09 -04:00
Rich Harris
b21f1d8859 fixes 2018-10-27 19:42:40 -04:00
Rich Harris
a704cb77de import helper 2018-10-27 19:11:56 -04:00
Rich Harris
3c99785c07 Merge branch 'master' into gh-1434 2018-10-27 18:07:42 -04:00
Rich Harris
b5945e13ea dont render undefined/null attributes in SSR 2018-10-27 18:00:29 -04:00
Rich Harris
8642ef17a4 merge master -> set-undefined-attr 2018-10-27 17:40:16 -04:00
Rich Harris
db37e3a84b add a <svelte:document> tag - #1484 2018-10-27 17:33:20 -04:00
Rich Harris
837d248257 render server bindings 2018-10-27 16:37:50 -04:00
Rich Harris
8929aebbec better error for missing store - fixes #1807 2018-10-27 14:32:26 -04:00
Rich Harris
d49f5f2136
Merge pull request #1797 from sveltejs/gh-1793
recognise dependencies in class directives
2018-10-24 11:50:32 -04:00
Rich Harris
e65b0bb2e3
Merge pull request #1798 from sveltejs/gh-1795
detach each block iterations with no update method
2018-10-24 11:50:20 -04:00
Rich Harris
ece6aeb892 detach each block iterations with no update method - fixes #1795 2018-10-24 09:38:19 -04:00
Rich Harris
073c8762ef extend dependency tracking to all directives 2018-10-24 08:30:50 -04:00
Rich Harris
3258779fa7 recognise dependencies in class directives - fixes #1793 2018-10-24 08:12:01 -04:00
Yury Zhuravlev
079bd4e58a fix #1780 just start use parent instead parent.parent in IfBlock wrapper 2018-10-22 21:40:25 -04:00
Rich Harris
ae2bf97c90 repair linked list 2018-10-20 09:03:50 -04:00
Rich Harris
e5f5995458 Merge branch 'fix-lost-anchor-if-if-block-first' of https://github.com/stalkerg/svelte into stalkerg-fix-lost-anchor-if-if-block-first 2018-10-20 08:56:33 -04:00
Rich Harris
9e899db21c
Merge pull request #1776 from sveltejs/gh-1772
include solidus in attribute values
2018-10-20 08:52:54 -04:00
Rich Harris
635348a919
Merge pull request #1775 from sveltejs/gh-1774
fix blocks inside <svelte:head>
2018-10-20 08:52:41 -04:00
Yury Zhuravlev
21ea87cd61 small fix for if-else code style 2018-10-19 13:07:34 +09:00
Yury Zhuravlev
0d797ea8ae Fix removing next link during strip whitespaces for first element. 2018-10-19 12:41:25 +09:00
Conduitry
b8ed27105d adjust parsing of directives to preserve line/column info 2018-10-18 23:23:29 -04:00
Rich Harris
9e07e3f77f include solidus in attribute values - fixes #1772 2018-10-17 17:33:32 -04:00
Rich Harris
337b62be6f fix blocks inside <svelte:head> - closes #1774 2018-10-17 16:51:17 -04:00
Rich Harris
f1204bfad9
Merge pull request #1759 from sveltejs/gh-1745
deprecate onerror
2018-10-17 11:31:09 -04:00
Rich Harris
540cd05d42
Merge pull request #1760 from ekhaled/gh-1653-followup
followup fix to #1653
2018-10-17 11:26:30 -04:00
Rich Harris
cbfcde3cde
Merge pull request #1770 from arggh/fix-scroll-binding
Add missing check for update lock
2018-10-17 11:24:53 -04:00
Rich Harris
4f88e43c37 handle elseif blocks with no else 2018-10-17 10:51:27 -04:00
arggh
4065f7741b Add missing check for update lock
Fixes #1579
2018-10-15 23:18:09 +03:00
ekhaled
3c4439c04e followup fix to #1653 2018-09-26 13:54:24 +01:00
Rich Harris
bf50b47bb5 deprecate onerror - fixes #1745 2018-09-25 22:54:57 -04:00
Rich Harris
e0fe31327a move render logic into separate phase (#1678) 2018-09-23 23:09:26 -04:00
Jacob Wright
51a3972ad5 Fixes shorthand class directives which do not have classes
Fixes #1739
2018-09-19 15:23:01 -06:00
Rich Harris
945134bc81 warn on unused helpers - fixes #1704 2018-09-15 17:47:16 -04:00
Rich Harris
9031c16905
[WIP] Refactor, change where validation occurs (#1721)
Refactor, change where validation occurs
2018-09-15 17:37:20 -04:00
Rich Harris
b7e07c5389 Merge branch 'fix_bind_with_event_in_each' of https://github.com/stalkerg/svelte into stalkerg-fix_bind_with_event_in_each 2018-09-15 12:43:02 -04:00
Yury Zhuravlev
cedb296680 Small cleanup event handler in bindings to avoid TS errors. 2018-09-13 13:46:45 +09:00
Yury Zhuravlev
d7bd924bbd Fix binding input with event in each and add test case. 2018-09-13 13:33:51 +09:00
Rich Harris
509403f351
Merge pull request #1715 from sveltejs/dynamic-import
support dynamic import in expressions
2018-09-06 14:15:59 -04:00
Rich Harris
f54c1ec7b8 support dynamic import in expressions 2018-09-06 13:38:35 -04:00
Jacob Wright
67d4d60c3a Fixes keyed each blocks for outro
Fixes #1706
2018-09-05 21:04:07 -04:00
Rich Harris
b4a3a60953
Merge pull request #1693 from sveltejs/gh-1617
Fix for each-blocks preventing outros from completing
2018-08-28 15:12:22 -04:00
Rich Harris
c7d372c8d5
Merge pull request #1695 from sveltejs/class-shortcut
Adds class directive shortcut and encapsulate styles
2018-08-28 15:10:22 -04:00
Jacob Wright
fb734a349e Use existing property quoting function 2018-08-28 09:47:17 -06:00
Josh Duff
211e0383cf Only update inputs when the value changed
Fixes #1699
2018-08-28 10:33:49 -05:00
Jacob Wright
22f4b3d4cb Remove camel-casing, but account for dashed parameters still. 2018-08-27 11:35:27 -06:00
Jacob Wright
c1fc9c1ac9 Encapsulate class directives in the stylesheet. 2018-08-25 14:50:14 -06:00
Jacob Wright
4ec85bb8cc Adds class directive shortcut
When no expression is used in a class directive the class name will be used to evaluate whether the class should be added/removed.

E.g. the following will add the class "active" when you call `component.set({ active });`.

```html
<div class:active></div>
```
2018-08-25 14:26:27 -06:00
Jacob Wright
4c2b9603a1 Fix for each-blocks preventing outros from completing
Unkeyed each blocks end up with trailing `null` values that prevent the whole from being outroed. This fixes it so the null values are removed before outroing the remaining blocks.

Fixes #1617
2018-08-25 13:39:48 -06:00
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
4d4c2c3655 coerce toggle argument 2018-08-25 06:27:38 -04:00
Rich Harris
f12141e18a
Update dom.js 2018-08-24 21:32:35 -04:00
Rich Harris
c4526c3302
Merge branch 'master' into gh-890 2018-08-24 21:29:08 -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
ed9a9a9530
Merge pull request #1682 from sveltejs/gh-1659
support debug tag in SSR mode
2018-08-24 19:41:44 -04:00
Rich Harris
09865ebbed
Merge pull request #1683 from sveltejs/gh-1658
don't warn on empty block for nbsp
2018-08-24 19:41:28 -04:00
Rich Harris
fe8e31a592
Merge pull request #1684 from kaisermann/spread-attr-style
Set style attribute correctly when spread attr present
2018-08-24 19:41:12 -04:00
Jacob Wright
96c4455af9 Fixes an error with outros and elseifs
This is a fix for when an elseif doesn't have a final else, and the following error was thrown:

```
TypeError: Cannot read property 'o' of undefined
```

See https://svelte.technology/repl?version=2.12.0&gist=c33d308077447f8ba06b79d8ef5ab1e4
2018-08-24 14:01:51 -06:00
Jacob Wright
5ef44ae6c9 Adds the class directive
Allows `<div class:active="user.active">` to simplify templates littered with ternary statements.

Addresses #890
2018-08-24 10:09:46 -06:00
Christian Kaisermann
54dc1e5849 Set style attribute correctly when spread attr present 2018-08-24 12:16:09 -03:00
Rich Harris
c52a6f011b dont warn on empty block for nbsp - fixes #1658 2018-08-24 08:22:41 -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
Rich Harris
af1902d510 run transitions in context of component - fixes #1675 2018-08-23 20:58:49 -04:00
Jacob Wright
ba5ede599a Allows actions to use any expression type
Allow any expression to pass data to an action. Added a test for a ternary statement and a string template.
Fixes #1676
2018-08-23 17:23:55 -06: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
620077227f allow non-existent dynamic components to be destroyed (#1660) 2018-08-22 23:01:57 -04: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
7242905e9b
Merge pull request #1653 from sveltejs/actions-onmount
Change actions to init on mount rather than hydrate
2018-08-22 22:14:12 -04:00
Rich Harris
5244839f3d
Merge pull request #1672 from blittle/master
Properly propagate amdId to the compiler
2018-08-22 22:12:12 -04:00
Rich Harris
a74abddcd2
Merge pull request #1673 from UnwrittenFun/fix/missing-ObjectPattern-props
Add some properties to ObjectPattern Property nodes
2018-08-22 22:09:33 -04:00
James Birtles
bbe5319f3b add end position to object and array patterns 2018-08-22 17:50:19 +01:00
James Birtles
1d9ab99a9f better shorthand detection 2018-08-21 21:17:51 +01:00
James Birtles
404587d991 add some missing ObjectPattern properties 2018-08-21 21:08:46 +01:00
Bret Little
3510dd9fe3 Properly propagate amdId to the compiler 2018-08-21 09:41:21 -06:00
Rich Harris
f47d65bd26 move stuff into init/flush functions 2018-08-21 07:29:58 -04:00
Christian Kaisermann
89c1fa675b Also check for null-valued attributes 2018-08-20 23:02:58 -03:00
Christian Kaisermann
790f2b5313 Remove an undefined attribute instead of setting it to "undefined" (string) 2018-08-20 22:43:48 -03:00
Rich Harris
4ce2e1ddc5
Merge pull request #1652 from sveltejs/gh-1544-computed-whole-state
exclude current prop in computed properties using entire state #1544
2018-08-14 20:19:36 -04:00
Rich Harris
3e119272cf
Merge pull request #1649 from aphitiel/cli-shared
cli: Add option --shared
2018-08-14 20:18:11 -04:00
Rich Harris
b62872d39c
Merge pull request #1530 from sveltejs/gh-1522
onstate before render
2018-08-14 20:17:33 -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
Conduitry
345cf64446 exclude current prop in computed properties using entire state #1544 2018-08-13 16:13:58 -04:00
pk
7f870dae95 cli: Add option --shared 2018-08-13 15:58:11 +02:00
Admin
7c4b9a5a41 Changes stop and prevent to stopPropagation and preventDefault 2018-08-11 21:16:42 -05:00
Rich Harris
c295fc9018 add sourcemaps to debug tags 2018-08-11 18:49:46 -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
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
Admin
adfc0e3e45 Adds invalid test for event-modifiers. 2018-08-09 22:05:31 -05:00
ekhaled
87445230b1 fix resize listener bug for ios re: #1600 2018-08-09 10:39:51 +01:00
Admin
a6c1a12e90 Adds event modifiers using | character 2018-08-09 00:31:30 -05:00
Admin
a3c71af5c5 Changes {@debug _ } to {@debug} 2018-08-08 18:21:33 -05:00
Rich Harris
cce6db40f9
Merge pull request #1637 from sveltejs/list-whitespace
Preserve whitespace in lists
2018-08-08 08:29:25 -04:00
Rich Harris
288042821a
Merge pull request #1636 from sveltejs/gh-875
use props when passing data to custom elements (#875)
2018-08-08 08:29:11 -04:00
Admin
79c023e604 Fixes small issue with Element's booleanAttributes 2018-08-08 00:41:36 -05:00
Admin
21741ac187 Merge remote-tracking branch 'upstream/master' into debug 2018-08-08 00:40:04 -05:00
Admin
622e7b0190 Adds debug all option to debug tag 2018-08-08 00:36:52 -05:00
Admin
7e5f008a78 Adds DebugTag 2018-08-07 22:22:36 -05:00
Rich Harris
28e145e96d preserve whitespace inside lists 2018-08-05 16:06:54 -04: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
cce3a30ef2 use props when passing data to custom elements (#875) 2018-08-05 13:44:29 -04:00
Rich Harris
ad91f55ac9
pass attribute straight to validator.error 2018-08-05 11:08:50 -04:00
Rich Harris
e487931a7c
pass attribute straight to validator.error 2018-08-05 11:05:44 -04:00
Admin
7df6de62bb Adds validation check to checkComponent function and removes console.logs. 2018-08-05 00:34:43 -05:00
Admin
89412e370e Adds validation for invalid reference names like foo-bar. 2018-08-05 00:29:38 -05:00
Rich Harris
e35f174207
Merge pull request #1628 from sveltejs/gh-1540
handle rest elements in computed properties
2018-08-04 19:40:27 -04:00
Rich Harris
65aae85fed
Merge pull request #1631 from sveltejs/gh-1618
encapsulate local styles inside global ones
2018-08-04 19:39:59 -04:00
Rich Harris
7eaf5dca4d encapsulate local styles inside global ones - fixes #1618 2018-08-04 16:54:23 -04:00
Rich Harris
48bd025231 fix #1621 2018-08-04 15:46:10 -04:00
Rich Harris
7d55a57a2c handle rest elements in computed properties - fixes #1540 2018-08-04 10:27:24 -04:00
Rich Harris
9964a77565 stringify values before setting text data - fixes #1598 2018-08-04 09:31:24 -04:00
Rich Harris
3c7a4bcc4b fix rollup config etc 2018-08-03 20:10:30 -04:00
Rich Harris
549bedd73c update/remove deps 2018-08-03 20:00:41 -04:00
Rich Harris
0daf8877ab -> v2.9.9 2018-08-01 21:38:26 -04:00
Rich Harris
45c52c5eb2 remove console log 2018-08-01 16:58:26 -04:00
Rich Harris
630bc5cbb9 sanitize spread attributes and disallow invalid attribute names 2018-08-01 16:53:45 -04:00
Rich Harris
01a099d2e6
Merge pull request #1612 from ekhaled/gh-1589
Fixes #1589
2018-07-24 13:23:28 -04:00
Rich Harris
264d65d52c
Merge pull request #1610 from ekhaled/gh-1600
closes #1600
2018-07-24 13:21:48 -04:00
ekhaled
295675d7f1 closes #1589 2018-07-23 17:04:38 +01: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
Rich Harris
e9b588ed51 provide more helpful error if SSR component tries to render non-SSR component 2018-07-21 10:33:33 -04:00
Rich Harris
980ed66c09 dont generate nonsensical code 2018-07-17 14:21:00 -04:00
Rich Harris
87e2241928 null out refs to dynamic components - fixes #1596 2018-07-17 14:11:07 -04:00
Rich Harris
c6f053ebbb Merge branch 'master' of github.com:sveltejs/svelte 2018-07-14 22:21:50 -04:00
Rich Harris
46a134e04a
Merge pull request #1588 from sveltejs/gh-1507
allow {:then}/{:catch} to have no bound identifier
2018-07-15 03:21:41 +01:00
Rich Harris
e17f3fe328 alternative fix for #1575 - return to 2.8 behaviour 2018-07-14 22:20:37 -04:00
Conduitry
de1edddf0e tidying 2018-07-10 21:46:25 -04:00
Conduitry
b4d7653b42 allow {:then}/{:catch} to have no bound identifier (#1507) 2018-07-09 20:10:28 -04:00
Conduitry
26dfb9afa7
in each-else, use mount/intro according to that branch's contents (#1586)
Fixes # 1559
2018-07-09 13:02:17 -04: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
Yury Zhuravlev
0dcc0f2062 Merge branch 'master' into fix_outro_timeout 2018-07-09 11:28:40 +09:00
Conduitry
a2368cde46 unique name for select_block_type in IfBlock#buildCompoundWithOutros
Fixes #1580
2018-07-08 11:58:45 -04:00
Conduitry
909536dac9 fix determing whether an attribute should prevent innerHTML optimization
Fixes #1581
2018-07-08 11:58:33 -04:00
Conduitry
2edc56b919 🇺🇸 2018-07-06 09:31:14 -04:00
Yury Zhuravlev
7cab338e32 Fix race condition for if block 2018-07-06 19:02:12 +09:00
Rich Harris
5ff7cb51dc use template.content in place of template where appropriate - fixes #1571 2018-07-01 14:04:04 -04:00
Rich Harris
faa07e8d57
Merge pull request #1572 from sveltejs/gh-1561
abort transition on detach
2018-06-29 17:50:26 -04:00
Rich Harris
5c6e7e878c
Merge pull request #1555 from fjorgemota/patch-1
Quote name of attribute to nested components
2018-06-29 17:50:06 -04:00
Rich Harris
6c20d14789 remove unused import 2018-06-29 16:24:11 -04:00
Rich Harris
f3e4f04a54 abort transition on detach - alternative fix for #1561 2018-06-29 15:04:45 -04:00
Rich Harris
7678b36581 separate groupOutros from transitionsManager 2018-06-28 23:49:16 -04:00
Rich Harris
bde21dad87 outro when <svelte:component> switches - #1568 2018-06-28 23:12:04 -04:00
Fernando Jorge Mota
9a0af96c44 Support invalid JS attributes when passing data to components and on binding attributes, too 2018-06-25 03:31:04 -03:00
Rich Harris
ce575e1065
Revert "Fix for #1553" 2018-06-22 20:08:51 -04:00
Rich Harris
000dc29a14
Merge pull request #1557 from PaulMaly/1553-return-from-custom-event-handler
Fix for #1553
2018-06-22 19:21:06 -04:00
Pavel Malyshev
f1fc81a49f Fix for #1553 2018-06-22 21:05:29 +03:00
Christian Kaisermann
fe9a68d071 Fix prefixed animation name replacement 2018-06-22 15:00:54 -03:00
Fernando Jorge Mota
c641ce423a
Quote name of attribute to nested components
This fixes #887 by quoting name of attributes if those are invalid JS identifiers when passing data to nested components.
2018-06-22 14:41:12 -03:00
Pavel Malyshev
52ece0b5f0 Fix for #1538 2018-06-20 18:10:48 +03:00
Rich Harris
65592aac76
Merge pull request #1533 from sveltejs/gh-1532
call outrocallback immediately for empty each block
2018-06-08 09:38:34 -04:00
Rich Harris
b76f074401
Merge pull request #1529 from sveltejs/gh-1527
avoid unnecessary remounts
2018-06-08 09:25:32 -04:00
Rich Harris
f8ca0d4efe call outrocallback immediately for empty each block 2018-06-07 08:28:09 -04:00
Rich Harris
aebafcc975 fix for #1522... maybe? 2018-06-06 18:03:21 -04:00
Rich Harris
f1cfa55efc
Merge pull request #1526 from kaisermann/refs-callee-warn
Add refs.* to valid event handler callees warning message
2018-06-06 17:43:54 -04:00
Rich Harris
3b928b36a9 fix the bugs 2018-06-06 17:23:35 -04:00
Rich Harris
1cd55d1f2b avoid double intro 2018-06-06 16:52:27 -04:00
Christian Kaisermann
19d541ab77 Add refs.* to valid event handler callees warning message 2018-06-06 14:32:34 -03:00
Conduitry
755f085b1b fix spread when an attribute or prop has multiple dependencies (#1515) 2018-05-30 12:05:30 -04:00
Rich Harris
5375af53f1
Merge pull request #1501 from sveltejs/gh-1499
add location info to nodes
2018-05-28 19:40:40 -04: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
2537864293
Merge pull request #1503 from sveltejs/gh-1502
fix bind:online in dev mode
2018-05-28 18:56:12 -04:00
Rich Harris
024530ed53
Merge pull request #1505 from kaisermann/transform-prefixed-keyframes
Make the compiler also transform prefixed @keyframes
2018-05-28 18:55:48 -04:00
Conduitry
5e8a8b95e5 update some stray references to v1 syntax 2018-05-27 15:48:21 -04:00
Christian Kaisermann
877fbeffec Make the compiler also transform prefixed @keyframes 2018-05-27 16:19:58 -03:00
Conduitry
cf2be1be63 fix bind:online in dev mode (#1502) 2018-05-27 14:55:42 -04:00
Rich Harris
63a712ccd9 add location info to nodes - fixes #1499 2018-05-26 11:54:12 -04:00
Rich Harris
c5544b7faf
Merge pull request #1498 from sveltejs/gh-1497
detach outroing blocks correctly
2018-05-25 19:28:33 -04:00
Rich Harris
04fc83d791 fix nested outro transitions 2018-05-25 18:28:57 -04:00
Rich Harris
29ec07eefe
Merge pull request #1494 from sveltejs/gh-1230
use CSS classes for ref:* selectors
2018-05-25 16:38:58 -04:00
Rich Harris
ac7f591f60 fix #1497 2018-05-25 16:34:34 -04:00
Conduitry
2b3e9a3523 use CSS classes for ref:* selectors (#1230) 2018-05-25 07:19:53 -04:00
Rich Harris
15efef9a98 separate hasOutros from hasOutroMethod - fixes #1492 2018-05-24 23:42:11 -04:00
Rich Harris
73eadb1630
Merge pull request #1491 from sveltejs/gh-1487
replace window with self
2018-05-24 17:47:10 -04:00
Rich Harris
d9999bc536 replace window with self - fixes #1487 2018-05-24 17:26:52 -04:00
Rich Harris
b57be7664e fix dynamic component bindings (#1489) 2018-05-24 08:32:37 -04:00
Rich Harris
8b20837e2a
Merge pull request #1479 from sveltejs/gh-1470
always create outro method for top-level block
2018-05-16 22:04:24 -04:00