File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 1.35.0
4
+
5
+ * ` set ` and ` get ` continue to work until ` destroy ` is complete ([ #788 ] ( https://github.com/sveltejs/svelte/issues/788 ) )
6
+ * Observers of unchanged bound values don't fire incorrectly ([ #804 ] ( https://github.com/sveltejs/svelte/issues/804 ) )
7
+ * Nested components with slotted content render correctly in SSR mode ([ #801 ] ( https://github.com/sveltejs/svelte/issues/801 ) )
8
+ * More efficient rendering of raw and slotted content ([ #637 ] ( https://github.com/sveltejs/svelte/issues/637 ) )
9
+ * Handle unquoted attributes in attribute selectors ([ #798 ] ( https://github.com/sveltejs/svelte/issues/798 ) )
10
+
3
11
## 1.34.0
4
12
5
13
* Support nested ` <slot> ` elements ([ #790 ] ( https://github.com/sveltejs/svelte/issues/790 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 1.34 .0" ,
3
+ "version" : " 1.35 .0" ,
4
4
"description" : " The magical disappearing UI framework" ,
5
5
"main" : " compiler/svelte.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments