Commit Graph

237 Commits (1afcfd2b5f30216164c582d703eb29a6ad4bd831)

Author SHA1 Message Date
Yuichiro Yamashita a5ca0ad65b
[fix] added support for inert (remove duplicated code) (#7785)
2 years ago
Simon H efe1df0e23
[fix] Only show lowercase component warning for non-html/svg elements (#7826)
2 years ago
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` (#7453)
3 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
6 years ago
Rich Harris 6130241212 rely in setAttribute behaviour inside setCustomElementData
6 years ago
Rich Harris 95484b71c1 Merge branch 'patch-1' of https://github.com/domin1101/svelte into domin1101-patch-1
6 years ago
Jonathan Greenemeier 9c3815f568 Small update to allow class directives to work in IE11 where second argument of classList.toggle is not respected
6 years ago
Dominik Winkelbauer a4bc7c5a26
Fixes setting custom element data to zero
6 years ago
Rich Harris 769e03296f merge master -> gh-1088
6 years ago
Rich Harris b5945e13ea dont render undefined/null attributes in SSR
6 years ago
Rich Harris 8642ef17a4 merge master -> set-undefined-attr
6 years ago
Rich Harris e0fe31327a move render logic into separate phase (#1678)
6 years ago
Rich Harris a18cec0ec6 not sure where that extra blank line came from
6 years ago
Rich Harris c2f0ca3e2e alternative approach to #1520
6 years ago
Rich Harris 33ed2f504e Merge branch 'master' into gh-1520
6 years ago
Rich Harris 4d4c2c3655 coerce toggle argument
6 years ago
Rich Harris f12141e18a
Update dom.js
6 years ago
Rich Harris c4526c3302
Merge branch 'master' into gh-890
6 years ago
Rich Harris ed9a9a9530
Merge pull request #1682 from sveltejs/gh-1659
6 years ago
Rich Harris fe8e31a592
Merge pull request #1684 from kaisermann/spread-attr-style
6 years ago
Jacob Wright 5ef44ae6c9 Adds the class directive
6 years ago
Christian Kaisermann 54dc1e5849 Set style attribute correctly when spread attr present
6 years ago
Rich Harris 154ee73765 support debug tag in SSR mode - fixes #1659
6 years ago
Rich Harris af1902d510 run transitions in context of component - fixes #1675
6 years ago
Jacob Wright 2c24c36120 Allows fragment updates to happen after state updates
6 years ago
Rich Harris f47d65bd26 move stuff into init/flush functions
6 years ago
Christian Kaisermann 89c1fa675b Also check for null-valued attributes
6 years ago
Christian Kaisermann 790f2b5313 Remove an undefined attribute instead of setting it to "undefined" (string)
6 years ago
ekhaled 87445230b1 fix resize listener bug for ios re: #1600
7 years ago
Admin a6c1a12e90 Adds event modifiers using | character
7 years ago
Rich Harris cce6db40f9
Merge pull request #1637 from sveltejs/list-whitespace
7 years ago
Rich Harris b94d7adfec replace appendNode(node, parent) with append(parent, node) - easier to follow
7 years ago
Rich Harris cce3a30ef2 use props when passing data to custom elements (#875)
7 years ago
Rich Harris e35f174207
Merge pull request #1628 from sveltejs/gh-1540
7 years ago
Rich Harris 7d55a57a2c handle rest elements in computed properties - fixes #1540
7 years ago
Rich Harris 9964a77565 stringify values before setting text data - fixes #1598
7 years ago
Rich Harris 0daf8877ab -> v2.9.9
7 years ago
Rich Harris 630bc5cbb9 sanitize spread attributes and disallow invalid attribute names
7 years ago
ekhaled 259f77d015 closes #1600
7 years ago
Rich Harris e9b588ed51 provide more helpful error if SSR component tries to render non-SSR component
7 years ago
Rich Harris c6f053ebbb Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Rich Harris e17f3fe328 alternative fix for #1575 - return to 2.8 behaviour
7 years ago
Conduitry e66d9ffae7
in .fire always set calling flag back to false (#1587)
7 years ago
Rich Harris faa07e8d57
Merge pull request #1572 from sveltejs/gh-1561
7 years ago
Rich Harris 6c20d14789 remove unused import
7 years ago
Rich Harris f3e4f04a54 abort transition on detach - alternative fix for #1561
7 years ago
Rich Harris 7678b36581 separate groupOutros from transitionsManager
7 years ago
Pavel Malyshev 52ece0b5f0 Fix for #1538
7 years ago
Rich Harris f8ca0d4efe call outrocallback immediately for empty each block
7 years ago
Rich Harris d3201603d9 change __svelte_meta to __svelte_meta.loc
7 years ago