File tree 4 files changed +27
-2
lines changed
4 files changed +27
-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" ,
166
168
" gentle-spies-happen" ,
167
169
" gentle-toys-chew" ,
168
170
" gentle-trees-exercise" ,
171
+ " gentle-wasps-pull" ,
169
172
" giant-bananas-turn" ,
170
173
" giant-moons-own" ,
171
174
" giant-planets-shake" ,
190
193
" grumpy-avocados-fetch" ,
191
194
" grumpy-jars-sparkle" ,
192
195
" happy-beds-scream" ,
196
+ " happy-dogs-jump" ,
193
197
" happy-suits-film" ,
194
198
" healthy-ants-film" ,
195
199
" healthy-planes-vanish" ,
375
379
" rotten-rules-invite" ,
376
380
" rude-ghosts-tickle" ,
377
381
" selfish-dragons-knock" ,
382
+ " selfish-panthers-add" ,
378
383
" selfish-socks-smile" ,
379
384
" selfish-spies-help" ,
380
385
" selfish-tools-hide" ,
418
423
" sixty-items-crash" ,
419
424
" sixty-numbers-hope" ,
420
425
" sixty-pandas-rush" ,
426
+ " sleepy-cats-eat" ,
421
427
" slimy-clouds-talk" ,
422
428
" slimy-laws-explode" ,
423
429
" slimy-onions-approve" ,
437
443
" smart-turkeys-tell" ,
438
444
" smart-zebras-pay" ,
439
445
" smooth-kids-protect" ,
446
+ " smooth-pens-protect" ,
440
447
" smooth-rings-rush" ,
441
448
" soft-clocks-remember" ,
442
449
" 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: allow classes to be reassigned ([ #11794 ] ( https://github.com/sveltejs/svelte/pull/11794 ) )
12
+
13
+ - fix: capture the correct event names when spreading attributes ([ #11783 ] ( https://github.com/sveltejs/svelte/pull/11783 ) )
14
+
15
+ - fix: allow global next to ` & ` for nesting ([ #11784 ] ( https://github.com/sveltejs/svelte/pull/11784 ) )
16
+
17
+ - fix: parse ongotpointercapture and onlostpointercapture events correctly ([ #11790 ] ( https://github.com/sveltejs/svelte/pull/11790 ) )
18
+
19
+ - fix: only inject push/pop in SSR components when necessary ([ #11771 ] ( https://github.com/sveltejs/svelte/pull/11771 ) )
20
+
3
21
## 5.0.0-next.141
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.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