Commit Graph

243 Commits (098a5539f33f8b3395f562b88a8e32c3ab7b10db)

Author SHA1 Message Date
Simon Holthausen d35d9045f6 rename ts to js
2 years ago
S. Elliott Johnson fd9d61a7b7
chore: TS to JSDoc Conversion (#8569)
2 years ago
Yuichiro Yamashita b6a400a549
chore: add prettier (#8543)
2 years ago
Filip Ambrosius 1333be0c6a
fix: Regression `itemscope` as `boolean_attribute` (#8414)
3 years ago
Simon H 636290af95
fix: remove indeterminate from boolean attributes (#8334)
3 years ago
Yuichiro Yamashita 1f3d2f7646
fix: better handling of inert attribute (add tests) (#7944)
3 years ago
Yuichiro Yamashita a5ca0ad65b
[fix] added support for inert (remove duplicated code) (#7785)
3 years ago
Simon H efe1df0e23
[fix] Only show lowercase component warning for non-html/svg elements (#7826)
3 years ago
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` (#7453)
3 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
Rich Harris 6130241212 rely in setAttribute behaviour inside setCustomElementData
7 years ago
Rich Harris 95484b71c1 Merge branch 'patch-1' of https://github.com/domin1101/svelte into domin1101-patch-1
7 years ago
Jonathan Greenemeier 9c3815f568 Small update to allow class directives to work in IE11 where second argument of classList.toggle is not respected
7 years ago
Dominik Winkelbauer a4bc7c5a26
Fixes setting custom element data to zero
7 years ago
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
7 years ago