This is LuaHBTeX, Version 1.24.0 (TeX Live 2026), LaTeX2e <2025-11-01>, L3 programming layer <2026-01-19>
Just FYI, happened to notice turning on \DocumentMetadata increases the spacing between Title and Author and Date, and furthermore moves the float from the bottom to the middle.
%\DocumentMetadata{}
\documentclass{article}
\title{Title}
\author{Author}
\begin{document}
\maketitle
\begin{figure}
\caption{My figure}
\end{figure}
\end{document}


This is LuaHBTeX, Version 1.24.0 (TeX Live 2026), LaTeX2e <2025-11-01>, L3 programming layer <2026-01-19>Just FYI, happened to notice turning on
\DocumentMetadataincreases the spacing between Title and Author and Date, and furthermore moves the float from the bottom to the middle.