Commit Graph

5167 Commits (92cd56a3483f5138d77959da279769aa7004fb32)
 

Author SHA1 Message Date
Rich Harris 3e450eeee8
Merge pull request #3418 from sveltejs/gh-3182
5 years ago
Rich Harris f9a31b19d2
Merge pull request #3423 from nbgoodall/master
5 years ago
Richard Harris bd5f69ded4 show list of apps belonging to user
5 years ago
nbgoodall a0b48f9825 Add Zevvle logo to 'Who is using Svelte' section
5 years ago
Richard Harris 90ecf90963 Merge branch 'cookies' into gh-3019
5 years ago
Richard Harris 37b8848dac colocate all auth/db code, use LRU cache to avoid unnecessary db hits
5 years ago
Richard Harris 3c5d46dc0b code organisation
5 years ago
Richard Harris fb5179b0f3 use cookies instead of JWT
5 years ago
Richard Harris 7836f409aa support is attribute, with a warning - fixes #3182
5 years ago
Richard Harris 419b4150dd start building UI for saved REPLs
5 years ago
Richard Harris b7fb764233 Merge branch 'gist-archive' of https://github.com/sanderhahn/svelte into sanderhahn-gist-archive
5 years ago
Rich Harris 120ee28c4f
Merge pull request #3416 from sveltejs/better-keyed-each-example
5 years ago
Richard Harris 383d441b83 better keyed each example
5 years ago
Rich Harris 4251fc9f00
Merge pull request #3405 from Dagdahu/patch-1
5 years ago
Rich Harris 3c0c9da6c6
Merge pull request #3407 from caengen/patch-1
5 years ago
Rich Harris 7c86b5f293
Merge pull request #3409 from panascais-forks/add-panascais-logo
5 years ago
Rich Harris 40c9d84951
Merge pull request #3413 from elo7/inline-estree-typedef
5 years ago
Rich Harris 17a26edb5c
Merge pull request #3414 from elo7/async-preprocess
5 years ago
Sander Hahn 8f30793c58 Access repl archive in console
5 years ago
Luiz Corte Real a304b661c5 Change type of preprocessor functions to include Promise
5 years ago
Luiz Corte Real a7bbabd6b2 Inline estree-walker type definitions in compiler.d.ts
5 years ago
Silas Rech f0448710e4
Add Panascais logo to 'Who is using Svelte' section
5 years ago
Christian Engen 8f284c0f9a
Docs: unused variable removed
5 years ago
Hugo C 0597d04dba
Update 03-run-time.md
5 years ago
Richard Harris 3bbfccc4cc -> v3.8.1
5 years ago
Rich Harris 207d8aeeed
Merge pull request #3402 from davidaq/patch-1
5 years ago
Rich Harris c2d9248517
Merge pull request #3400 from elo7/missing-dependencies
5 years ago
Rich Harris 9e36293a8c
Reinstate walk
5 years ago
Rich Harris 626b8335c2
Merge pull request #3403 from davebrent/gh-3321
5 years ago
Dave Poulter 9c0db84788 Fix namespace for svg elements inside slots
5 years ago
davidaq 4af242570b
Correct preprocessor api doc
5 years ago
Luiz Corte Real 52b0951db6 Remove external dependencies from exported files
5 years ago
Richard Harris 4f26363fe0 update deferred transitions example
5 years ago
Richard Harris 8669c76921 -> v3.8.0
5 years ago
Richard Harris c5439b0789 -> v3.8.0
5 years ago
Rich Harris 0619e6ed19
Merge pull request #3394 from sveltejs/gh-2290
5 years ago
Richard Harris 655701ef08 coerce tag values to string - fixes #2290
5 years ago
Richard Harris bb9a9efec2 Merge branch 'master' of github.com:sveltejs/svelte
5 years ago
Richard Harris d9206fb3cc simplify self function, use this instead of el
5 years ago
Richard Harris a3e7ba7922 Merge branch 'master' of https://github.com/samuelgozi/svelte into samuelgozi-master
5 years ago
Rich Harris f26a15fd98
Merge pull request #3380 from Conduitry/gh-3185
5 years ago
Rich Harris 804db10404
Merge pull request #3387 from Vages/patch-1
5 years ago
Rich Harris ad790d36b4
add separator
5 years ago
Richard Harris c1a3679806 remove ts-node - no typescript inside test/
5 years ago
Rich Harris 1580fd0c86
Merge pull request #3392 from aorel/fix-test-coverage
5 years ago
Alexandr Orel 83497a15f1 Fix travis test coverage
5 years ago
vages 73a21b855a
Document $$props
5 years ago
Conduitry 5b77b744ce generate valid code when spreading literal into props (#3185)
5 years ago
Sebastian Silbermann 12c667f898 Add failing test for null hydration
5 years ago
Samuel Elgozi 61ad408760 Tests addedt for `self` modifier
5 years ago