Releases: shuding/nextra
Releases · shuding/nextra
[email protected]
Patch Changes
- 803553c: use
findPagesDir
fromnext/dist/lib/find-pages-dir
[email protected]
Patch Changes
- 7a32f8e: remove unneeded wrappers
<div />
s in<Navbar />
- bea62a1: make the search input responsive in narrow screens
- 24a02f8: reuse Flexsearch result styles on match-sorter search
- a0c0eb8: allow override
MDXProvider.components
- 16bedce:
"layout": "raw"
should renderall
unstyled elements, except<a />
- 237faa9: add clear button for search input
- 24a02f8: typescripify
<Flexsearch />
- 24a02f8: fix all RTL broken styles
- a8c5883: add
config.bodyExtraContent
option - 8564919: extract
<Input/>
from<Search/>
and<Flexsearch/>
- 38769ca: prefer
ref.current.querySelector
overdocument.querySelector
, removeload
prop in<Search />
- 24a02f8: match-sorter search should highlight every match like flexsearch
- 7bcbc98: add new
meta.json#theme.timestamp
option to hideLast updated on ...
- d16b2ba: move contexts to
./contexts
directory - 47938b1: remove unneeded
useRef
for<details />
- 7373c1f: fix
useConfig
/useRouter
insidehead()
- a9ca0b9: do not add
basePath
to the links - 0af6e79:
"layout": "raw"
should have unstyled<a />
and<p />
elements as well - f99bbc2: Add
nextra-body-typesetting-article
back
[email protected]
Patch Changes
- 0518b1b: improve tags styling
[email protected]
[email protected]
[email protected]
Patch Changes
- 2217f9c: fix
Warning: Prop
hrefdid not match. Server: "#" Client: ...
[email protected]
Patch Changes
- 4825365: add
@types/github-slugger
instead of manually declaring type
[email protected]
Patch Changes
- 8bcb5e6: fix sideEffects in package.json
- da2bea7: remove no longer used
icons
folder - 4825365: add
@types/github-slugger
instead of manually declaring type - dfbe996: extract
<Banner />
from<Navbar />
tocomponents/banner.tsx
- a007c64: move DEFAULT_THEME and DEFAULT_PAGE_THEME to constants.tsx
- b219821: fix body overflow
- 48e0ac2: export
useConfig
anduseTheme
- da998e6: move react components to
components
folder and replace exports:byimport Callout from 'nextra-theme-docs/callout' import Collapse from 'nextra-theme-docs/collapse' import Bleed from 'nextra-theme-docs/bleed' import { Tabs, Tab } from 'nextra-theme-docs/tabs'
import { Callout, Collapse, Bleed, Tabs, Tab } from 'nextra-theme-docs'
- 43409ad: fix: mdx theme is missing