Releases: shuding/nextra
Releases · shuding/nextra
nextra@4.0.0-app-router.25
nextra-theme-docs@4.0.0-app-router.26
Minor Changes
- 0076bad: move TOC logic from
recma-rewrite-jsx
plugin to
rehype-extract-toc-content
plugin
Patch Changes
nextra-theme-docs@4.0.0-app-router.25
Major Changes
- c095f98: make
compileMdx
fromnextra/compile
return astring
instead of
anobject
- 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
Minor Changes
- 0076bad: move TOC logic from
recma-rewrite-jsx
plugin to
rehype-extract-toc-content
plugin
Patch Changes
nextra-theme-blog@4.0.0-app-router.25
Major Changes
- c095f98: make
compileMdx
fromnextra/compile
return astring
instead of
anobject
- 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
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
Patch Changes
- b2e44d3: make Nextra works with
src/app
andsrc/content
directories