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 |
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 |
Richard Harris
|
be1fec4619
|
fix contributors script
|
6 years ago |
Richard Harris
|
548fd039d9
|
update deps
|
6 years ago |
Richard Harris
|
0275aab800
|
lint
|
6 years ago |
Richard Harris
|
0ce8dc9d17
|
-> v3.2.0
|
6 years ago |
Richard Harris
|
4ef1a2d623
|
document new spring options
|
6 years ago |
Rich Harris
|
26d736fc97
|
Merge pull request #2627 from lorenbrichter/spring-verlet
Subtle tweaks to spring animations
|
6 years ago |
Richard Harris
|
59bf8f8882
|
Merge branch 'blog-anchors-2609'
|
6 years ago |
Richard Harris
|
537e873cc0
|
fix double import
|
6 years ago |
Richard Harris
|
16430dc6bb
|
Merge branch 'master' into blog-anchors-2609
|
6 years ago |
Rich Harris
|
5a536aafa2
|
Merge pull request #2658 from MikeMatrix/each-block-rest-destructuring
each-block array destructuring
|
6 years ago |
Rich Harris
|
78332cf5b0
|
Merge pull request #2664 from EmilTholin/each-block-destructuring-rest
Add support for object-rest in each destructuring
|
6 years ago |
Rich Harris
|
411752c5bb
|
Merge pull request #2670 from MikeMatrix/fix-readonly-form-attribute
Applying read only property form onto elements using `attr` instead
|
6 years ago |
Rich Harris
|
ba91810b0b
|
Merge pull request #2672 from sveltejs/gh-2661
expose svelte.walk
|
6 years ago |
Rich Harris
|
16dbb8f437
|
Merge pull request #2607 from EmilTholin/figcaption_figure_first_element_ancestor
Check if a figcaption's first element ancestor is a figure
|
6 years ago |
Rich Harris
|
05428252bc
|
Merge pull request #2608 from thollander/feat/abstract-block-class
Create a new abstraction level to handle `Block`
|
6 years ago |
Rich Harris
|
98bd5a1916
|
Merge branch 'master' into feat/abstract-block-class
|
6 years ago |
Rich Harris
|
006509a0ef
|
Merge pull request #2596 from EmilTholin/await-empty-block-warnings
Don't show 'Empty block' warnings for non-existent await branches
|
6 years ago |
Rich Harris
|
d3d5fa9360
|
Merge pull request #2534 from clebert/public-parse
Expose `parse` to the public
|
6 years ago |
Conduitry
|
54a8eb9fd4
|
expose svelte.walk (#2661)
|
6 years ago |
Michael Braun
|
29ad0cf14d
|
Applying read only property form onto elements using `attr` instead
This should generate the wanted behavior, without generating an exception.
|
6 years ago |
Conduitry
|
df448cb36a
|
document svelte.parse
|
6 years ago |
Clemens Akens
|
194e99b350
|
expose parse to the public
|
6 years ago |
Rich Harris
|
de31170a40
|
Merge branch 'master' into blog-anchors-2609
|
6 years ago |
Rich Harris
|
ab711ac89c
|
Merge pull request #2616 from EmilTholin/insertBefore_null_default_anchor
Make null the default anchor of insertBefore
|
6 years ago |
Rich Harris
|
c217f2b00b
|
Merge pull request #2618 from EmilTholin/remove_21618scope_from_spread
Remove the $$scope key from $$props when calculating spread
|
6 years ago |
Rich Harris
|
6240ed0b94
|
Merge pull request #2619 from sveltejs/gh-2435
fix resubscriptions inside script block
|
6 years ago |
Rich Harris
|
1eca19f371
|
Merge pull request #2631 from EmilTholin/reactive-values-fixed
Check 'injected' and 'fixed_reactive_declarations' independently
|
6 years ago |
Rich Harris
|
cfb22e4a10
|
Merge pull request #2633 from zlsa/patch-2
Add barebones description of `svelte/register`
|
6 years ago |
Rich Harris
|
8f2ccc407e
|
flesh out svelte/register docs
|
6 years ago |
Rich Harris
|
203d0eced4
|
Merge pull request #2634 from sveltejs/gh-2625
fix invalidating stores with UpdateExpression
|
6 years ago |