Skip to content

Releases: shuding/nextra

[email protected]

17 Sep 16:30
b43aff2
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 982862f: Support for h2 and h4 Markdown headings with the Steps component.

[email protected]

17 Sep 16:30
b43aff2
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • bf963cd: Remove the aria-hidden attribute from scroll-to-top button when it is
    visible
  • cee94a6: Consider the navbar height when setting the root margin for the
    active anchor intersection observer
  • Updated dependencies [982862f]

[email protected]

17 Sep 16:30
b43aff2
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

15 Sep 01:13
0df30b1
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

  • 47b125d: fix global style conflicts for
    <a>/<button>/<summary>/<input>/[tabindex]:not([tabindex='-1']

  • ba30c6c: use render props for className with selected, disabled and
    hover state for <Tab>

  • 2872606: remove image prop from <Card> component, image will be showed
    based on truthiness children prop now

    set icon as optional prop

[email protected]

15 Sep 01:13
0df30b1
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

  • 47b125d: fix global style conflicts for
    <a>/<button>/<summary>/<input>/[tabindex]:not([tabindex='-1']

  • ba30c6c: use render props for className with selected, disabled and
    hover state for <Tab>

  • 2872606: remove image prop from <Card> component, image will be showed
    based on truthiness children prop now

    set icon as optional prop

Patch Changes

[email protected]

15 Sep 01:12
0df30b1
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

  • ba30c6c: use render props for className with selected, disabled and
    hover state for <Tab>

  • 2872606: remove image prop from <Card> component, image will be showed
    based on truthiness children prop now

    set icon as optional prop

Patch Changes

[email protected]

11 Sep 22:38
91f7032
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

  • 26851b5: migrate search from Flexsearch to Pagefind

[email protected]

11 Sep 19:49
ce8178f
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • ccaf3d4: Add the autoImportThemeStyle option to the Nextra configuration.
    This allows users to import the official Nextra theme CSS into a specific
    cascade layer.

[email protected]

11 Sep 22:38
91f7032
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

  • 26851b5: migrate search from Flexsearch to Pagefind

Patch Changes

[email protected]

11 Sep 19:50
ce8178f
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • ccaf3d4: Add the autoImportThemeStyle option to the Nextra configuration.
    This allows users to import the official Nextra theme CSS into a specific
    cascade layer.
  • Updated dependencies [ccaf3d4]