Commit Graph

369 Commits (9c66e15bb47342f33db3d030c3bf1e7154d79783)
 

Author SHA1 Message Date
Rich-Harris f143367ba2 use setAttribute() for list attributes – fixes #178
10 years ago
Rich-Harris 05972f7ac5 null is not an identifier
10 years ago
Rich-Harris d48b72de55 allow whitelisted globals (#185)
10 years ago
Rich Harris e5f183ffd5 Merge pull request #184 from sveltejs/gh-179
10 years ago
Rich-Harris 21a7fe4dd5 ensure onrender and onteardown are not arrow function expressions
10 years ago
Rich-Harris f3a0880388 error if method is an arrow function expression and uses `this` or `arguments` (#179)
10 years ago
Rich-Harris a100c608d7 fix prepending code to builders
10 years ago
Rich-Harris 84bfbcb0c5 use builders for local.init and local.update
10 years ago
Rich-Harris 7b32c881f4 use builder instead of local.mount
10 years ago
Rich-Harris 49665232eb use builders in place of local.detach and local.teardown
10 years ago
Rich-Harris b21d3ffbe8 fix detach order for triples
10 years ago
Rich-Harris f872e4e2f5 use builders everywhere
10 years ago
Rich-Harris e903d25afd use builders for init statements
10 years ago
Rich-Harris c3eba3ce40 Merge branch 'master' into builder
10 years ago
Rich Harris 072e32201a Merge pull request #175 from sveltejs/gh-147
10 years ago
Rich Harris c2c3a0ed25 Update ISSUE_TEMPLATE.md
10 years ago
Rich Harris a255454075 Merge pull request #173 from sveltejs/gh-151
10 years ago
Rich Harris f7a169ddf8 Update README.md
10 years ago
Rich-Harris f310b3541c add support for declared namespaces – fixes #147
10 years ago
Rich-Harris bac7295d9a issue and PR templates
10 years ago
Rich-Harris 95ff3f075a -> v1.2.2
10 years ago
Rich Harris b2ecf2ef87 Merge pull request #171 from sveltejs/gh-150
10 years ago
Rich Harris b95a2b84c6 Merge pull request #169 from sveltejs/gh-167
10 years ago
Rich Harris 111910d85b Merge pull request #170 from sveltejs/gh-162
10 years ago
Rich-Harris 836c05cc93 Merge branch 'master' of https://github.com/sveltejs/svelte
10 years ago
Rich-Harris 96f1c5b8ac move generate/index.js over to CodeBuilder
10 years ago
Rich-Harris cce920240a add CodeBuilder utility for easier codegen
10 years ago
Rich-Harris fd3410398c make mount private (#150)
10 years ago
Rich-Harris 4f4a967fd6 support node methods in event handlers (#162)
10 years ago
Rich-Harris 2768653a47 allow event handlers to call event methods e.g. stopPropagation – closes #162
10 years ago
Rich-Harris 2c8f73f2b6 omit attributes for SSR – fixes #163
10 years ago
Rich-Harris 947f73d4fe test importing non-component
10 years ago
Rich Harris 8dd5ae5372 implement Comment in SSR compiler – fixes #165
10 years ago
Rich Harris 88cd35fb0f -> v1.2.1
10 years ago
Rich Harris 8725bae8f6 Merge pull request #164 from sveltejs/gh-163
10 years ago
Rich Harris 6a00ccbbf0 allow functions in data/computed - fixes #163
10 years ago
Rich Harris 7b1b95e799 Merge pull request #159 from sveltejs/compiler-mode
10 years ago
Rich Harris e55f273188 lint
10 years ago
Arpad Borsos 09a61da188 add a compiler option to output SSR code
10 years ago
Rich Harris 1ed1e1cac5 Merge pull request #156 from sveltejs/tests
10 years ago
Rich-Harris 18e6610a76 resolve path to external-but-local dependency
10 years ago
Arpad Borsos e9c99ed9f4 restructure tests
10 years ago
Rich Harris e753bb3860 -> v1.2.0
10 years ago
Rich Harris 1082331777 Merge pull request #154 from sveltejs/gh-153
10 years ago
Rich Harris 8aa3a2b163 implement css: false in main compiler (#153)
10 years ago
Rich Harris b1314f476b remove logging
10 years ago
Rich Harris 57bd106189 move skipped test to new home
10 years ago
Rich Harris 2285817fdc test nested server-rendered styles
10 years ago
Rich Harris 645d44b799 pass filename through to SSR compiler
10 years ago
Rich Harris d7cd15dc81 remove built ssr/ directory from repo
10 years ago