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 46
46
" breezy-waves-camp" ,
47
47
" bright-berries-smell" ,
48
48
" bright-falcons-float" ,
49
+ " bright-needles-pretend" ,
49
50
" bright-peas-juggle" ,
50
51
" bright-snakes-sing" ,
51
52
" brown-geckos-fry" ,
160
161
" fast-donkeys-pay" ,
161
162
" fast-penguins-matter" ,
162
163
" fast-weeks-clean" ,
164
+ " few-badgers-guess" ,
163
165
" few-cheetahs-taste" ,
164
166
" few-clouds-shop" ,
165
167
" few-mugs-fail" ,
227
229
" gorgeous-singers-rest" ,
228
230
" great-fans-unite" ,
229
231
" great-icons-retire" ,
232
+ " great-plums-pretend" ,
230
233
" green-eggs-approve" ,
231
234
" green-fishes-lie" ,
232
235
" green-hounds-play" ,
233
236
" green-snails-tickle" ,
234
237
" green-tigers-judge" ,
235
238
" grumpy-avocados-fetch" ,
239
+ " grumpy-insects-sleep" ,
236
240
" grumpy-jars-sparkle" ,
237
241
" happy-beds-scream" ,
238
242
" happy-dogs-jump" ,
450
454
" red-doors-own" ,
451
455
" red-feet-worry" ,
452
456
" red-poets-study" ,
457
+ " red-pots-pretend" ,
453
458
" rich-cobras-exist" ,
454
459
" rich-garlics-laugh" ,
455
460
" rich-olives-yell" ,
592
597
" swift-ravens-hunt" ,
593
598
" swift-seahorses-deliver" ,
594
599
" tall-books-grin" ,
600
+ " tall-dragons-switch" ,
595
601
" tall-garlics-try" ,
596
602
" tall-mugs-buy" ,
597
603
" tall-shrimps-worry" ,
649
655
" tough-buckets-thank" ,
650
656
" tough-radios-punch" ,
651
657
" tough-tomatoes-explain" ,
658
+ " tricky-ears-shout" ,
652
659
" tricky-laws-bathe" ,
653
660
" twelve-beans-drive" ,
654
661
" twelve-cows-learn" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.182
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: abort outro when intro starts ([ #12321 ] ( https://github.com/sveltejs/svelte/pull/12321 ) )
8
+
9
+ - feat: warn in dev on ` {@html ...} ` block hydration mismatch ([ #12396 ] ( https://github.com/sveltejs/svelte/pull/12396 ) )
10
+
11
+ - feat: only create a maximum of one document event listener per event ([ #12383 ] ( https://github.com/sveltejs/svelte/pull/12383 ) )
12
+
13
+ - fix: disallow using ` let: ` directives with component render tags ([ #12400 ] ( https://github.com/sveltejs/svelte/pull/12400 ) )
14
+
15
+ - fix: mark variables in shorthand style directives as referenced ([ #12392 ] ( https://github.com/sveltejs/svelte/pull/12392 ) )
16
+
17
+ - fix: handle empty else if block in legacy AST ([ #12397 ] ( https://github.com/sveltejs/svelte/pull/12397 ) )
18
+
19
+ - fix: properly delay intro transitions ([ #12389 ] ( https://github.com/sveltejs/svelte/pull/12389 ) )
20
+
3
21
## 5.0.0-next.181
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.181 " ,
5
+ "version" : " 5.0.0-next.182 " ,
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.181 ' ;
9
+ export const VERSION = '5.0.0-next.182 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments