File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-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" ,
222
223
" long-lobsters-mate" ,
223
224
" loud-cheetahs-flow" ,
224
225
" loud-mugs-smile" ,
226
+ " loud-numbers-flow" ,
225
227
" loud-ravens-drop" ,
226
228
" loud-socks-look" ,
227
229
" lovely-carpets-lick" ,
271
273
" old-jokes-deliver" ,
272
274
" old-mails-sneeze" ,
273
275
" old-oranges-compete" ,
276
+ " olive-apples-lick" ,
274
277
" olive-kangaroos-brake" ,
275
278
" olive-mice-fix" ,
276
279
" olive-moons-act" ,
350
353
" sharp-tomatoes-learn" ,
351
354
" shiny-baboons-play" ,
352
355
" shiny-mayflies-clean" ,
356
+ " shiny-melons-love" ,
353
357
" shiny-rats-heal" ,
354
358
" shiny-shrimps-march" ,
355
359
" short-buses-camp" ,
463
467
" twelve-onions-juggle" ,
464
468
" twelve-worms-jog" ,
465
469
" two-candles-move" ,
470
+ " two-dogs-accept" ,
466
471
" two-dragons-yell" ,
467
472
" two-falcons-buy" ,
468
473
" 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: restore value after attribute removal during hydration ([ #11465 ] ( https://github.com/sveltejs/svelte/pull/11465 ) )
10
+
11
+ - fix: check if svelte component exists on custom element destroy ([ #11488 ] ( https://github.com/sveltejs/svelte/pull/11488 ) )
12
+
13
+ - fix: ensure derived is detected as dirty correctly ([ #11496 ] ( https://github.com/sveltejs/svelte/pull/11496 ) )
14
+
15
+ - fix: prevent false positive ownership warning ([ #11490 ] ( https://github.com/sveltejs/svelte/pull/11490 ) )
16
+
3
17
## 5.0.0-next.123
4
18
5
19
### 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