Rich Harris
8c553706ab
Merge pull request #2740 from membranophonist/patch-2
...
Pluralize elements
6 years ago
Rich Harris
26a67a6ac4
Update text.md
6 years ago
Rich Harris
78b091b22e
Merge pull request #2742 from sveltejs/TehShrike-js-label-syntax
...
Link to label syntax page on MDN
6 years ago
Josh Duff
5ebde551b2
Link to label syntax page on MDN
...
Inspired by https://github.com/sveltejs/svelte/issues/98#issuecomment-491586072 , I wanted to make it a bit more explicit that the `$:` label was actual JS syntax.
6 years ago
pngwn
1b4446030b
Update animate example to use animate directive and built-in crossfade function.
6 years ago
Daniel J. Wilson
66a4c1a9bc
Pluralize elements
6 years ago
Daniel J. Wilson
5e8383cf37
Replace tag with attribute for alt
...
Being an attribute, alt should be mentioned as such.
6 years ago
Benjamin Milde
abe486e7e3
Switch test to runtime test
6 years ago
Benjamin Milde
9eec0fcd98
Implement suggestions
6 years ago
Rich Harris
fdc51de090
allow derivers to return cleanup functions - fixes #2553
6 years ago
Richard Harris
ec74b21c37
-> v3.2.2
6 years ago
Rich Harris
6defc5b73f
Merge pull request #2696 from PaulMaly/patch-1
...
Make component.$$.dirty just a dictionary
6 years ago
Rich Harris
db96b6bfc8
Merge pull request #2702 from industral/add-readme-indicators
...
Added npm and license indicators to README
6 years ago
Rich Harris
53c66654b7
Merge pull request #2698 from jacobmischka/fix-get-slot-changes
...
Initialize `get_slot_changes` to null when not needed
6 years ago
Rich Harris
6d32f99904
Update README.md
6 years ago
Rich Harris
c4e05f2086
Merge pull request #2703 from EmilTholin/hoisting-injected-reactive-vars
...
Don't hoist functions dependent on injected reactive variables
6 years ago
Rich Harris
aa5b52239f
Merge pull request #2722 from getkey/window-globals
...
Add `window` and `document` to globals
6 years ago
Julien Mourer
4631b1b93f
Add `window` and `document` to globals
...
To prevent the following warning message:
```
(!) svelte plugin: 'window' is not defined
src/templates/Share.svelte
20: </script>
21:
22: {#if window.navigator.share}
^
23: <button class="icon-share2" on:click="{shareNatively}" title="Share"></button>
24: {:else}
```
6 years ago
Rich Harris
3d9cb3b611
Merge pull request #2712 from sveltejs/gh-2708
...
site: add /chat redirect to Discord
6 years ago
Conduitry
80fe0e9cdb
site: add /chat redirect to Discord ( #2708 )
6 years ago
Conduitry
f7978b234a
site: document export-as ( #2559 )
6 years ago
Alessandro (Ale) Segala
77959a2cc2
Update Visual Studio Code brand
...
Minimal, but just correcting the brand :)
6 years ago
Emil Tholin
963f6e7aa6
Don't hoist functions dependent on injected reactive variables
6 years ago
Alex Ivasyuv
5fddf49a23
Added CI
6 years ago
Alex Ivasyuv
739179adb1
adding npm and license indicators
6 years ago
Conduitry
457320c30b
site: remove chokidar
6 years ago
Jacob Mischka
003cf39c8f
Initialize `get_slot_changes` to null when not needed
...
Fixes #2697
6 years ago
PaulMaly
21a5169845
Use special blank_object() for component.$$.dirty
6 years ago
PaulMaly
90556e97c6
Make component.$$.dirty just a dictionary
...
To be sure that we won't have any hidden behavior related to a prototype: https://davidwalsh.name/object-create-null
6 years ago
Richard Harris
39b1fe224e
-> v3.2.1
6 years ago
Rich Harris
4962e20aa2
Merge pull request #2695 from sveltejs/gh-2644
...
use safe_not_equal logic for derived stores
6 years ago
Rich Harris
db8d7007aa
Merge pull request #2694 from sveltejs/gh-2444
...
invalidate dependencies of reactive declarations
6 years ago
Rich Harris
11168cf076
Merge pull request #2685 from foucist/master
...
Make modal example more obvious
6 years ago
Rich Harris
117afe9a71
Merge pull request #2683 from sveltejs/gh-2681
...
fix instrumentation of auto-subscription self-assignments
6 years ago
Rich Harris
4bc93a3b1f
Merge pull request #2679 from EmilTholin/reactive-declaration-warnings
...
Warn on improper use of reactive declarations
6 years ago
Richard Harris
a7265f65e3
use safe_not_equal logic for derived stores - fixes #2644
6 years ago
Richard Harris
562f23a87b
invalidate dependencies of reactive declarations - fixes #2444
6 years ago
Benjamin Milde
342389863e
Allow multiple event listeners on a single node
6 years ago
pngwn
7a7804be49
Document animations. #2532
6 years ago
Emil Tholin
0286dce026
Warn on improper use of reactive declarations
6 years ago
Conduitry
43f82af4a8
some linting and tidying
6 years ago
James Robey
c954e84727
Make modal example more obvious
6 years ago
Luke Edwards
c4c21438b2
site: add yootils
6 years ago
Luke Edwards
1d0da9d022
Use database for REPL, update URL structure ( #2572 )
...
* fix: move `shelljs` to dev-deps
* fix: move `codemirror` to “external” config only
* fix: move `yootils` to “external” config only
* chore: bump “sirv” dep
* chore: regenerate pkg-lock
* chore: add `.env.example` file
* chore: remove previous dependencies
* chore: add users migration
* feat: add `db` util w/ pool
* feat: handle GitHub OAuth directly, thru JWTs
* fix: hydrate `user` data & update keys
* fix: add timestamp columns to “users" table
* feat: save new gists to database
* feat: find & update gists
* fix: update client for new endpoints
* fix: always send { error } shape
* fix: rename “users.token” => "users.github_token”
* chore: include node-fetch as dev-dep
* fix: remove extra DATABASE_URL key
* fix: upload OAuth popup message
* chore: regenerate lock file
* add database entries for new gists, update REPL URLs
* implement saving and forking
* insert history entry when forking
* add logic for relaxed gists
* remove unnecessary on conflict clause
6 years ago
Conduitry
fc5727c187
fix instrumentation of auto-subscription self-assignments ( #2681 )
6 years ago
Rich Harris
52633542e6
Merge pull request #2678 from sveltejs/gh-2673
...
fix wacky layout on mobile
6 years ago
Richard Harris
3ee3576f69
fix wacky layout on mobile - closes #2673
6 years ago
Richard Harris
985bf870d2
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Rich Harris
703874626a
Merge pull request #2675 from MikeMatrix/clarify-export-const-docs
...
Exported properties let vs const clarification
6 years ago
Michael Braun
ac24817ef0
Clarifying `let` needs to be used on exported properties, in order for them to be passed in
6 years ago