Commit Graph

3661 Commits (ad17bd7627c62c2afd1256fd81e0a9b5969e18d5)
 

Author SHA1 Message Date
Conduitry 2511745ca1 repl: better bundling error when unable to resolve module (#2208)
8 years ago
Rich Harris 1808331703 Merge pull request #2199 from sveltejs/examples
8 years ago
Richard Harris c15ce88651 Merge branch 'master' into examples
8 years ago
Richard Harris 1bada54c72 style tweaks, additional thumbnails
8 years ago
Richard Harris 04286243ca transfer over all the old examples worth keeping
8 years ago
Richard Harris 8e3837e58f update/remove some more stuff
8 years ago
Richard Harris 30ee1ea4e6 bump beta version
8 years ago
Rich Harris 13b7e0ec2c Merge pull request #2204 from sveltejs/gh-2180-fix
8 years ago
Richard Harris 20a944ce14 generate valid code for each block array literals (#2180)
8 years ago
Richard Harris 642733d7a6 thumbnails
8 years ago
Richard Harris 96ccceade3 7guis examples
8 years ago
Richard Harris 10b2390b10 tweak examples
8 years ago
Richard Harris cc99bf939c remove thumbnails
8 years ago
Richard Harris 4f2e4fb78b add thumbnails to examples page
8 years ago
Richard Harris eaa0f7fd45 Merge branch 'master' into examples
8 years ago
Richard Harris b52bebf6f7 Merge remote-tracking branch 'origin/puppeteer' into examples
8 years ago
Rich Harris 61d65f5731 Merge pull request #2201 from sveltejs/puppeteer
8 years ago
Richard Harris eff66689bf swap out nightmare for puppeteer
8 years ago
Richard Harris 856a0c7b41 bones of an example index page
8 years ago
Richard Harris f3fdc20b9c update Svelte, fix bug
8 years ago
Richard Harris f11ee9e7f5 more tidying up
8 years ago
Richard Harris e95320116c remove some more unused stuff
8 years ago
Richard Harris 3b2aef2995 remove props editor
8 years ago
Richard Harris d768a9bec9 bump beta version
8 years ago
Rich Harris d55f94b7b2 Merge pull request #2198 from sveltejs/svelte-self
8 years ago
Richard Harris 1f7edbd6fe move example data into components
8 years ago
Richard Harris 65d8871d91 fix svelte:self
8 years ago
Rich Harris 7a6d68ee4b Tutorial/REPL tweaks (#2196)
8 years ago
Rich Harris 00fea9ed4a Merge pull request #2195 from sveltejs/reactive-update-expression
8 years ago
Richard Harris 4cef016654 make foo += 1 equivalent to foo = foo + 1 in reactive statements
8 years ago
Rich Harris 893a1876a1 Add a tutorial (#2132)
8 years ago
Richard Harris 0643858158 bump beta version
8 years ago
Rich Harris 57c9274262 Merge pull request #2187 from sveltejs/gh-2186
8 years ago
Rich Harris 1e65067f67 Merge pull request #2191 from sveltejs/gh-2178
8 years ago
Richard Harris 563efabd0a generalise pattern of treating $foo as a store value but $$foo as internal
8 years ago
Richard Harris 2047f9831d add test for $$props vars output
8 years ago
Richard Harris 428e264059 merge gh-2186 -> master
8 years ago
Richard Harris 1455c554ff use add_var mechanism to create implicit $$props var
8 years ago
Richard Harris 63f1d0988f tweak semantics of reactive statements - fixes #2178
8 years ago
Richard Harris 23819555bd bump beta version
8 years ago
Rich Harris 61dce7bd6e Merge pull request #2190 from sveltejs/gh-2171
8 years ago
Rich Harris ac21b69c54 Merge pull request #2189 from sveltejs/gh-2175
8 years ago
Rich Harris 921b082591 Merge pull request #2188 from sveltejs/gh-2180
8 years ago
Richard Harris 6bb9526711 deep store bindings
8 years ago
Richard Harris 4e322c7fe1 express readable in terms of writable
8 years ago
Richard Harris 875f49f71d allow stores to work with mutable data - fixes #2171
8 years ago
Richard Harris d238c35701 deconflict own name against globals - fixes #2175
8 years ago
Richard Harris 68dd337074 optimise iteration over array literals - fixes #2180
8 years ago
Richard Harris a4fbff1ff9 implement $$props - fixes #2186
8 years ago
Rich Harris a21f3d4ec1 Merge pull request #2185 from Panya/issue-2184
8 years ago