mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
-> v1.39.3
This commit is contained in:
parent
6ad8c38663
commit
ba447f7067
@ -1,5 +1,11 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 1.39.3
|
||||
|
||||
* Allow `slot='...'` inside custom elements ([#827](https://github.com/sveltejs/svelte/issues/827))
|
||||
* Disallow `slot='...'` inside if/each blocks ([#849](https://github.com/sveltejs/svelte/issues/849))
|
||||
* Use correct parent node for slotted if blocks ([#850](https://github.com/sveltejs/svelte/issues/850))
|
||||
|
||||
## 1.39.2
|
||||
|
||||
* Escape CSS in shadow DOM ([#840](https://github.com/sveltejs/svelte/issues/840))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "1.39.2",
|
||||
"version": "1.39.3",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user