0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

-> v1.34.0

This commit is contained in:
Rich Harris 2017-08-29 11:26:33 -04:00
parent 0efa2ac7d7
commit 835a48bec5
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Svelte changelog
## 1.34.0
* Support nested `<slot>` elements ([#790](https://github.com/sveltejs/svelte/issues/790))
* Attach `options` to instance ([#550](https://github.com/sveltejs/svelte/issues/550), [#777](https://github.com/sveltejs/svelte/issues/777))
* Error if transitions are applied to component ([#791](https://github.com/sveltejs/svelte/issues/791))
* Handle CSS variables in `<style>` tag ([#757](https://github.com/sveltejs/svelte/issues/757))
## 1.33.0
* Replace `{{yield}}` with `<slot>` — adds fallback content named slots, and `options.slots` ([#763](https://github.com/sveltejs/svelte/issues/763))

View File

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