Skip to content

Releases: shuding/nextra

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

28 Oct 10:07
abf0854
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [33568c1]
    • nextra@4.0.0-app-router.17

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

28 Oct 00:20
bab380d
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 5385fd4: remove nextra-theme-blog/cusdis export, export <Comments>
    component from nextra-theme-blog directly (because peerDependency 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 and mjs
    • use TypeScript icon for cts and mts

Patch Changes

  • 0540e6c: - add disabled prop for <Folder> component when open prop was
    set (to disable click event and remove cursor: pointer)
    • allow <h5> and <h6> tags be used with <Steps>
    • fix Webpack module rebuild for pageMap when new files where added or removed
      in app dir or content dir
  • Updated dependencies [ab21db7]
  • Updated dependencies [0540e6c]
  • Updated dependencies [5b47509]
    • nextra@4.0.0-app-router.16

nextra@3.1.2

27 Oct 18:42
59c0e30
Compare
Choose a tag to compare

Patch Changes

  • 9c78588: fix(loader): Prevent overwriting of
    rehypePrettyCodeOptions.transformer

nextra-theme-docs@3.1.2

27 Oct 18:42
59c0e30
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [9c78588]
    • nextra@3.1.2

nextra-theme-blog@3.1.2

27 Oct 18:42
59c0e30
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [9c78588]
    • nextra@3.1.2

nextra@3.1.1

25 Oct 22:26
bbd9dda
Compare
Choose a tag to compare

Patch Changes

  • 68633e5: fix: Improve Twoslash Popover Display

nextra-theme-docs@3.1.1

25 Oct 22:26
bbd9dda
Compare
Choose a tag to compare

Patch Changes

  • 68633e5: fix: Improve Twoslash Popover Display
  • Updated dependencies [68633e5]
    • nextra@3.1.1

nextra-theme-blog@3.1.1

25 Oct 22:26
bbd9dda
Compare
Choose a tag to compare

Patch Changes

  • 68633e5: fix: Improve Twoslash Popover Display
  • Updated dependencies [68633e5]
    • nextra@3.1.1

nextra@4.0.0-app-router.15

25 Oct 22:51
d5cb1bc
Compare
Choose a tag to compare
Pre-release
nextra@4.0.0-app-router.15

nextra@4.0.0-app-router.14

25 Oct 10:07
f48362e
Compare
Choose a tag to compare
Pre-release

Major Changes

  • be19dd4: remove "typesVersions" field from package.json. You need to set
    "moduleResolution": "bundler" in your tsconfig.json if you are using
    TypeScript