Releases: shuding/nextra
Releases · shuding/nextra
nextra-theme-blog@4.0.0-app-router.17
Patch Changes
- Updated dependencies [33568c1]
- nextra@4.0.0-app-router.17
nextra-theme-blog@4.0.0-app-router.16
Major Changes
- 5385fd4: remove
nextra-theme-blog/cusdis
export, export<Comments>
component fromnextra-theme-blog
directly (becausepeerDependency
of
react-cusdis
was removed)
Minor Changes
- ab21db7: - use ReactIcon for code blocks with
jsx
,tsx
language- add JsonIcon for
json
language - parse language from filename if exist when
diff
language is specified - use JavaScript icon for
cjs
andmjs
- use TypeScript icon for
cts
andmts
- add JsonIcon for
Patch Changes
- 0540e6c: - add
disabled
prop for<Folder>
component whenopen
prop was
set (to disable click event and removecursor: pointer
)- allow
<h5>
and<h6>
tags be used with<Steps>
- fix Webpack module rebuild for pageMap when new files where added or removed
inapp
dir orcontent
dir
- allow
- Updated dependencies [ab21db7]
- Updated dependencies [0540e6c]
- Updated dependencies [5b47509]
- nextra@4.0.0-app-router.16
nextra@3.1.2
Patch Changes
- 9c78588: fix(loader): Prevent overwriting of
rehypePrettyCodeOptions.transformer
nextra-theme-docs@3.1.2
Patch Changes
- Updated dependencies [9c78588]
- nextra@3.1.2
nextra-theme-blog@3.1.2
Patch Changes
- Updated dependencies [9c78588]
- nextra@3.1.2
nextra@3.1.1
Patch Changes
- 68633e5: fix: Improve Twoslash Popover Display
nextra-theme-docs@3.1.1
nextra-theme-blog@3.1.1
nextra@4.0.0-app-router.15
nextra@4.0.0-app-router.15
nextra@4.0.0-app-router.14
Major Changes
- be19dd4: remove
"typesVersions"
field frompackage.json
. You need to set
"moduleResolution": "bundler"
in yourtsconfig.json
if you are using
TypeScript