0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

5843 Commits

Author SHA1 Message Date
Conduitry
addea43e4f
docs: describe falsy and nullish attribute behavior (#4498) 2020-03-02 09:01:00 -05:00
Tan Li Hau
d802c3b266
in spread, distinguish never-updating and always-updating props (#4487) 2020-02-29 22:47:50 -05:00
Brian Takita
3a37de364b
chore: more specific typings, and add README note about Yarn (#4483) 2020-02-29 12:50:54 -05:00
Conduitry
3f647a84f6 update changelog 2020-02-29 12:44:54 -05:00
pushkin
b6aaa44880
check for unknown props even if component doesn't have writable props (#4454) 2020-02-29 12:43:53 -05:00
dependabot[bot]
37a2d6c6ea
Bump codecov from 3.5.0 to 3.6.5 (#4433)
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.5.0 to 3.6.5.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-29 11:34:18 -05:00
Tan Li Hau
8feb85a61f
fix bitmask overflow for slot (#4485) 2020-02-29 11:32:11 -05:00
Tan Li Hau
cf660bdab1
mark module variables as mutated or reassigned (#4469) 2020-02-29 09:17:06 -05:00
Conduitry
f244b80f7a
docs: referenced_from_script var value (#4486) 2020-02-28 23:07:34 -05:00
Jesse Skinner
20e079007c
docs: clarify default prop behaviour (#4460) 2020-02-28 08:47:21 -05:00
Antony Jones
7831766fa0
site: turn fancybutton into custombutton (#4476) 2020-02-27 06:40:42 -05:00
Conduitry
dc3e9c4bed update changelog 2020-02-26 17:06:53 -05:00
rixo
0786d2858d
exclude global variables from $capture_state (#4475) 2020-02-26 17:05:33 -05:00
Conduitry
b8bf3643d4 -> v3.19.1 2020-02-23 18:28:30 -05:00
Conduitry
19f1c9cb7c
don't treat $$-names as stores during invalidation (#4453) 2020-02-23 18:19:06 -05:00
Conduitry
3bfa0e5cd6
deconflict value parameter in contextual bindings (#4452) 2020-02-23 17:50:57 -05:00
Conduitry
138213ca3c
fix dev mode each block validation when using strings (#4451) 2020-02-23 16:35:25 -05:00
Conduitry
a972a47e14 -> v3.19.0 2020-02-23 08:41:22 -05:00
Conduitry
a7ffceefdd update changelog 2020-02-23 08:16:27 -05:00
rixo
cb64fb2ac9
make $capture_state/$inject_state act on entire state (#3822)
Previously, these methods only applied to exported props.

Also, add $$inject option to constructor, which injects state before
running the update loop.
2020-02-23 08:13:59 -05:00
Matthew Dempsky
a53da7e4b0
site: clearer examples for <slot let:name> (#4125) 2020-02-22 23:40:07 -05:00
Alexandre CANTIN
9a747e3b5a
site: fix loading REPL with filename containing multiple '.'s (#4441) 2020-02-22 23:37:21 -05:00
Rich Harris
1772c3f7f1
Remove CI badge (#4438) 2020-02-21 08:55:38 -05:00
Jesse Skinner
c992f7a2d2
docs: reword to avoid "outroing" (#4434) 2020-02-20 08:49:34 -05:00
Conduitry
423d1fe14e update changelog 2020-02-18 04:52:37 -05:00
swyx
3fbafe33c2
implement Dev mode validation of {#each} block argument (#4419) 2020-02-18 04:49:40 -05:00
Conduitry
30b09f3182 update changelog 2020-02-18 03:32:42 -05:00
PKlknr
ad139bfb63
Log warnings in svelte/register when in dev-mode (#4365) 2020-02-18 03:31:04 -05:00
Kevin Tewouda
2b3c2daafb
blog: svelte-for-new-developers: list commands for Windows (#4391) 2020-02-15 12:35:54 -05:00
Tan Li Hau
fdc89ebb62
warn if component is expected to be reactive (#4409) 2020-02-15 12:33:33 -05:00
swyx
3de0e4bca4
Merge pull request #1 from sveltejs/master
keep up to date
2020-02-15 12:01:56 -05:00
Tan Li Hau
6250046c05
perform dirty check before updating keyed each blocks (#4413) 2020-02-15 11:57:34 -05:00
PKlknr
7fdae5f8a8
docs: add await in front of preprocess examples (#4404) 2020-02-12 08:45:06 -05:00
Conduitry
b6d80f485a
fix indirect bindings on elements with spreads (#4398) 2020-02-11 21:01:30 -05:00
Conduitry
c3232826d4 -> v3.18.2 2020-02-09 09:32:11 -05:00
Conduitry
7f2ffb2977
fix event handlers that are dynamic via reactive declarations or stores (#4394) 2020-02-09 09:30:57 -05:00
Conduitry
0625fc218b
fix invalidation in ++foo.bar (#4395) 2020-02-09 09:24:59 -05:00
Conduitry
59a5d4a52c fix tests 2020-02-09 06:48:22 -05:00
Conduitry
f5f489984f
fix handling of reserved keywords when parsing (#4390) 2020-02-09 00:04:21 -05:00
Tan Li Hau
2195832ecc better error messages for else, elseif, then, catch with unclosed tag (#4136) 2020-02-08 23:59:43 -05:00
Conduitry
cb67a53e51 update changelog 2020-02-08 09:24:13 -05:00
Jordan Gensler
4b04b16fe0 avoid using .shift() in flush() (#4356) 2020-02-08 09:22:38 -05:00
Christian Heine
a40f4ad5e3
npm audit fix related to https-proxy-agent (#4359) 2020-02-07 19:27:28 -05:00
Christian Kaisermann
12a9ff2ac1
chore: fix .eslintignore and remove .prettierrc (#4378) 2020-02-07 19:25:35 -05:00
Conduitry
d78f32ee5a
fix arrow function precedence (#4385)
* update code-red

* fix code-red usage

* update changelog
2020-02-07 19:15:40 -05:00
Conduitry
3cbe38cbf1
fix binding to module-level variables (#4352) 2020-02-03 12:12:01 -05:00
Conduitry
83d461f537
site: clarify preserveWhitespace (#4341)
* site: clarify preserveWhitespace

* Update 04-compile-time.md

Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
2020-01-31 14:55:13 -05:00
Conduitry
5076613256
disallow simultaneous foo / {foo} / bind:foo (#4343)
* disallow matching attributes/shorthands/bindings (#4325)

* add tests

* update changelog
2020-01-30 09:25:16 -05:00
Conduitry
9e7df1e41a
site: use absolute href to blog feed (#4342) 2020-01-30 06:58:31 -05:00
Conduitry
14a3c3a639 site: update Makefile as 'gcloud beta' is no longer necessary 2020-01-28 09:04:01 -05:00