File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 142
142
" gentle-dolls-juggle" ,
143
143
" gentle-sheep-hug" ,
144
144
" gentle-spies-happen" ,
145
+ " gentle-toys-chew" ,
145
146
" giant-bananas-turn" ,
146
147
" giant-moons-own" ,
147
148
" giant-planets-shake" ,
157
158
" great-fans-unite" ,
158
159
" great-icons-retire" ,
159
160
" green-eggs-approve" ,
161
+ " green-fishes-lie" ,
160
162
" green-hounds-play" ,
161
163
" green-tigers-judge" ,
162
164
" grumpy-jars-sparkle" ,
222
224
" long-lobsters-mate" ,
223
225
" loud-cheetahs-flow" ,
224
226
" loud-mugs-smile" ,
227
+ " loud-numbers-flow" ,
225
228
" loud-ravens-drop" ,
226
229
" loud-socks-look" ,
227
230
" lovely-carpets-lick" ,
271
274
" old-jokes-deliver" ,
272
275
" old-mails-sneeze" ,
273
276
" old-oranges-compete" ,
277
+ " olive-apples-lick" ,
274
278
" olive-kangaroos-brake" ,
275
279
" olive-mice-fix" ,
276
280
" olive-moons-act" ,
350
354
" sharp-tomatoes-learn" ,
351
355
" shiny-baboons-play" ,
352
356
" shiny-mayflies-clean" ,
357
+ " shiny-melons-love" ,
353
358
" shiny-rats-heal" ,
354
359
" shiny-shrimps-march" ,
355
360
" short-buses-camp" ,
463
468
" twelve-onions-juggle" ,
464
469
" twelve-worms-jog" ,
465
470
" two-candles-move" ,
471
+ " two-dogs-accept" ,
466
472
" two-dragons-yell" ,
467
473
" two-falcons-buy" ,
468
474
" unlucky-boxes-obey" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.124
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: allow to access private fields after ` this ` reassignment ([ #11487 ] ( https://github.com/sveltejs/svelte/pull/11487 ) )
8
+
9
+ - fix: only initiate scroll if scroll binding has existing value ([ #11469 ] ( https://github.com/sveltejs/svelte/pull/11469 ) )
10
+
11
+ - fix: restore value after attribute removal during hydration ([ #11465 ] ( https://github.com/sveltejs/svelte/pull/11465 ) )
12
+
13
+ - fix: check if svelte component exists on custom element destroy ([ #11488 ] ( https://github.com/sveltejs/svelte/pull/11488 ) )
14
+
15
+ - fix: ensure derived is detected as dirty correctly ([ #11496 ] ( https://github.com/sveltejs/svelte/pull/11496 ) )
16
+
17
+ - fix: prevent false positive ownership warning ([ #11490 ] ( https://github.com/sveltejs/svelte/pull/11490 ) )
18
+
3
19
## 5.0.0-next.123
4
20
5
21
### 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.123 " ,
5
+ "version" : " 5.0.0-next.124 " ,
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.123 ' ;
9
+ export const VERSION = '5.0.0-next.124 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments