File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 18
18
" angry-books-jam" ,
19
19
" angry-plums-punch" ,
20
20
" angry-wasps-help" ,
21
+ " angry-weeks-design" ,
21
22
" beige-cobras-smoke" ,
22
23
" beige-flies-wash" ,
23
24
" beige-gifts-appear" ,
80
81
" chilly-pans-raise" ,
81
82
" chilly-rocks-hug" ,
82
83
" chilly-snakes-scream" ,
84
+ " chilly-waves-count" ,
83
85
" clean-cats-wave" ,
84
86
" clean-eels-beg" ,
85
87
" clean-melons-wash" ,
158
160
" eighty-days-cheat" ,
159
161
" eighty-days-wave" ,
160
162
" eighty-lizards-notice" ,
163
+ " eighty-mails-develop" ,
161
164
" eleven-avocados-walk" ,
162
165
" eleven-beers-yell" ,
163
166
" eleven-cows-judge" ,
164
167
" eleven-cycles-applaud" ,
165
168
" eleven-donuts-sit" ,
166
169
" eleven-hounds-pump" ,
170
+ " eleven-icons-sniff" ,
167
171
" eleven-teachers-drive" ,
168
172
" empty-bags-heal" ,
169
173
" empty-bulldogs-exercise" ,
885
889
" yellow-taxis-double" ,
886
890
" yellow-trees-juggle" ,
887
891
" young-ads-roll" ,
892
+ " young-feet-double" ,
888
893
" young-masks-refuse" ,
889
894
" young-peaches-agree"
890
895
]
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.243
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure reactive graph is fully traversed in the marking phase for non-runes mode ([ #13059 ] ( https://github.com/sveltejs/svelte/pull/13059 ) )
8
+
9
+ - fix: ensure reactivity system remains consistent with removals ([ #13087 ] ( https://github.com/sveltejs/svelte/pull/13087 ) )
10
+
11
+ - fix: render undefined html as the empty string ([ #13092 ] ( https://github.com/sveltejs/svelte/pull/13092 ) )
12
+
13
+ - fix: error on incorrect attributes for svelte: body ([ #13084 ] ( https://github.com/sveltejs/svelte/pull/13084 ) )
14
+
15
+ - feat: provide AST node types with internal types stripped out ([ #12968 ] ( https://github.com/sveltejs/svelte/pull/12968 ) )
16
+
3
17
## 5.0.0-next.242
4
18
5
19
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.242 " ,
5
+ "version" : " 5.0.0-next.243 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.242 ' ;
9
+ export const VERSION = '5.0.0-next.243 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments