File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 3838 " khaki-mails-draw" ,
3939 " kind-deers-lay" ,
4040 " lazy-spiders-think" ,
41+ " light-pens-watch" ,
4142 " long-crews-return" ,
4243 " lovely-items-turn" ,
4344 " lovely-rules-eat" ,
4748 " new-boats-wait" ,
4849 " odd-needles-joke" ,
4950 " odd-schools-wait" ,
51+ " polite-pumpkins-guess" ,
5052 " poor-eggs-enjoy" ,
5153 " popular-mangos-rest" ,
5254 " quiet-camels-mate" ,
5355 " rich-sheep-burn" ,
5456 " rotten-buckets-develop" ,
5557 " serious-zebras-scream" ,
5658 " seven-deers-jam" ,
59+ " seven-ravens-check" ,
5760 " sharp-gorillas-impress" ,
5861 " shiny-baboons-play" ,
5962 " shiny-shrimps-march" ,
63+ " slimy-clouds-talk" ,
6064 " small-papayas-laugh" ,
6165 " soft-geese-learn" ,
6266 " sour-rules-march" ,
67+ " stale-comics-look" ,
6368 " strong-lemons-provide" ,
6469 " tall-shrimps-worry" ,
6570 " ten-worms-reflect" ,
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+ - fix: prevent reactive snippet from reinitializing unnecessarily ([ #9665 ] ( https://github.com/sveltejs/svelte/pull/9665 ) )
12+
13+ - fix: take event attributes into account when checking a11y ([ #9664 ] ( https://github.com/sveltejs/svelte/pull/9664 ) )
14+
15+ - feat: ignore href attributes when hydrating ([ #9662 ] ( https://github.com/sveltejs/svelte/pull/9662 ) )
16+
17+ - chore: bump esrap ([ #9649 ] ( https://github.com/sveltejs/svelte/pull/9649 ) )
18+
319## 5.0.0-next.13
420
521### 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