File tree Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 2828 " fifty-steaks-float" ,
2929 " forty-comics-invent" ,
3030 " fresh-weeks-trade" ,
31+ " friendly-lies-camp" ,
3132 " funny-wombats-argue" ,
3233 " good-pianos-jump" ,
3334 " green-eggs-approve" ,
3839 " khaki-mails-draw" ,
3940 " kind-deers-lay" ,
4041 " lazy-spiders-think" ,
42+ " light-pens-watch" ,
4143 " long-crews-return" ,
4244 " lovely-items-turn" ,
4345 " lovely-rules-eat" ,
4749 " new-boats-wait" ,
4850 " odd-needles-joke" ,
4951 " odd-schools-wait" ,
52+ " polite-pumpkins-guess" ,
5053 " poor-eggs-enjoy" ,
5154 " popular-mangos-rest" ,
5255 " quiet-camels-mate" ,
56+ " rare-pears-whisper" ,
5357 " rich-sheep-burn" ,
5458 " rotten-buckets-develop" ,
5559 " serious-zebras-scream" ,
5660 " seven-deers-jam" ,
61+ " seven-ravens-check" ,
5762 " sharp-gorillas-impress" ,
5863 " shiny-baboons-play" ,
5964 " shiny-shrimps-march" ,
65+ " slimy-clouds-talk" ,
6066 " small-papayas-laugh" ,
6167 " soft-geese-learn" ,
6268 " sour-rules-march" ,
69+ " stale-comics-look" ,
6370 " strong-lemons-provide" ,
6471 " tall-shrimps-worry" ,
6572 " ten-worms-reflect" ,
73+ " thin-foxes-lick" ,
6674 " thirty-flowers-sit" ,
6775 " thirty-ghosts-fix" ,
6876 " thirty-impalas-repair" ,
7179 " two-falcons-buy" ,
7280 " wet-games-fly" ,
7381 " wicked-clouds-exercise" ,
74- " wicked-doors-train"
82+ " wicked-doors-train" ,
83+ " witty-camels-warn"
7584 ]
7685}
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.14
4+
5+ ### Patch Changes
6+
7+ - feat: warn on references to mutated non-state in template ([ #9669 ] ( https://github.com/sveltejs/svelte/pull/9669 ) )
8+
9+ - fix: prevent reactive snippet from reinitializing unnecessarily ([ #9665 ] ( https://github.com/sveltejs/svelte/pull/9665 ) )
10+
11+ - fix: take event attributes into account when checking a11y ([ #9664 ] ( https://github.com/sveltejs/svelte/pull/9664 ) )
12+
13+ - feat: add $effect.root rune ([ #9638 ] ( https://github.com/sveltejs/svelte/pull/9638 ) )
14+
15+ - feat: support type definition in {@const } ([ #9609 ] ( https://github.com/sveltejs/svelte/pull/9609 ) )
16+
17+ - feat: ignore ` src ` , ` srcset ` , and ` href ` attributes when hydrating ([ #9662 ] ( https://github.com/sveltejs/svelte/pull/9662 ) )
18+
19+ - chore: bump esrap ([ #9649 ] ( https://github.com/sveltejs/svelte/pull/9649 ) )
20+
21+ - chore: improve ` <svelte:element> ` generated code ([ #9648 ] ( https://github.com/sveltejs/svelte/pull/9648 ) )
22+
23+ - chore: prevent some unused variable creation ([ #9571 ] ( https://github.com/sveltejs/svelte/pull/9571 ) )
24+
325## 5.0.0-next.13
426
527### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.13 " ,
5+ "version" : " 5.0.0-next.14 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.13 ' ;
9+ export const VERSION = '5.0.0-next.14 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments