File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 518
518
" old-mails-sneeze" ,
519
519
" old-oranges-compete" ,
520
520
" old-planets-bow" ,
521
+ " old-planets-kiss" ,
522
+ " old-spoons-pull" ,
521
523
" olive-apples-lick" ,
522
524
" olive-cobras-wonder" ,
523
525
" olive-forks-grin" ,
537
539
" orange-yaks-protect" ,
538
540
" orange-zoos-heal" ,
539
541
" perfect-actors-bake" ,
542
+ " perfect-ants-allow" ,
540
543
" perfect-cooks-shop" ,
541
544
" perfect-hairs-matter" ,
542
545
" perfect-hats-dance" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.256
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: only warn on context="module" in runes mode ([ #13332 ] ( https://github.com/sveltejs/svelte/pull/13332 ) )
8
+
9
+ - feat: deprecate ` <svelte:self> ` in runes mode ([ #13333 ] ( https://github.com/sveltejs/svelte/pull/13333 ) )
10
+
11
+ - fix: set strings as attributes, non-strings as properties if property exists ([ #13327 ] ( https://github.com/sveltejs/svelte/pull/13327 ) )
12
+
3
13
## 5.0.0-next.255
4
14
5
15
### 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.255 " ,
5
+ "version" : " 5.0.0-next.256 " ,
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.255 ' ;
9
+ export const VERSION = '5.0.0-next.256 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments