mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
-> v1.39.2
This commit is contained in:
parent
446fff3878
commit
faa0f7a021
@ -1,5 +1,10 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 1.39.2
|
||||
|
||||
* Escape CSS in shadow DOM ([#840](https://github.com/sveltejs/svelte/issues/840))
|
||||
* Fix missing anchor bug inside SVG elements ([#843](https://github.com/sveltejs/svelte/issues/843))
|
||||
|
||||
## 1.39.1
|
||||
|
||||
* Always use anchors for slotted content ([#822](https://github.com/sveltejs/svelte/issues/822))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "1.39.1",
|
||||
"version": "1.39.2",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user