File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 3030 " dirty-garlics-design" ,
3131 " dirty-tips-add" ,
3232 " dry-clocks-grow" ,
33+ " dry-eggs-play" ,
34+ " dry-eggs-retire" ,
3335 " dull-mangos-wave" ,
3436 " early-ads-tie" ,
3537 " eight-steaks-shout" ,
4951 " funny-wombats-argue" ,
5052 " gentle-sheep-hug" ,
5153 " giant-roses-press" ,
54+ " good-cars-visit" ,
5255 " good-pianos-jump" ,
5356 " great-icons-retire" ,
5457 " green-eggs-approve" ,
7477 " lazy-months-knock" ,
7578 " lazy-spiders-think" ,
7679 " lemon-geese-drum" ,
80+ " light-humans-hang" ,
7781 " light-pens-watch" ,
7882 " long-buckets-lay" ,
7983 " long-crews-return" ,
9195 " odd-schools-wait" ,
9296 " odd-shoes-cheat" ,
9397 " old-flies-jog" ,
98+ " old-houses-drum" ,
9499 " old-mails-sneeze" ,
100+ " old-oranges-compete" ,
95101 " orange-dingos-poke" ,
96102 " polite-dolphins-care" ,
97103 " polite-pumpkins-guess" ,
114120 " seven-deers-jam" ,
115121 " seven-ravens-check" ,
116122 " sharp-gorillas-impress" ,
123+ " sharp-kids-happen" ,
117124 " sharp-tomatoes-learn" ,
118125 " shiny-baboons-play" ,
119126 " shiny-shrimps-march" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.29
4+
5+ ### Patch Changes
6+
7+ - fix: improve text node output ([ #10081 ] ( https://github.com/sveltejs/svelte/pull/10081 ) )
8+
9+ - fix: improve style parser whitespace handling ([ #10077 ] ( https://github.com/sveltejs/svelte/pull/10077 ) )
10+
11+ - fix: allow input elements within button elements ([ #10083 ] ( https://github.com/sveltejs/svelte/pull/10083 ) )
12+
13+ - fix: support TypeScript's ` satisfies ` operator ([ #10068 ] ( https://github.com/sveltejs/svelte/pull/10068 ) )
14+
15+ - fix: provide ` unstate ` in server environment ([ ` 877ff1ee7 ` ] ( https://github.com/sveltejs/svelte/commit/877ff1ee7d637e2248145d975748e1012a977396 ) )
16+
17+ - fix: improve key block reactivity detection ([ #10092 ] ( https://github.com/sveltejs/svelte/pull/10092 ) )
18+
19+ - fix: always treat spread attributes as reactive and separate them if needed ([ #10071 ] ( https://github.com/sveltejs/svelte/pull/10071 ) )
20+
321## 5.0.0-next.28
422
523### 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.28 " ,
5+ "version" : " 5.0.0-next.29 " ,
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.28 ' ;
9+ export const VERSION = '5.0.0-next.29 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments