File tree 4 files changed +30
-2
lines changed
4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 56
56
" chilled-pumas-invite" ,
57
57
" chilled-seas-jog" ,
58
58
" chilly-dolphins-lick" ,
59
+ " chilly-pans-raise" ,
59
60
" chilly-rocks-hug" ,
60
61
" chilly-snakes-scream" ,
61
62
" clean-eels-beg" ,
62
63
" clever-chefs-relate" ,
63
64
" clever-maps-travel" ,
64
65
" clever-rockets-burn" ,
65
66
" clever-sloths-push" ,
67
+ " clever-stingrays-shout" ,
66
68
" cold-birds-own" ,
67
69
" cold-cheetahs-judge" ,
68
70
" cold-masks-learn" ,
153
155
" fresh-beds-wash" ,
154
156
" fresh-dots-destroy" ,
155
157
" fresh-impalas-bow" ,
158
+ " fresh-walls-bathe" ,
156
159
" fresh-weeks-trade" ,
157
160
" friendly-candles-relate" ,
158
161
" friendly-lies-camp" ,
166
169
" gentle-spies-happen" ,
167
170
" gentle-toys-chew" ,
168
171
" gentle-trees-exercise" ,
172
+ " gentle-wasps-pull" ,
169
173
" giant-bananas-turn" ,
170
174
" giant-moons-own" ,
171
175
" giant-planets-shake" ,
190
194
" grumpy-avocados-fetch" ,
191
195
" grumpy-jars-sparkle" ,
192
196
" happy-beds-scream" ,
197
+ " happy-dogs-jump" ,
193
198
" happy-suits-film" ,
194
199
" healthy-ants-film" ,
195
200
" healthy-planes-vanish" ,
375
380
" rotten-rules-invite" ,
376
381
" rude-ghosts-tickle" ,
377
382
" selfish-dragons-knock" ,
383
+ " selfish-panthers-add" ,
378
384
" selfish-socks-smile" ,
379
385
" selfish-spies-help" ,
380
386
" selfish-tools-hide" ,
418
424
" sixty-items-crash" ,
419
425
" sixty-numbers-hope" ,
420
426
" sixty-pandas-rush" ,
427
+ " sleepy-cats-eat" ,
421
428
" slimy-clouds-talk" ,
422
429
" slimy-laws-explode" ,
423
430
" slimy-onions-approve" ,
437
444
" smart-turkeys-tell" ,
438
445
" smart-zebras-pay" ,
439
446
" smooth-kids-protect" ,
447
+ " smooth-pens-protect" ,
440
448
" smooth-rings-rush" ,
441
449
" soft-clocks-remember" ,
442
450
" soft-geese-learn" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.142
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: allow runelike writable as prop ([ #11768 ] ( https://github.com/sveltejs/svelte/pull/11768 ) )
8
+
9
+ - fix: support ` array.lastIndexOf ` without second argument ([ #11766 ] ( https://github.com/sveltejs/svelte/pull/11766 ) )
10
+
11
+ - fix: handle ` this ` parameter in TypeScript-annotated functions ([ #11795 ] ( https://github.com/sveltejs/svelte/pull/11795 ) )
12
+
13
+ - fix: allow classes to be reassigned ([ #11794 ] ( https://github.com/sveltejs/svelte/pull/11794 ) )
14
+
15
+ - fix: capture the correct event names when spreading attributes ([ #11783 ] ( https://github.com/sveltejs/svelte/pull/11783 ) )
16
+
17
+ - fix: allow global next to ` & ` for nesting ([ #11784 ] ( https://github.com/sveltejs/svelte/pull/11784 ) )
18
+
19
+ - fix: parse ongotpointercapture and onlostpointercapture events correctly ([ #11790 ] ( https://github.com/sveltejs/svelte/pull/11790 ) )
20
+
21
+ - fix: only inject push/pop in SSR components when necessary ([ #11771 ] ( https://github.com/sveltejs/svelte/pull/11771 ) )
22
+
3
23
## 5.0.0-next.141
4
24
5
25
### 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.141 " ,
5
+ "version" : " 5.0.0-next.142 " ,
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.141 ' ;
9
+ export const VERSION = '5.0.0-next.142 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments