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 1313 " beige-flies-wash" ,
1414 " beige-rabbits-shave" ,
1515 " brave-walls-destroy" ,
16+ " bright-peas-juggle" ,
1617 " brown-spoons-boil" ,
1718 " chatty-cups-drop" ,
1819 " chatty-taxis-juggle" ,
2627 " curly-lizards-dream" ,
2728 " dirty-garlics-design" ,
2829 " dirty-tips-add" ,
30+ " dry-clocks-grow" ,
2931 " dull-mangos-wave" ,
3032 " early-ads-tie" ,
3133 " eight-steaks-shout" ,
5658 " hungry-dots-fry" ,
5759 " hungry-tips-unite" ,
5860 " itchy-beans-melt" ,
61+ " itchy-kings-deliver" ,
5962 " itchy-lions-wash" ,
6063 " khaki-mails-draw" ,
6164 " khaki-moose-arrive" ,
6972 " lazy-spiders-think" ,
7073 " lemon-geese-drum" ,
7174 " light-pens-watch" ,
75+ " long-buckets-lay" ,
7276 " long-crews-return" ,
7377 " lovely-carpets-lick" ,
7478 " lovely-items-turn" ,
111115 " slow-chefs-dream" ,
112116 " small-papayas-laugh" ,
113117 " smart-parents-swim" ,
118+ " smart-zebras-pay" ,
114119 " soft-clocks-remember" ,
115120 " soft-geese-learn" ,
116121 " sour-forks-stare" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.27
4+
5+ ### Patch Changes
6+
7+ - fix: evaluate transition parameters when the transition runs ([ #9836 ] ( https://github.com/sveltejs/svelte/pull/9836 ) )
8+
9+ - feat: add ` $state.frozen ` rune ([ #9851 ] ( https://github.com/sveltejs/svelte/pull/9851 ) )
10+
11+ - fix: correctly transform prop fallback values that use other props ([ #9985 ] ( https://github.com/sveltejs/svelte/pull/9985 ) )
12+
13+ - fix: escape template literal characters in text sequences ([ #9973 ] ( https://github.com/sveltejs/svelte/pull/9973 ) )
14+
15+ - fix: inject comment in place of ` <noscript> ` in client output ([ #9953 ] ( https://github.com/sveltejs/svelte/pull/9953 ) )
16+
317## 5.0.0-next.26
418
519### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.26 " ,
5+ "version" : " 5.0.0-next.27 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.26 ' ;
9+ export const VERSION = '5.0.0-next.27 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments