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 66
66
" clever-rockets-burn" ,
67
67
" clever-sloths-push" ,
68
68
" clever-stingrays-shout" ,
69
+ " cold-beans-tease" ,
69
70
" cold-birds-own" ,
70
71
" cold-cheetahs-judge" ,
71
72
" cold-masks-learn" ,
139
140
" few-clouds-shop" ,
140
141
" few-mugs-fail" ,
141
142
" few-teachers-know" ,
143
+ " few-zoos-own" ,
142
144
" fifty-masks-give" ,
143
145
" fifty-rice-wait" ,
144
146
" fifty-steaks-float" ,
215
217
" honest-icons-change" ,
216
218
" honest-nails-share" ,
217
219
" honest-pans-kick" ,
220
+ " hot-cooks-repair" ,
218
221
" hot-jobs-tap" ,
219
222
" hungry-boxes-relate" ,
220
223
" hungry-dots-fry" ,
229
232
" itchy-kings-deliver" ,
230
233
" itchy-lions-wash" ,
231
234
" itchy-panthers-shave" ,
235
+ " itchy-peaches-compare" ,
232
236
" itchy-terms-guess" ,
233
237
" khaki-cooks-develop" ,
234
238
" khaki-ligers-sing" ,
273
277
" loud-numbers-flow" ,
274
278
" loud-ravens-drop" ,
275
279
" loud-socks-look" ,
280
+ " lovely-bugs-sneeze" ,
276
281
" lovely-carpets-lick" ,
277
282
" lovely-houses-own" ,
278
283
" lovely-items-turn" ,
522
527
" thick-pans-tell" ,
523
528
" thick-shirts-deliver" ,
524
529
" thick-swans-type" ,
530
+ " thin-colts-yawn" ,
525
531
" thin-foxes-lick" ,
526
532
" thin-years-rhyme" ,
527
533
" thirty-flowers-sit" ,
539
545
" three-suits-grin" ,
540
546
" tidy-buses-whisper" ,
541
547
" tidy-chefs-taste" ,
548
+ " tidy-deers-hope" ,
542
549
" tidy-fans-relax" ,
543
550
" tidy-starfishes-allow" ,
544
551
" tiny-kings-whisper" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.150
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: populate ` this.#sources ` when constructing reactive map ([ #11913 ] ( https://github.com/sveltejs/svelte/pull/11913 ) )
8
+
9
+ - fix: omit ` state_referenced_locally ` warning for component exports ([ #11905 ] ( https://github.com/sveltejs/svelte/pull/11905 ) )
10
+
11
+ - fix: ensure event.target is correct for delegation ([ #11900 ] ( https://github.com/sveltejs/svelte/pull/11900 ) )
12
+
13
+ - chore: speed up regex ([ #11918 ] ( https://github.com/sveltejs/svelte/pull/11918 ) )
14
+
15
+ - feat: bind ` activeElement ` and ` pointerLockElement ` in ` <svelte:document> ` ([ #11879 ] ( https://github.com/sveltejs/svelte/pull/11879 ) )
16
+
17
+ - fix: correctly backport ` svelte:element ` to old AST ([ #11917 ] ( https://github.com/sveltejs/svelte/pull/11917 ) )
18
+
19
+ - fix: add ` unused-export-let ` to legacy lint replacements ([ #11896 ] ( https://github.com/sveltejs/svelte/pull/11896 ) )
20
+
3
21
## 5.0.0-next.149
4
22
5
23
### 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.149 " ,
5
+ "version" : " 5.0.0-next.150 " ,
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.149 ' ;
9
+ export const VERSION = '5.0.0-next.150 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments