Skip to content

Releases: shuding/nextra

nextra@4.0.0-app-router.25

12 Nov 17:41
78709f0
Compare
Choose a tag to compare
Pre-release

Major Changes

  • c095f98: make compileMdx from nextra/compile return a string instead of
    an object
  • 79bbab7: remove export const title from generated mdx pages
  • 33ee518: replace export const useTOC = () = [/* your headings */] by
    export const toc = [/* your headings */]

Patch Changes

  • 3edc6d7: use Date.now() for last edit time on development and git last
    commit time on production
  • fdbae45: initialize transformerTwoslash only 1 time outside of loader

nextra-theme-docs@4.0.0-app-router.26

12 Nov 21:45
0d9f736
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 0076bad: move TOC logic from recma-rewrite-jsx plugin to
    rehype-extract-toc-content plugin

Patch Changes

  • be82724: Fixes when Turbopack is enabled:
    Module not found: Can't resolve '@theguild/remark-mermaid/mermaid'
  • Updated dependencies [be82724]
  • Updated dependencies [0076bad]
    • nextra@4.0.0-app-router.26

nextra-theme-docs@4.0.0-app-router.25

12 Nov 17:41
78709f0
Compare
Choose a tag to compare
Pre-release

Major Changes

  • c095f98: make compileMdx from nextra/compile return a string instead of
    an object
  • 79bbab7: remove export const title from generated mdx pages
  • 33ee518: replace export const useTOC = () = [/* your headings */] by
    export const toc = [/* your headings */]

Patch Changes

  • 3edc6d7: use Date.now() for last edit time on development and git last
    commit time on production
  • fdbae45: initialize transformerTwoslash only 1 time outside of loader
  • Updated dependencies [c095f98]
  • Updated dependencies [79bbab7]
  • Updated dependencies [3edc6d7]
  • Updated dependencies [fdbae45]
  • Updated dependencies [33ee518]
    • nextra@4.0.0-app-router.25

nextra-theme-blog@4.0.0-app-router.26

12 Nov 21:46
0d9f736
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 0076bad: move TOC logic from recma-rewrite-jsx plugin to
    rehype-extract-toc-content plugin

Patch Changes

  • be82724: Fixes when Turbopack is enabled:
    Module not found: Can't resolve '@theguild/remark-mermaid/mermaid'
  • Updated dependencies [be82724]
  • Updated dependencies [0076bad]
    • nextra@4.0.0-app-router.26

nextra-theme-blog@4.0.0-app-router.25

12 Nov 17:41
78709f0
Compare
Choose a tag to compare
Pre-release

Major Changes

  • c095f98: make compileMdx from nextra/compile return a string instead of
    an object
  • 79bbab7: remove export const title from generated mdx pages
  • 33ee518: replace export const useTOC = () = [/* your headings */] by
    export const toc = [/* your headings */]

Patch Changes

  • 3edc6d7: use Date.now() for last edit time on development and git last
    commit time on production
  • fdbae45: initialize transformerTwoslash only 1 time outside of loader
  • Updated dependencies [c095f98]
  • Updated dependencies [79bbab7]
  • Updated dependencies [3edc6d7]
  • Updated dependencies [fdbae45]
  • Updated dependencies [33ee518]
    • nextra@4.0.0-app-router.25

nextra@4.0.0-app-router.24

09 Nov 21:56
a398adb
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • e46dbdf: Cache the result of repository.getFileLatestModifiedDateAsync
    because it can slow down Fast Refresh for uncommitted files.

nextra@4.0.0-app-router.23

09 Nov 12:17
fd244bc
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • b2e44d3: make Nextra works with src/app and src/content directories

nextra-theme-docs@4.0.0-app-router.24

09 Nov 21:56
a398adb
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • e46dbdf: Cache the result of repository.getFileLatestModifiedDateAsync
    because it can slow down Fast Refresh for uncommitted files.
  • cc33237: avoid unnecessary updates to the config store on initial render
  • Updated dependencies [e46dbdf]
    • nextra@4.0.0-app-router.24

nextra-theme-docs@4.0.0-app-router.23

09 Nov 12:17
fd244bc
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 803e5be: migrate to zustand v5
  • 7212f88: remove transition for transform property when opening mobile nav
  • b2e44d3: make Nextra works with src/app and src/content directories
  • Updated dependencies [b2e44d3]
    • nextra@4.0.0-app-router.23

nextra-theme-blog@4.0.0-app-router.24

09 Nov 21:56
a398adb
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • e46dbdf: Cache the result of repository.getFileLatestModifiedDateAsync
    because it can slow down Fast Refresh for uncommitted files.
  • Updated dependencies [e46dbdf]
    • nextra@4.0.0-app-router.24