Commit Graph

1048 Commits (30abda37bd51929ba32c6df7c3c525d6bdc82cfa)
 

Author SHA1 Message Date
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
Rich Harris 597aac2010 server-rendered CSS (#153)
10 years ago
Rich Harris 04039bd0e3 remove built compiler files from repo
10 years ago
Rich Harris 6bfe9a212d Merge pull request #148 from sveltejs/gh-1
10 years ago
Rich Harris 02286cb7fd another lint fix
10 years ago
Rich Harris 1056b6cbbd fix lint task
10 years ago
Rich Harris 284c2bf8f3 rename folders to remove .gitignore confusion
10 years ago
Rich Harris 4a65773081 update gitignore
10 years ago
Rich Harris a2cb4a87a0 add SSR tests
10 years ago
Arpad Borsos b804656c50 add a failing test for svg rendered via child component
10 years ago
Rich Harris ee31ee1f74 test with correct files
10 years ago
Rich Harris 973cf04e52 move files into src in preparation for SSR integration
10 years ago
Rich Harris 3861df7791 add webpack loader
10 years ago
Fabrice Weinberg 85d86f80ef Switch from Map to Set
10 years ago
Arpad Borsos 25ae119983 factor generateBlock out as a generator helper function
10 years ago
Arpad Borsos 704975d567 Merge pull request #146 from sveltejs/pass-no-options
10 years ago
Arpad Borsos 5f550adfca remove useAnchor, its unused
10 years ago
Fabrice Weinberg 531b443cbc Make passing options to component optional
10 years ago
Rich-Harris da0ace8047 -> v1.1.3
10 years ago
Rich Harris 6ef2f057ee Merge pull request #138 from sveltejs/gh-137
10 years ago
Rich Harris 152f8ae533 Merge pull request #143 from sveltejs/gh-142
10 years ago
Rich-Harris 7d520bd54a fix typo, disallow multiple style/script tags
10 years ago