Skip to content

Releases: shuding/nextra

[email protected]

30 Jan 23:46
adcecae
Compare
Choose a tag to compare

[email protected]

30 Jan 23:46
adcecae
Compare
Choose a tag to compare

Patch Changes

  • 5c51b49: fix allow configuring theme.toc in _meta file when toc.float is set to false for pages with type: 'page'
  • 996b0b5: fix: show Scroll to top link toc.backToTop when toc.float: false is set

[email protected]

30 Jan 23:46
adcecae
Compare
Choose a tag to compare

[email protected]

29 Jan 20:53
88bdfe9
Compare
Choose a tag to compare

Patch Changes

  • 427b080: calculate --nextra-banner-height after mounting banner, so banner text can be wrapped on multiple lines
  • 6b8053f: fix a sudden height jump on opening for <detail> element when his last children contain margins
  • b0e686e: hide default <summary> arrow on mobile

[email protected]

29 Jan 20:53
88bdfe9
Compare
Choose a tag to compare

Minor Changes

  • 90b8c66: allow configuring theme.toc with layout: 'default' in _meta files

Patch Changes

  • 0b0db89: better animations for open/closed state for the <NavbarMenu> component which is rendered with type: 'menu' in _meta file
  • 427b080: calculate --nextra-banner-height after mounting banner, so banner text can be wrapped on multiple lines
  • 6b8053f: fix a sudden height jump on opening for <detail> element when his last children contain margins
  • 5d1e75b: add the missing transition-opacity style for the <BackToTop> component
  • b0e686e: hide default <summary> arrow on mobile
  • 2b0b434: add the missing cursor-pointer style in the <BackToTop> component
  • bcc34cc: reduce main area padding x to from 24px to 16px like in next.js docs
  • Updated dependencies [427b080]
  • Updated dependencies [6b8053f]
  • Updated dependencies [b0e686e]

[email protected]

29 Jan 20:53
88bdfe9
Compare
Choose a tag to compare

Patch Changes

  • 427b080: calculate --nextra-banner-height after mounting banner, so banner text can be wrapped on multiple lines
  • 6b8053f: fix a sudden height jump on opening for <detail> element when his last children contain margins
  • b0e686e: hide default <summary> arrow on mobile
  • Updated dependencies [427b080]
  • Updated dependencies [6b8053f]
  • Updated dependencies [b0e686e]

[email protected]

28 Jan 12:19
5454e7b
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Jan 12:19
5454e7b
Compare
Choose a tag to compare

Patch Changes

  • b9f8bfb: do not render default footer content if the Footer#children prop was not provided
  • 8d878dd: fix: show heading anchor when hover on heading itself
  • 20f7aaa: fix Uncaught Error: Minified React error #418; visit https://react.dev/errors/418 error due mismatch of last updated time date
  • 57e98cd: add Layout#sidebar.defaultOpen prop to configure sidebar default open state
  • d586bd6: fix ThemeSwitch#lite prop
  • 29a44de: fix regression from Nextra 3 setting theme.collapsed?: boolean in _meta file for folders has no effect in sidebar
  • 5e86a14: add missing transition state for <Navbar> links and <TOC> extra content links
  • 2ba45de: allow change _meta file theme.toc property with type: 'page'
  • Updated dependencies [29a44de]
  • Updated dependencies [19578c3]

[email protected]

28 Jan 12:19
5454e7b
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>