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 163
163
" loud-cheetahs-flow" ,
164
164
" loud-ravens-drop" ,
165
165
" lovely-carpets-lick" ,
166
+ " lovely-houses-own" ,
166
167
" lovely-items-turn" ,
167
168
" lovely-rules-eat" ,
168
169
" lucky-schools-hang" ,
225
226
" real-guests-do" ,
226
227
" real-items-suffer" ,
227
228
" real-pandas-brush" ,
229
+ " red-cycles-pretend" ,
228
230
" red-doors-own" ,
229
231
" red-feet-worry" ,
230
232
" red-poets-study" ,
297
299
" spotty-turkeys-sparkle" ,
298
300
" stale-books-perform" ,
299
301
" stale-comics-look" ,
302
+ " stale-fans-rest" ,
300
303
" stale-jeans-refuse" ,
301
304
" strange-apricots-happen" ,
302
305
" strong-gifts-smoke" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
13
## 5.0.0-next.83
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.83 " ,
5
+ "version" : " 5.0.0-next.84 " ,
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.83 ' ;
9
+ export const VERSION = '5.0.0-next.84 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments