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

6646 Commits

Author SHA1 Message Date
Ben McCann
dbea970486 [chore] upgrade test libraries 2021-10-03 09:12:14 -07:00
Ben McCann
7b7c312801
Add survey results to homepage (#6792) 2021-10-02 21:30:11 -07:00
Guillaume
ce174aa0b9
Fix img overflow in WhoIsUsingSvelte on Safari (#6799) 2021-10-02 21:27:38 -07:00
Ben McCann
547fbc6ebd
[docs] what is rendered when for #await (#6788) 2021-10-01 08:23:04 +02:00
Conduitry
83bb3e2757
[site] convert to ESM (#6795) 2021-09-30 20:05:59 -04:00
Ben McCann
72a7d1c034 site: complete conversion back to CJS 2021-09-30 09:41:36 -07:00
Conduitry
ada0767ff2 Revert "Convert site to ESM (#6772)"
This reverts commit e45d180162.
2021-09-30 11:53:59 -04:00
Ben McCann
0d4ad364be
Add OpenCollective donors to site (#6793) 2021-09-30 08:22:30 -07:00
Daniel Sandoval
54ba76c1f0
[docs] "What's new in Svelte" October newsletter (#6774)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Bjorn Lu <34116392+bluwy@users.noreply.github.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2021-09-30 17:16:03 +02:00
Conduitry
33deaaa4c4 -> v3.43.1 2021-09-30 08:27:19 -04:00
Conduitry
10ce5c95fd
[fix] handle promise rejections for {#await} in SSR (#6790) 2021-09-30 08:21:32 -04:00
zhoulixiang
e82cf3f6d7
[docs] update links to babeljs.io and buble.surge.sh to use https (#6787) 2021-09-29 09:59:51 -07:00
zhoulixiang
ca94762fe9
[docs] update link to rollup.org to use https (#6781) 2021-09-28 08:19:26 -07:00
Ben McCann
e45d180162
Convert site to ESM (#6772) 2021-09-26 07:46:21 -07:00
Ben McCann
dbbac2837e
[chore] upgrade eslint packages (#6769) 2021-09-25 08:46:28 -07:00
Conduitry
66b2385c31 -> v3.43.0 2021-09-22 16:41:31 -04:00
Conduitry
9ffab9d4d7 update changelog 2021-09-22 16:40:56 -04:00
Conduitry
67b53bfe6d
[fix] prefer context from constructor options (#6759) 2021-09-22 16:39:03 -04:00
dependabot[bot]
cfc880bb31
Bump prismjs from 1.24.0 to 1.25.0 in /site (#6749)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-22 13:00:38 -07:00
Conduitry
58c13db4b0 update changelog 2021-09-22 15:41:11 -04:00
Bjorn Lu
d9b0752d0d
[feat] export ./ssr as . in Node (#6743) 2021-09-22 15:37:45 -04:00
Conduitry
f4d0044ce1 update changelog 2021-09-22 13:23:49 -04:00
Bjorn Lu
b845307698
[fix] handle preprocess with empty sourcemaps (#6757) 2021-09-22 13:21:40 -04:00
Conduitry
dad0284771 -> v3.42.6 2021-09-15 16:29:56 -04:00
Conduitry
33c0c43833 update changelog 2021-09-15 16:29:25 -04:00
Bjorn Lu
79df74b087
[fix] run else-if reactive function on re-renders (#6727) 2021-09-15 16:23:41 -04:00
Simon H
88204355d3
[docs] clarify readable callback timing (#6725)
#6724
2021-09-15 19:03:50 +02:00
Simon H
98aefd3cf6
[fix] make Source type in preprocess private (#6726)
Is only used internally, shouldn't be exposed. Fixes #6622
2021-09-15 19:02:54 +02:00
Simon H
c040f130b7
[fix] (perf) deduplicate getComputedStyle call (#6721) 2021-09-10 13:33:46 -04:00
Conduitry
e34195d60d -> v3.42.5 2021-09-10 12:15:20 -04:00
Conduitry
16ec808345 update changelog 2021-09-10 11:58:09 -04:00
Wouter van der Wal
05953d6c2e
[fix] wrong len in draw transition with stroke-linecap (#6195) 2021-09-10 11:56:52 -04:00
Conduitry
a7c7253691 update changelog 2021-09-10 11:39:35 -04:00
Shinobu Hayashi
f1f7d90240
[fix] handle AssignmentPattern with ObjectPattern in rewrite_identifier (#6715) 2021-09-10 11:36:40 -04:00
Geoff Rich
7e156c014e
[docs] document details binding (#6700) 2021-09-10 10:02:45 -04:00
João Paulo
0027a41934
[docs] Fix typo in $$slots docs (#6709) 2021-09-10 10:00:56 -04:00
mellanslag-de
4f9a260ab1
[fix] Update outdated line number in tutorial text (#6689) 2021-09-02 13:53:00 +02:00
gunggmee
dc11e4487e
[docs] Fix a minor bug in binding tutorial (#6698)
To calculate y coordinate of `imageData`, we should divide the index with
`canvas.width` not with `canvas.height`. The current code works because the
shape of canvas is square.
2021-09-02 13:48:49 +02:00
Daniel Sandoval
4d30ef34e3
[docs] "What's new in Svelte" September newsletter (#6691) 2021-09-01 20:25:13 +02:00
Andrey Bienkowski
5a9cb770d8
[docs] Promote prettier-plugin-svelte (#6695) 2021-09-01 12:44:29 +02:00
duarte-pompeu
8d3f4512f6
[docs] Fix the speed of the typewriter example to scale correctly (#6568) 2021-08-27 19:50:44 -07:00
Conduitry
3c5cea114c -> v3.42.4 2021-08-27 15:33:04 -04:00
Conduitry
6735d5422c [chore] fix js sample test 2021-08-27 15:16:27 -04:00
Conduitry
ae268d1bb8 update changelog 2021-08-27 15:10:42 -04:00
Yuichiro Yamashita
fc4797c6f8
[fix] only use optimized 'src' handling for 'html' namespace (#6580) 2021-08-27 15:08:38 -04:00
Conduitry
eee5e459d3 update changelog 2021-08-27 15:02:39 -04:00
Jacob Wright
6de3eb7042
[fix] attach transition/animation CSS to ownerDocument in iframes (#6680) 2021-08-27 15:01:16 -04:00
Conduitry
6ecdf7e2fb update changelog 2021-08-27 14:56:42 -04:00
Shinobu Hayashi
fc9241fea9
[fix] handle undefined select value with spread (#6687) 2021-08-27 14:53:18 -04:00
Shinobu Hayashi
5df60e75a7
chore(docs): update Component-format script-markup-style order (#6682) 2021-08-25 15:20:07 +02:00