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 163163 " loud-cheetahs-flow" ,
164164 " loud-ravens-drop" ,
165165 " lovely-carpets-lick" ,
166+ " lovely-houses-own" ,
166167 " lovely-items-turn" ,
167168 " lovely-rules-eat" ,
168169 " lucky-schools-hang" ,
225226 " real-guests-do" ,
226227 " real-items-suffer" ,
227228 " real-pandas-brush" ,
229+ " red-cycles-pretend" ,
228230 " red-doors-own" ,
229231 " red-feet-worry" ,
230232 " red-poets-study" ,
297299 " spotty-turkeys-sparkle" ,
298300 " stale-books-perform" ,
299301 " stale-comics-look" ,
302+ " stale-fans-rest" ,
300303 " stale-jeans-refuse" ,
301304 " strange-apricots-happen" ,
302305 " strong-gifts-smoke" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.84
4+
5+ ### Patch Changes
6+
7+ - fix: reliably remove undefined attributes during hydration ([ #10917 ] ( https://github.com/sveltejs/svelte/pull/10917 ) )
8+
9+ - fix: Add ` elementtiming ` HTMLAttribute, remove ` crossorigin ` from HTMLInputAttributes ([ #10921 ] ( https://github.com/sveltejs/svelte/pull/10921 ) )
10+
11+ - feat: shorter compiler output for attribute updates ([ #10917 ] ( https://github.com/sveltejs/svelte/pull/10917 ) )
12+
313## 5.0.0-next.83
414
515### 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.83 " ,
5+ "version" : " 5.0.0-next.84 " ,
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.83 ' ;
9+ export const VERSION = '5.0.0-next.84 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments