pull/792/head v1.33.0
Rich Harris 7 years ago
parent 6fad3cbf9c
commit 87ef5ffefd

@ -1,5 +1,9 @@
# Svelte changelog
## 1.33.0
* Replace `{{yield}}` with `<slot>` — adds fallback content named slots, and `options.slots` ([#763](https://github.com/sveltejs/svelte/issues/763))
## 1.32.0
* Allow `anchor` initialisation option, alongside `target` ([#784](https://github.com/sveltejs/svelte/issues/784))

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

Loading…
Cancel
Save