Releases: shuding/nextra
Releases · shuding/nextra
[email protected]
[email protected]
Patch Changes
- e4cfb83:
addPage
no longer need acceptfrontMatter
- e4cfb83: define page title in sidebar from
frontMatter.title
if page is not specified in_meta.json
- c3e6227: add
overflow-x-scroll
for tables - 93d028b: use
title
package in nextra to determine sidebar title based on pagename - ff8967c: add
Toggle Word Wrap
button for code-blocks (only for mobile) - ff8967c: fix missing
Copy Code
button in code-blocks without language - 256154a: use "next/future/image" if
"experimental.images.allowFutureImage": true
is set in next config - 256154a: replace images with
<NextImage />
even when url not relative but that starts from/
(public directory)
[email protected]
Patch Changes
- 4731fa7: Style improvements
- e4cfb83: define page title in sidebar from
frontMatter.title
if page is not specified in_meta.json
- 9064112: make
<Tab />
acceptComponentProps<'div'>
- c3e6227: add
overflow-x-scroll
for tables - d6d5ab8: Make sure arrows are aligned
- ab6c0e6: fix disappearing toc issue in Firefox
- ff8967c: add
Toggle Word Wrap
button for code-blocks (only for mobile) - ff8967c: fix missing
Copy Code
button in code-blocks without language - e2d603a: remove
getComponents
export, exportuseMDXComponents
from@mdx-js/react
instead - 256154a: use "next/future/image" if
"experimental.images.allowFutureImage": true
is set in next config - 256154a: replace images with
<NextImage />
even when url not relative but that starts from/
(public directory) - c4a9782: support custom hue theme color via
primaryHue
,primaryHue.dark
andprimaryHue.light
theme options - c3e6227: reuse nextra's scrollbar-y styles for scrollbar-x, adjust sidebar's scrollbar-y
[email protected]
Patch Changes
- c3e6227: add
overflow-x-scroll
for tables - ff8967c: add
Toggle Word Wrap
button for code-blocks (only for mobile) - ff8967c: fix missing
Copy Code
button in code-blocks without language - 256154a: use "next/future/image" if
"experimental.images.allowFutureImage": true
is set in next config - 256154a: replace images with
<NextImage />
even when url not relative but that starts from/
(public directory)
[email protected]
Patch Changes
- a2bc427: compile
context.ts
,ssg.ts
andlocales.ts
to esm
[email protected]
[email protected]
Patch Changes
- bc52178: fix
editLink
option was not merged with default configeditLink