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
Antony Jones
48b56bd819
Update changelog
2021-02-15 22:46:14 +00:00
Pontus Lundin
d4f98fb63a
Call onMount when connected & clean up when disconnected for custom element ( #4522 )
...
* call onDestroy when disconnected
* lifecycle hooks and custom elements
- Call onMount in connectedCallback for customElements
- register onMount return values as on_disconnect-callbacks for customElements
- run on_disconnect callbacks in disconnectedCallback
* do not reset on_mount so that it can fire again if reinserted
* simpler isCustomElement & skip extra function call
- pass options.customElement down to mount_component
- remove expensive isCustomElement check
- only call add_render_callback if not customElement
Co-authored-by: Pontus Lundin <pontus.lundin@ica.se>
2021-02-15 22:40:17 +00:00
Conduitry
d3f3ea38d0
-> v3.32.3
2021-02-10 22:02:27 -05:00
Tan Li Hau
e8094df779
fix remove of lone :host selectors ( #5984 )
2021-02-10 22:01:50 -05:00
Conduitry
160a4eccd1
-> v3.32.2
2021-02-08 14:28:02 -05:00
Conduitry
341948e166
update changelog
2021-02-08 14:24:39 -05:00
pushkine
a9c1dc9b59
fix extra invalidation with component prop binding to object property ( #5890 )
2021-02-08 14:22:25 -05:00
Tan Li Hau
8867bc31c2
update css-tree@^1.1.2 ( #5958 )
2021-02-08 12:05:39 -05:00
Tan Li Hau
44f41c9edd
fix :host and :global css scoping ( #5957 )
2021-02-08 11:26:46 -05:00
Alexis Ménard
ebbdb4277c
Tutorial : a better explanation of component events ( #4639 )
...
* feat(tutorial): better explanation of component events
Co-Authored-By: Antony Jones <ant@enzy.org>
2021-02-04 10:10:34 +00:00
Daniel Sandoval
8db3e8d029
"What's new in Svelte" February newsletter ( #5925 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2021-02-01 14:37:25 +01:00
Shriji
c3caa29590
Change color on 404 page ( #5932 )
...
The colors on broken pages have `#da106e` and is not a part of `theme-default` in site-kit.
2021-01-31 07:01:01 +08:00
Conduitry
df191385f5
-> v3.32.1
2021-01-29 15:06:30 -05:00
Tan Li Hau
6589aa2548
warn module variables are nonreactive and make them truly nonreactive ( #5847 )
2021-01-29 15:05:04 -05:00
Conduitry
dd7403ade4
update changelog
2021-01-29 13:32:41 -05:00