File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 283
283
" good-rice-tap" ,
284
284
" good-rivers-yawn" ,
285
285
" good-roses-argue" ,
286
+ " good-zebras-turn" ,
286
287
" gorgeous-boxes-design" ,
287
288
" gorgeous-coats-jog" ,
288
289
" gorgeous-hats-wonder" ,
336
337
" honest-pans-kick" ,
337
338
" honest-phones-flash" ,
338
339
" hot-cooks-repair" ,
340
+ " hot-glasses-roll" ,
339
341
" hot-jobs-tap" ,
340
342
" hot-kangaroos-invite" ,
341
343
" hot-peaches-clean" ,
461
463
" moody-sheep-type" ,
462
464
" moody-toys-relax" ,
463
465
" nasty-carrots-develop" ,
466
+ " nasty-eggs-walk" ,
464
467
" nasty-glasses-begin" ,
465
468
" nasty-lions-double" ,
466
469
" nasty-mayflies-smoke" ,
584
587
" red-doors-own" ,
585
588
" red-feet-worry" ,
586
589
" red-kings-draw" ,
590
+ " red-ladybugs-turn" ,
587
591
" red-maps-nail" ,
588
592
" red-poets-study" ,
589
593
" red-pots-pretend" ,
739
743
" stale-fans-rest" ,
740
744
" stale-jeans-refuse" ,
741
745
" stale-nails-listen" ,
746
+ " stale-rats-check" ,
742
747
" strange-apricots-happen" ,
743
748
" strange-pears-perform" ,
744
749
" strange-pillows-greet" ,
843
848
" twelve-dragons-join" ,
844
849
" twelve-onions-juggle" ,
845
850
" twelve-scissors-kneel" ,
851
+ " twelve-shrimps-run" ,
846
852
" twelve-worms-jog" ,
847
853
" twenty-gifts-develop" ,
848
854
" twenty-toes-attack" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.247
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: wait until template strings are complete before sanitizing ([ #13262 ] ( https://github.com/sveltejs/svelte/pull/13262 ) )
8
+
9
+ - fix: avoid flushing sync with $inspect ([ #13239 ] ( https://github.com/sveltejs/svelte/pull/13239 ) )
10
+
11
+ - fix: separate ` template_effect ` for dynamic class/style directive with dynamic attributes ([ #13171 ] ( https://github.com/sveltejs/svelte/pull/13171 ) )
12
+
13
+ - fix: treat pure call expressions as potentially reactive if they reference local bindings ([ #13264 ] ( https://github.com/sveltejs/svelte/pull/13264 ) )
14
+
15
+ - fix: follow spec for ` customElement ` option ([ #13247 ] ( https://github.com/sveltejs/svelte/pull/13247 ) )
16
+
17
+ - fix: tighten up `# svelte prefix validation ([ #13261 ] ( https://github.com/sveltejs/svelte/pull/13261 ) )
18
+
3
19
## 5.0.0-next.246
4
20
5
21
### 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.246 " ,
5
+ "version" : " 5.0.0-next.247 " ,
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.246 ' ;
9
+ export const VERSION = '5.0.0-next.247 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments