Commit Graph

1586 Commits (b3f009122b2dc8fa4e3ae9b854792dec1e44e48a)

Author SHA1 Message Date
Rich Harris b94d7adfec replace appendNode(node, parent) with append(parent, node) - easier to follow
8 years ago
Rich Harris ad91f55ac9
pass `attribute` straight to `validator.error`
8 years ago
Rich Harris e487931a7c
pass `attribute` straight to `validator.error`
8 years ago
Admin 7df6de62bb Adds validation check to checkComponent function and removes console.logs.
8 years ago
Admin 89412e370e Adds validation for invalid reference names like foo-bar.
8 years ago
Rich Harris e35f174207
Merge pull request #1628 from sveltejs/gh-1540
8 years ago
Rich Harris 65aae85fed
Merge pull request #1631 from sveltejs/gh-1618
8 years ago
Rich Harris 7eaf5dca4d encapsulate local styles inside global ones - fixes #1618
8 years ago
Rich Harris 48bd025231 fix #1621
8 years ago
Rich Harris 7d55a57a2c handle rest elements in computed properties - fixes #1540
8 years ago
Rich Harris 9964a77565 stringify values before setting text data - fixes #1598
8 years ago
Rich Harris 3c7a4bcc4b fix rollup config etc
8 years ago
Rich Harris 549bedd73c update/remove deps
8 years ago
Rich Harris 0daf8877ab -> v2.9.9
8 years ago
Rich Harris 45c52c5eb2 remove console log
8 years ago
Rich Harris 630bc5cbb9 sanitize spread attributes and disallow invalid attribute names
8 years ago
Rich Harris 01a099d2e6
Merge pull request #1612 from ekhaled/gh-1589
8 years ago
Rich Harris 264d65d52c
Merge pull request #1610 from ekhaled/gh-1600
8 years ago
ekhaled 295675d7f1 closes #1589
8 years ago
ekhaled 259f77d015 closes #1600
8 years ago
Curtis Maloney f0a247a4e6 [Fixed #1608] Allow binding of input files
8 years ago
Rich Harris e9b588ed51 provide more helpful error if SSR component tries to render non-SSR component
8 years ago
Rich Harris 980ed66c09 dont generate nonsensical code
8 years ago
Rich Harris 87e2241928 null out refs to dynamic components - fixes #1596
8 years ago
Rich Harris c6f053ebbb Merge branch 'master' of github.com:sveltejs/svelte
8 years ago
Rich Harris 46a134e04a
Merge pull request #1588 from sveltejs/gh-1507
8 years ago
Rich Harris e17f3fe328 alternative fix for #1575 - return to 2.8 behaviour
8 years ago
Conduitry de1edddf0e tidying
8 years ago
Conduitry b4d7653b42 allow {:then}/{:catch} to have no bound identifier (#1507)
8 years ago
Conduitry 26dfb9afa7
in each-else, use mount/intro according to that branch's contents (#1586)
8 years ago
Conduitry e66d9ffae7
in .fire always set calling flag back to false (#1587)
8 years ago
Yury Zhuravlev 0dcc0f2062 Merge branch 'master' into fix_outro_timeout
8 years ago
Conduitry a2368cde46 unique name for select_block_type in IfBlock#buildCompoundWithOutros
8 years ago
Conduitry 909536dac9 fix determing whether an attribute should prevent innerHTML optimization
8 years ago
Conduitry 2edc56b919 🇺🇸
8 years ago
Yury Zhuravlev 7cab338e32 Fix race condition for if block
8 years ago
Rich Harris 5ff7cb51dc use template.content in place of template where appropriate - fixes #1571
8 years ago
Rich Harris faa07e8d57
Merge pull request #1572 from sveltejs/gh-1561
8 years ago
Rich Harris 5c6e7e878c
Merge pull request #1555 from fjorgemota/patch-1
8 years ago
Rich Harris 6c20d14789 remove unused import
8 years ago
Rich Harris f3e4f04a54 abort transition on detach - alternative fix for #1561
8 years ago
Rich Harris 7678b36581 separate groupOutros from transitionsManager
8 years ago
Rich Harris bde21dad87 outro when <svelte:component> switches - #1568
8 years ago
Fernando Jorge Mota 9a0af96c44 Support invalid JS attributes when passing data to components and on binding attributes, too
8 years ago
Rich Harris ce575e1065
Revert "Fix for #1553"
8 years ago
Rich Harris 000dc29a14
Merge pull request #1557 from PaulMaly/1553-return-from-custom-event-handler
8 years ago
Pavel Malyshev f1fc81a49f Fix for #1553
8 years ago
Christian Kaisermann fe9a68d071 Fix prefixed animation name replacement
8 years ago
Fernando Jorge Mota c641ce423a
Quote name of attribute to nested components
8 years ago
Pavel Malyshev 52ece0b5f0 Fix for #1538
8 years ago