File tree Expand file tree Collapse file tree 4 files changed +29
-2
lines changed Expand file tree Collapse file tree 4 files changed +29
-2
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" ,
5356 " rich-sheep-burn" ,
5457 " rotten-buckets-develop" ,
5558 " serious-zebras-scream" ,
5659 " seven-deers-jam" ,
60+ " seven-ravens-check" ,
5761 " sharp-gorillas-impress" ,
5862 " shiny-baboons-play" ,
5963 " shiny-shrimps-march" ,
64+ " slimy-clouds-talk" ,
6065 " small-papayas-laugh" ,
6166 " soft-geese-learn" ,
6267 " sour-rules-march" ,
68+ " stale-comics-look" ,
6369 " strong-lemons-provide" ,
6470 " tall-shrimps-worry" ,
6571 " ten-worms-reflect" ,
72+ " thin-foxes-lick" ,
6673 " thirty-flowers-sit" ,
6774 " thirty-ghosts-fix" ,
6875 " thirty-impalas-repair" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.14
4+
5+ ### Minor Changes
6+
7+ - feat: support type definition in {@const } ([ #9609 ] ( https://github.com/sveltejs/svelte/pull/9609 ) )
8+
9+ ### Patch Changes
10+
11+ - feat: warn on references to mutated non-state in template ([ #9669 ] ( https://github.com/sveltejs/svelte/pull/9669 ) )
12+
13+ - fix: prevent reactive snippet from reinitializing unnecessarily ([ #9665 ] ( https://github.com/sveltejs/svelte/pull/9665 ) )
14+
15+ - fix: take event attributes into account when checking a11y ([ #9664 ] ( https://github.com/sveltejs/svelte/pull/9664 ) )
16+
17+ - feat: ignore 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+
323## 5.0.0-next.13
424
525### 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