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

6166 Commits

Author SHA1 Message Date
Simon H
dafbdc286e
Update unreleased 2021-04-12 18:01:21 +02:00
Maxime LUCE
08047c14b6
Pass full markup source to preprocessors (#6169) 2021-04-12 18:00:38 +02:00
Geoff Rich
a55295de8c
docs: mention that svelte:self can be in a slot (#6184) 2021-04-12 08:01:41 +08:00
Simon H
52d6a5905d
Update unreleased 2021-04-11 17:49:23 +02:00
Fielding Johnston
3b4d53e611
fix(store): add missing derived type definition (#6172) 2021-04-09 08:32:17 -07:00
Antony Jones
5c309a5a78
Add sponsorship button 2021-04-09 00:23:21 +01:00
Daniel Sandoval
c7e820e08f
"What's new in Svelte" April newsletter (#6129) 2021-04-01 12:48:31 +02:00
Conduitry
26d006591d -> v3.37.0 2021-03-31 12:14:28 -04:00
Peter Boling
5ba7d35921
site: improve grammar in tutorial comment (#6156) 2021-03-31 11:16:23 -04:00
Tan Li Hau
6c5257beb2
allow passing in context in constructor (#6032)
Co-authored-by: Conduitry <git@chor.date>
2021-03-31 11:07:32 -04:00
GeopJr
bcf2313a34
ci: cache node_modules (#6048) 2021-03-30 11:39:33 -07:00
Ben McCann
31cb5206e0 Remove trailing whitespace 2021-03-30 11:33:42 -07:00
Mitchell Austin
00acbf2117
Tutorial: remove outline on scrollbar thumb (#6090) 2021-03-30 11:30:29 -07:00
dependabot[bot]
4ccd65fdc3
Bump y18n from 4.0.0 to 4.0.1 (#6151)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 11:21:42 -07:00
Conduitry
ed01d16a8e -> v3.36.0 2021-03-29 22:57:06 -04:00
Conduitry
286c60da4d
fix missing slotted elements in AST (#6148) 2021-03-29 22:55:52 -04:00
Mark A Shuttleworth
e84e356ca5
site: fix grammatical issue in tutorial/update (#6136) 2021-03-29 22:47:54 -04:00
Conduitry
32f58b9d41 update changelog 2021-03-29 22:41:40 -04:00
Luke Edwards
e5a5eaeef0
fix: revert breaking change for compiler/preprocess types location (#6100) 2021-03-29 22:39:39 -04:00
Stephane
47e1eeed56
Add documentation and tutorial for svelte:fragment (#6097) 2021-03-29 23:01:29 +02:00
Alaric von Teplitz
ddfe920ede
Spelling error fix. (#6131) 2021-03-28 17:45:34 +02:00
Simon H
ff0ccb8755
Update unreleased 2021-03-24 16:03:46 +01:00
Sang
18d9fb56f7
Export store's useful typescript definitions (#5887)
fixes #5864
2021-03-24 16:02:14 +01:00
Simon H
4e346b9970
Update unreleased 2021-03-24 15:52:57 +01:00
Umang Galaiya
27a61a709b
Export interfaces for transition params (#5221)
fixes #5207
2021-03-24 15:51:24 +01:00
AmirHossein Ahmadi
e6d9c5f0e3
Export the EasingFunction type (#6056) 2021-03-24 15:48:06 +01:00
Tim
dd7b5afbf0
export interfaces Spring and Tweened (#6122)
fixes #6070
2021-03-24 15:46:46 +01:00
JounQin
50dcc2aaa4
chore: add this: void typing to store functions (#6094)
This is necessary so ESLint does not complain about possibly unbound method access
fixes https://github.com/sveltejs/eslint-plugin-svelte3/issues/102
2021-03-24 15:43:12 +01:00
Stephane
42a9431e70
Link to Svelte Society instead of old Community site (#6043) 2021-03-24 13:45:49 +01:00
Ben McCann
f20c5ede30
Update FAQ for SvelteKit beta (#6124) 2021-03-24 13:36:22 +01:00
Rich Harris
798d1f9b5a add "what is sveltekit" section 2021-03-23 15:24:58 -04:00
Rich Harris
1a906dffe1 tweak aside placement 2021-03-23 14:02:08 -04:00
Rich Harris
5655e46dac fix blog post date 2021-03-23 14:00:05 -04:00
Rich Harris
4b8ddc3469
SvelteKit beta launch post (#6120)
* kit beta announcement post

* tweak
2021-03-23 11:37:36 -04:00
Geoff Rich
ce3a579125
docs: update 7gui example links (#6052) 2021-03-05 11:29:03 -05:00
Conduitry
c56653dfd6 -> v3.35.0 2021-03-01 16:18:45 -05:00
Conduitry
2853be1ff2 update changelog 2021-03-01 16:04:26 -05:00
Daniel Sandoval
22355a3a34
"What's new in Svelte" March newsletter (#6033)
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: Don Denton <don@happycollision.com>
2021-03-01 16:55:42 +01:00
Simon H
423a7f2e61
Add "Where can I get support?" to FAQ (#6036)
* Add "Where can I get support?" to docs

Related to the discussion in #6035
2021-03-01 14:45:51 +00:00
Tan Li Hau
1d6e20f2a9
implement <svelte:fragment> (#4556)
add validation and test

replace svelte:slot -> svelte:fragment

slot as a sugar syntax

fix eslint
2021-02-27 12:43:53 -05:00
Conduitry
c4479d976b revert to v1 lockfile 2021-02-25 19:14:47 -05:00
Rich Harris
f792c14492 -> v3.34.0 2021-02-25 18:08:50 -05:00
Rich Harris
2925a00eff
add cssHash option (#6026)
* Allow to customize the css scope class

* Pass component name to scope class generator

* Move Stylesheet arguments into an object

* Refactor to cssHash

* Please the almighty linter

* pass hash function to cssHash

* update test

* document cssHash option

Co-authored-by: Christian Kaisermann <christian@kaisermann.me>
2021-02-25 18:06:38 -05:00
Conduitry
5c8807e523 -> v3.33.0 2021-02-25 07:38:35 -05:00
Tan Li Hau
d17a90cc44
allow destructured defaults to refer to variables (#5986)
Co-authored-by: M. Habib Rosyad <habib@volantis.io>
Co-authored-by: Conduitry <git@chor.date>
2021-02-25 11:36:44 -05:00
Tan Li Hau
b764374b62
no warning on contextual-store if declaring it as a parameter / variable (#6008) 2021-02-25 10:53:23 -05:00
Conduitry
8ea4fb1106 update changelog 2021-02-25 06:23:08 -05:00
Conduitry
9a9b934a08
work around publishing issue with npm v7 (#5983) 2021-02-17 16:07:26 -05:00
Miłosz Wiśniewski
5e293f9b0f
chore: remove unnecessary indent_size from editorconfig (#5992) 2021-02-17 15:57:35 -05:00
Antony Jones
6928f9492c
Emphasis on method name 2021-02-15 22:47:20 +00:00