Skip to content

Releases: shuding/nextra

nextra@3.0.0-alpha.32

21 Aug 22:22
19dbcc8
Compare
Choose a tag to compare
nextra@3.0.0-alpha.32 Pre-release
Pre-release

Patch Changes

  • 73239c4: To ensure consistent horizontal padding, set the default language as
    plaintext for code blocks. This prevents any loss of formatting for code
    blocks without a specified language.

  • 799174f: fixed creating pageMap items for folders with dots

    remove requirement of passing filePaths with .md/.mdx extensions for
    createCatchAllMeta function

  • 150184b: attach heading anchor id attribute to heading (like Pagefind do)
    and fix heading anchor styles when theme.typesetting: 'article' is set

  • 3c6193d: Remove unnecessary sortPages from server/utils.ts

nextra-theme-docs@3.0.0-alpha.32

21 Aug 22:22
19dbcc8
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 73239c4: To ensure consistent horizontal padding, set the default language as
    plaintext for code blocks. This prevents any loss of formatting for code
    blocks without a specified language.
  • 150184b: attach heading anchor id attribute to heading (like Pagefind do)
    and fix heading anchor styles when theme.typesetting: 'article' is set
  • 9df7f58: Fix nav-links not highlighting on hover in dark mode
  • 3c6193d: Remove unnecessary sortPages from server/utils.ts
  • 799174f: fixed react warning
    Warning: React has detected a change in the order of Hooks called by Body
    when themeConfig.main options is used
  • Updated dependencies [73239c4]
  • Updated dependencies [799174f]
  • Updated dependencies [150184b]
  • Updated dependencies [3c6193d]
    • nextra@3.0.0-alpha.32

nextra-theme-blog@3.0.0-alpha.32

21 Aug 22:22
19dbcc8
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 73239c4: To ensure consistent horizontal padding, set the default language as
    plaintext for code blocks. This prevents any loss of formatting for code
    blocks without a specified language.
  • 7e57ddb: Avoid skipping the heading level in the posts layout, removes
    .post-item and .post-item-more classes
  • 150184b: attach heading anchor id attribute to heading (like Pagefind do)
    and fix heading anchor styles when theme.typesetting: 'article' is set
  • a90b90f: Switch to the dark theme provided by @tailwindcss/typography in
    theme-blog.
  • 49a9627: fix theme-blog heading styles in post layout
  • 3c6193d: Remove unnecessary sortPages from server/utils.ts
  • Updated dependencies [73239c4]
  • Updated dependencies [799174f]
  • Updated dependencies [150184b]
  • Updated dependencies [3c6193d]
    • nextra@3.0.0-alpha.32

nextra@3.0.0-alpha.31

30 Jul 16:08
44e2147
Compare
Choose a tag to compare
nextra@3.0.0-alpha.31 Pre-release
Pre-release

Patch Changes

  • d1e3e9a: handle case when meta object was added in transformPageMap

nextra-theme-docs@3.0.0-alpha.31

30 Jul 16:08
44e2147
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [d1e3e9a]
    • nextra@3.0.0-alpha.31

nextra-theme-blog@3.0.0-alpha.31

30 Jul 16:08
44e2147
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [d1e3e9a]
    • nextra@3.0.0-alpha.31

nextra@3.0.0-alpha.30

29 Jul 11:17
b61d8e6
Compare
Choose a tag to compare
nextra@3.0.0-alpha.30 Pre-release
Pre-release

Patch Changes

  • 7615b62: fix useRouter in nextra/hooks, use asPath instead route
    because locale can be dynamic /[locale]

nextra-theme-docs@3.0.0-alpha.30

29 Jul 11:17
b61d8e6
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [7615b62]
    • nextra@3.0.0-alpha.30

nextra-theme-blog@3.0.0-alpha.30

29 Jul 11:17
b61d8e6
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [7615b62]
    • nextra@3.0.0-alpha.30

nextra@3.0.0-alpha.29

26 Jul 21:28
bc1cc6d
Compare
Choose a tag to compare
nextra@3.0.0-alpha.29 Pre-release
Pre-release

Patch Changes

  • fef635e: ignore loading pageMap for dynamic locale /[locale]