🐞 Patch Changes
-
#10846
3294f7aThanks @matthewp! - Prevent getCollection breaking in vitest -
#10856
30cf82aThanks @robertvanhoesel! - Prevents inputs with a name attribute of action or method to break ViewTransitions’ form submission -
#10833
8d5f3e8Thanks @renovate! - Updatesesbuilddependency to v0.20. This should not affect projects in most cases. -
#10801
204b782Thanks @rishi-raj-jain! - Fixes an issue where images in MD required a relative specifier (e.g../)Now, you can use the standard
syntax in MD files for images colocated in the same folder: no relative specifier required!There is no need to update your project; your existing images will still continue to work. However, you may wish to remove any relative specifiers from these MD images as they are no longer necessary:
<!-- This dog lives in the same folder as my article! --> -
#10841
a2df344Thanks @martrapp! - Due to regression on mobile WebKit browsers, reverts a change made for JavaScript animations during view transitions.