Releases: shuding/nextra
Releases · shuding/nextra
[email protected]
Minor Changes
- 7caf059: - generate unique anchor id for
<summary>
elements based on its content at build time- add anchor link icon for
<summary>
- add anchor link icon for
[email protected]
Patch Changes
-
e78f796: fix console error from
<Search>
results errorTypeError: Cannot destructure property 'results' of '(intermediate value)' as it is null.
select right tab and scroll into view when html element with
location.hash
id is inside<Tabs.Tab>
-
ff007b2: fix clicking on search result from same page doesn't scroll to the heading
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
- 267ef81: fix parsing empty front matter
[email protected]
Patch Changes
- Updated dependencies [267ef81]
[email protected]
Patch Changes
- Updated dependencies [267ef81]
[email protected]
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