Skip to content

Releases: shuding/nextra

[email protected]

25 Jan 22:45
cbd6dc1
Compare
Choose a tag to compare

Minor Changes

  • 7caf059: - generate unique anchor id for <summary> elements based on its content at build time
    • add anchor link icon for <summary>

[email protected]

25 Jan 08:24
ab84a21
Compare
Choose a tag to compare

Patch Changes

  • e78f796: fix console error from <Search> results error TypeError: 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]

25 Jan 22:46
cbd6dc1
Compare
Choose a tag to compare

Minor Changes

  • 7caf059: - generate unique anchor id for <summary> elements based on its content at build time
    • add anchor link icon for <summary>

Patch Changes

[email protected]

25 Jan 08:24
ab84a21
Compare
Choose a tag to compare

Patch Changes

[email protected]

25 Jan 22:45
cbd6dc1
Compare
Choose a tag to compare

Minor Changes

  • 7caf059: - generate unique anchor id for <summary> elements based on its content at build time
    • add anchor link icon for <summary>

Patch Changes

[email protected]

25 Jan 08:24
ab84a21
Compare
Choose a tag to compare

Patch Changes

[email protected]

24 Jan 14:58
f83c24c
Compare
Choose a tag to compare

Patch Changes

  • 267ef81: fix parsing empty front matter

[email protected]

24 Jan 14:58
f83c24c
Compare
Choose a tag to compare

Patch Changes

[email protected]

24 Jan 14:58
f83c24c
Compare
Choose a tag to compare

Patch Changes

[email protected]

23 Jan 20:08
5f80569
Compare
Choose a tag to compare

Patch Changes

  • 32e7d55: fix ::selection styles, use hsla instead of hsl because it can overlap text with ::selection background when background-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