·
105 commits
to main
since this release
Patch Changes
- 32e7d55: fix
::selection
styles, usehsla
instead ofhsl
because it can overlap text with::selection
background whenbackground-clip: text
is set - 695e428: add new nextra config option
unstable_shouldAddLocaleToLinks
to append locale to all links, for i18n websites which uses static exports and can't use Nextra middleware - fc78033: fix crash of Nextra when
props
are used within headings, e.g.## Hello {props.something}
- b2f2458: do not log a bunch of
Failed to get the last modified timestamp from Git for the file
messages if init git repository failed