pull/844/head v1.39.1
Rich Harris 7 years ago
parent d0a017a3b1
commit b64d95021a

@ -1,5 +1,11 @@
# Svelte changelog
## 1.39.1
* Always use anchors for slotted content ([#822](https://github.com/sveltejs/svelte/issues/822))
* Prevent ES6 in helpers ([#838](https://github.com/sveltejs/svelte/issues/838))
* Correctly determine whether to use `timeRangesToArray` ([#837](https://github.com/sveltejs/svelte/pull/837))
## 1.39.0
* Always attach fragment to shadow root ([#821](https://github.com/sveltejs/svelte/issues/821))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.39.0",
"version": "1.39.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save