Skip to content

Releases: shuding/nextra

[email protected]

08 Aug 18:01
d1631e6
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 4825365: add @types/github-slugger instead of manually declaring type

[email protected]

08 Aug 18:01
d1631e6
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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 /> to components/banner.tsx
  • a007c64: move DEFAULT_THEME and DEFAULT_PAGE_THEME to constants.tsx
  • b219821: fix body overflow
  • 48e0ac2: export useConfig and useTheme
  • da998e6: move react components to components folder and replace exports:
    import 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'
    by
    import { Callout, Collapse, Bleed, Tabs, Tab } from 'nextra-theme-docs'
  • 43409ad: fix: mdx theme is missing

[email protected]

08 Aug 18:01
d1631e6
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 48e0ac2: export useConfig and useTheme
  • 43409ad: fix: mdx theme is missing

[email protected]

05 Aug 09:44
8e8c6f9
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release
[email protected]

[email protected]

05 Aug 09:44
8e8c6f9
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

05 Aug 09:44
8e8c6f9
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release
[email protected]

[email protected]

04 Aug 16:36
2c59ffc
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 96ed5c2: [nextra/nextra-theme-docs]: support both experimental.newNextLinkBehavior - true and false
  • c8605d6: feat: New layout implementation

[email protected]

04 Aug 16:36
2c59ffc
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 96ed5c2: [nextra/nextra-theme-docs]: support both experimental.newNextLinkBehavior - true and false
  • c8605d6: feat: New layout implementation

[email protected]

04 Aug 16:36
2c59ffc
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • c8605d6: feat: New layout implementation
  • e596d3d: add missing class names to override styles

[email protected]

01 Aug 18:45
3fa790c
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 4157b71: set lower build target and share code highlight theme through nextra