File tree Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 3838 " breezy-rules-beg" ,
3939 " bright-peas-juggle" ,
4040 " bright-snakes-sing" ,
41+ " brown-geckos-fry" ,
4142 " brown-houses-obey" ,
4243 " brown-months-fry" ,
4344 " brown-spoons-boil" ,
6061 " cool-ants-leave" ,
6162 " cool-comics-marry" ,
6263 " cool-peas-lick" ,
64+ " cool-poems-watch" ,
6365 " cool-rabbits-tickle" ,
6466 " cool-roses-trade" ,
6567 " cuddly-pianos-drop" ,
7173 " curvy-ties-shout" ,
7274 " cyan-flowers-destroy" ,
7375 " cyan-spies-grin" ,
76+ " cyan-squids-drive" ,
7477 " dirty-bats-punch" ,
7578 " dirty-donuts-yell" ,
7679 " dirty-garlics-design" ,
103106 " famous-falcons-melt" ,
104107 " famous-knives-sneeze" ,
105108 " famous-pants-pay" ,
109+ " fast-penguins-matter" ,
106110 " fast-weeks-clean" ,
107111 " few-clouds-shop" ,
108112 " few-mugs-fail" ,
152156 " grumpy-jars-sparkle" ,
153157 " happy-beds-scream" ,
154158 " happy-suits-film" ,
159+ " healthy-ants-film" ,
155160 " healthy-planes-vanish" ,
156161 " heavy-comics-move" ,
157162 " heavy-ducks-leave" ,
161166 " honest-buses-add" ,
162167 " honest-dragons-turn" ,
163168 " honest-icons-change" ,
169+ " honest-nails-share" ,
164170 " hot-jobs-tap" ,
165171 " hungry-boxes-relate" ,
166172 " hungry-dots-fry" ,
172178 " itchy-eels-marry" ,
173179 " itchy-kings-deliver" ,
174180 " itchy-lions-wash" ,
181+ " itchy-panthers-shave" ,
175182 " itchy-terms-guess" ,
176183 " khaki-cooks-develop" ,
177184 " khaki-ligers-sing" ,
235242 " neat-boats-shake" ,
236243 " neat-dingos-clap" ,
237244 " neat-files-rescue" ,
245+ " nervous-berries-boil" ,
238246 " nervous-spoons-relax" ,
239247 " nervous-turkeys-end" ,
240248 " new-boats-wait" ,
262270 " orange-crews-rescue" ,
263271 " orange-dingos-poke" ,
264272 " orange-yaks-protect" ,
273+ " orange-zoos-heal" ,
265274 " pink-bikes-agree" ,
266275 " pink-goats-promise" ,
267276 " pink-mayflies-tie" ,
434443 " tidy-starfishes-allow" ,
435444 " tiny-kings-whisper" ,
436445 " tiny-meals-deliver" ,
446+ " tiny-moose-kiss" ,
437447 " tough-radios-punch" ,
438448 " twelve-dragons-join" ,
439449 " twelve-onions-juggle" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.116
4+
5+ ### Patch Changes
6+
7+ - fix: correctly interpret empty aria- attribute ([ #11325 ] ( https://github.com/sveltejs/svelte/pull/11325 ) )
8+
9+ - fix: disallow mixing on: click and onclick syntax ([ #11295 ] ( https://github.com/sveltejs/svelte/pull/11295 ) )
10+
11+ - fix: make hr, script and template valid select children ([ #11344 ] ( https://github.com/sveltejs/svelte/pull/11344 ) )
12+
13+ - fix: apply modifiers to bubbled events ([ #11369 ] ( https://github.com/sveltejs/svelte/pull/11369 ) )
14+
15+ - fix: allow ` bind:this ` on ` <select> ` with dynamic ` multiple ` attribute ([ #11378 ] ( https://github.com/sveltejs/svelte/pull/11378 ) )
16+
17+ - feat: allow for literal property definition with state on classes ([ #11326 ] ( https://github.com/sveltejs/svelte/pull/11326 ) )
18+
19+ - fix: disallow mounting a snippet ([ #11347 ] ( https://github.com/sveltejs/svelte/pull/11347 ) )
20+
21+ - feat: only inject push/init/pop when necessary ([ #11319 ] ( https://github.com/sveltejs/svelte/pull/11319 ) )
22+
23+ - feat: provide migration helper ([ #11334 ] ( https://github.com/sveltejs/svelte/pull/11334 ) )
24+
25+ - fix: ensure store from props is hoisted correctly ([ #11367 ] ( https://github.com/sveltejs/svelte/pull/11367 ) )
26+
327## 5.0.0-next.115
428
529### 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.115 " ,
5+ "version" : " 5.0.0-next.116 " ,
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.115 ' ;
9+ export const VERSION = '5.0.0-next.116 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments