Commit Graph

229 Commits (aa203973e09bcc789b62fc4721aea7ec9a369895)

Author SHA1 Message Date
Rich Harris 769e03296f merge master -> gh-1088
7 years ago
Rich Harris b5945e13ea dont render undefined/null attributes in SSR
7 years ago
Rich Harris 8642ef17a4 merge master -> set-undefined-attr
7 years ago
Rich Harris e0fe31327a move render logic into separate phase (#1678)
7 years ago
Rich Harris a18cec0ec6 not sure where that extra blank line came from
7 years ago
Rich Harris c2f0ca3e2e alternative approach to #1520
7 years ago
Rich Harris 33ed2f504e Merge branch 'master' into gh-1520
7 years ago
Rich Harris 4d4c2c3655 coerce toggle argument
7 years ago
Rich Harris f12141e18a
Update dom.js
7 years ago
Rich Harris c4526c3302
Merge branch 'master' into gh-890
7 years ago
Rich Harris ed9a9a9530
Merge pull request #1682 from sveltejs/gh-1659
7 years ago
Rich Harris fe8e31a592
Merge pull request #1684 from kaisermann/spread-attr-style
7 years ago
Jacob Wright 5ef44ae6c9 Adds the class directive
7 years ago
Christian Kaisermann 54dc1e5849 Set style attribute correctly when spread attr present
7 years ago
Rich Harris 154ee73765 support debug tag in SSR mode - fixes #1659
7 years ago
Rich Harris af1902d510 run transitions in context of component - fixes #1675
7 years ago
Jacob Wright 2c24c36120 Allows fragment updates to happen after state updates
7 years ago
Rich Harris f47d65bd26 move stuff into init/flush functions
7 years ago
Christian Kaisermann 89c1fa675b Also check for null-valued attributes
7 years ago
Christian Kaisermann 790f2b5313 Remove an undefined attribute instead of setting it to "undefined" (string)
7 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
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
Pavel Malyshev 52ece0b5f0 Fix for #1538
8 years ago
Rich Harris f8ca0d4efe call outrocallback immediately for empty each block
8 years ago
Rich Harris d3201603d9 change __svelte_meta to __svelte_meta.loc
8 years ago
Rich Harris 63a712ccd9 add location info to nodes - fixes #1499
8 years ago
Rich Harris 276af83cb7 support parameterised animations
8 years ago
Rich Harris 31e387e76c allow animations to be aborted - fixes #1458
8 years ago
Rich Harris a75b0b71c5 pass in destroy method
8 years ago
Rich Harris b56e3e22df position nodes absolutely when outroing, if animations are present
8 years ago
Rich Harris 43d2c38cfc complete js animations
8 years ago
Rich Harris bade6df241 css animations
8 years ago
Rich Harris b3594da23c end animation
8 years ago