Skip to content

Commit fa56460

Browse files
committed
merge-squash svelte-styles-csp
1 parent b78f541 commit fa56460

File tree

62 files changed

+7680
-2145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+7680
-2145
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
timeout-minutes: 15
77
strategy:
88
matrix:
9-
node-version: [8, 10, 12, 14]
9+
node-version: [8, 10, 12, 14, 16]
1010
os: [ubuntu-latest, windows-latest, macOS-latest]
1111
steps:
1212
- uses: actions/checkout@v1

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ _output
3030
/site/.sessions
3131
/site/static/svelte-app.json
3232
/site/static/contributors.jpg
33+
/site/static/donors.jpg
3334
/site/static/workers
3435
/site/scripts/svelte-app
3536
/site/scripts/community
3637
/site/src/routes/_contributors.js
38+
/site/src/routes/_donors.js

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Svelte changelog
22

3+
## 3.43.1
4+
5+
* Prevent a rejecting promise used in `{#await}` during SSR from appearing as an unhandled rejection ([#6789](https://github.com/sveltejs/svelte/issues/6789))
6+
7+
## 3.43.0
8+
9+
* Use export map to expose no-op versions of lifecycle functions for SSR ([#6743](https://github.com/sveltejs/svelte/pull/6743))
10+
* Prefer `context` passed to component constructor, even when running synchronously in another component ([#6753](https://github.com/sveltejs/svelte/issues/6753))
11+
* Handle preprocessors that return empty sourcemaps ([#6757](https://github.com/sveltejs/svelte/pull/6757))
12+
313
## 3.42.6
414

515
* Hide private preprocess typings ([#6622](https://github.com/sveltejs/svelte/issues/6622))

0 commit comments

Comments
 (0)