Commit Graph

5243 Commits (3f6b743dd01d952c9b6e79ccad1b5b9f46d06efa)
 

Author SHA1 Message Date
Conduitry 3f6b743dd0 site: add REPL imports to .zip's pkg.devDependencies (#3795)
5 years ago
Conduitry 4c239974c3 alpha.2
5 years ago
Conduitry 85692cbd5a
fix handling of style scoping and `class:` with spread scopes (#3792)
5 years ago
Rich Harris 33c8cd3329
Merge pull request #3765 from tanhauhau/tanhauhau/contributing-md
5 years ago
Rich Harris 9f83a2ad23
address a few nits
5 years ago
Richard Harris ad0e8670ca tweak text of warning
5 years ago
Richard Harris a097b079f2 Merge branch 'tanhauhau/warn-when-using-tag-without-compile-options' of https://github.com/tanhauhau/svelte into tanhauhau-tanhauhau/warn-when-using-tag-without-compile-options
5 years ago
Rich Harris ede5e8ec36
Merge pull request #3789 from mustafa0x/patch-1
5 years ago
Rich Harris d4fd91cbb9
tweak 'show me' styles
5 years ago
Conduitry aa3dab93db fix running tests on github actions
5 years ago
Conduitry 07b9d0378e update changelog
5 years ago
Jesse Skinner b6798e5221 allow multiple ancestors to be scoped with class (#3544)
5 years ago
mustafa0x b605f3867e
reduce confusion mentioned in #2452
5 years ago
Mike Lewis af0557a2d4 add regression test for missing class on elem with bind and spread (#3668)
5 years ago
Conduitry 0419039d26
Don't lose `class:` directive classes on an element with `{...spread}` attributes when updating (#3781)
5 years ago
Alessandro (Ale) Segala 8c0c15c3aa Fixed anchor link in documentation
5 years ago
Tan Li Hau cfd3b63b9b warn if using svelte:options tag without compile_options.customElement
5 years ago
mrkishi 1f6e0eb316 improve derived store typing for users
5 years ago
Conduitry 6d2d025d3b tidy up core test.js script
5 years ago
Tan Li Hau 5dbb08d19b allow solo for test suite (#3747)
5 years ago
Conduitry f68b3a3b8c
Fix boolean attributes in presence of spread attributes (#3775)
5 years ago
Paul Murray d91e9afab6 Fixes #3008: Better SSR docs
5 years ago
Conduitry 614393edcb add sigil-expression-function-body test against regression (#3756)
5 years ago
Tan Li Hau 488d06860d Adding contributing.md
5 years ago
Conduitry ebf7a9024a alpha.1
5 years ago
Conduitry d976203da8 update code-red etc (#3752)
5 years ago
Tan Li Hau fca35def53 deconflict with builtins (#3724)
5 years ago
vages e3953b234c Add Entur to "Who is using Svelte?" (#3754)
5 years ago
Conduitry 8ef32d766a
produce better code for <slot/> (#3631)
5 years ago
Conduitry 0d36f1a794 don't consult known globals when walking Expression nodes (#3708)
5 years ago
Conduitry 39b387a454 hoist globals even if they are mentioned in a script block (#3607)
5 years ago
Conduitry 3e02b95488
fix compound ifs with outros and no dependencies (#3595)
5 years ago
Maurício Kishi 914d155d9f fix store validation code generation (#3735)
5 years ago
Conduitry 8d7d0ff7dd
fix `bind:this` binding to a store (#3591)
5 years ago
Conduitry 2e2b0c9175 update changelog
5 years ago
Richard Harris 65d87e51d1 snake_case
5 years ago
Richard Harris 1bb5d8646e Merge branch 'tanhauhau/await-then-catch-block' of https://github.com/tanhauhau/svelte into tanhauhau-tanhauhau/await-then-catch-block
5 years ago
Richard Harris 4419a55977 fix test
5 years ago
Richard Harris 78c226b7b1 Merge branch 'tanhauhau/exported-variable-could-be-reassigned' of https://github.com/tanhauhau/svelte into tanhauhau-tanhauhau/exported-variable-could-be-reassigned
5 years ago
Rich Harris 6d1f163bc3
Merge pull request #3742 from tanhauhau/tanhauhau/remove-component-locator
5 years ago
Rich Harris db901725ae
simplify
5 years ago
Tan Li Hau e14197d944 remove component locator
5 years ago
Luke Edwards ce5bd1bf35 fix: invoke `authenticate` factory
5 years ago
Conduitry 577333e180 add each-block-keyed-iife test against regression (#3436)
5 years ago
Tan Li Hau daf4b465e6 name.slice to slug
5 years ago
Tan Li Hau 03d4bf48f9 DRY out :then and :catch
5 years ago
Li Hau Tan a31fea139b then and catch block expect await, optional then block
5 years ago
Conduitry dda9a53727
preserve `$:` label in reactive blocks in SSR mode (#2828) (#3469)
5 years ago
Conduitry ddbbccc9e4 update changelog
5 years ago
Tan Li Hau 6a98febf5f fix typescript error
5 years ago