Commit Graph

66 Commits (821133f8f6a74c63f952d5e26aff038642d65c20)

Author SHA1 Message Date
Rich Harris 3a4bfe40ad
Merge branch 'master' into improve-typings
6 years ago
Benjamin Milde dabc9c3e53 Allow binding of <details> open
6 years ago
Bogdan Savluk fc4be88646 cleanup, improve comments
6 years ago
Bogdan Savluk b7ec99e8c7 fix compile/nodes typings
6 years ago
Emil Tholin 6ebd72fc22 Check if a figcaption's first element ancestor is a figure
6 years ago
Richard Harris b2860c789d disallow duplicate slot="xxx" elements - fixes second half of #2320
6 years ago
Richard Harris 4177af8d59 only use explicit namespace for top-level elements
7 years ago
Richard Harris af1315b438 apply namespace to foreignObject correctly - fixes #2340
7 years ago
Lukas 8eb8c707b1 add playbackrate as binding for mediaelements (#2202)
7 years ago
Rich Harris 16106d113d handle foreignObject correctly, default to svg namespace for top-level svg elements - fixes #2298
7 years ago
Rich Harris af6f73c486 DRY out
7 years ago
Conduitry c06af2dd88 tidy some binding validation messages (#2300)
7 years ago
Rich Harris 21d56c9ee3
Tidy up (#2252)
7 years ago
Rich Harris 4541d58798
Add a tutorial (#2132)
7 years ago
Brian S d0cd4521dd
Update Element.ts
7 years ago
Rich Harris 2703f609a5 avoid spread pattern, it causes some problems with some setups somehow???
7 years ago
Conduitry 5b9cc176df rename properties to component.compileOptions and .componentOptions
7 years ago
Rich Harris b1d919f3f2
Overhaul stats — closes #1891
7 years ago
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
7 years ago
Richard Harris 18c2ae715f prevent false positive detection of events that can be made passive - fixes #1914
7 years ago
Rich Harris 48f1f6b4d0
implement `bind:this`
7 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
Rich Harris 10011a5142 hoist these
7 years ago
Rich Harris b3b95d4ee6 disallow passive|preventDefault combo
7 years ago
Rich Harris 82b1b75afe implement event modifiers
7 years ago
Rich Harris 8ec02b336d disallow once/passive in legacy mode, for now
7 years ago
Rich Harris aa203973e0 add some more modifier validation tests
7 years ago
Rich Harris e0fe31327a move render logic into separate phase (#1678)
7 years ago
Jacob Wright 51a3972ad5 Fixes shorthand class directives which do not have classes
7 years ago
Rich Harris 9031c16905
[WIP] Refactor, change where validation occurs (#1721)
7 years ago
Yury Zhuravlev d7bd924bbd Fix binding input with event in each and add test case.
7 years ago
Jacob Wright fb734a349e Use existing property quoting function
7 years ago
Jacob Wright 22f4b3d4cb Remove camel-casing, but account for dashed parameters still.
7 years ago
Jacob Wright 4ec85bb8cc Adds class directive shortcut
7 years ago
Jacob Wright 5ef44ae6c9 Adds the class directive
7 years ago
Jacob Wright b6e51ddc32 Change actions to init on mount rather than hydrate
7 years ago
Rich Harris a5967fa118 Merge branch 'debug' of https://github.com/GarrettGeorge/svelte into GarrettGeorge-debug
7 years ago
Admin 79c023e604 Fixes small issue with Element's booleanAttributes
7 years ago
Admin 7e5f008a78 Adds DebugTag
7 years ago
Rich Harris b94d7adfec replace appendNode(node, parent) with append(parent, node) - easier to follow
7 years ago
Conduitry 909536dac9 fix determing whether an attribute should prevent innerHTML optimization
7 years ago
Rich Harris 5ff7cb51dc use template.content in place of template where appropriate - fixes #1571
7 years ago
Rich Harris f3e4f04a54 abort transition on detach - alternative fix for #1561
7 years ago
Conduitry 755f085b1b fix spread when an attribute or prop has multiple dependencies (#1515)
7 years ago
Rich Harris 04ef203787 prevent possibility of conflicts with __file
7 years ago
Rich Harris 63a712ccd9 add location info to nodes - fixes #1499
7 years ago
Conduitry 2b3e9a3523 use CSS classes for ref:* selectors (#1230)
7 years ago
Rich Harris b45b2415f2 nested components skip intro on initial render - fixes #1460
7 years ago
Rich Harris a9d258b9a5
Merge pull request #1468 from sveltejs/gh-1458
7 years ago
Rich Harris 31e387e76c allow animations to be aborted - fixes #1458
7 years ago