nextra

Simple, powerful and flexible site generation framework with everything you love from Next.js.

MIT License

Downloads
660.7K
Stars
10.6K
Committers
154

Bot releases are visible (Hide)

nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • e6771ca: fix edit on github button for cases when filename named as index
  • e6771ca: fix ReferenceError when trying to access __nextra_pageOpts__ inside MDX file
  • 1ee3c92: reuse table styles from docs in blog
  • e6771ca: [Blog/Docs] Add copy to clipboard button for code-blocks. Add NextraConfig.unstable_defaultShowCopyCode option to show button by default, add copy and copy=false options for code-blocks
  • e6771ca: rename meta.json to _meta.json
  • 64ae4b5: add nextraConfig.unstable_readingTime option for blog theme
  • e6771ca: better loader types, add MetaJsonFile, MdxFile, Folder types
  • 71528f1: show copy code button only on hover of container
  • e6771ca: rename PageOpts.meta to PageOpts.frontMatter
  • e6771ca: move withLayout logic directly in nextra loader
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • e6771ca: fix search overlay styles on mobile
  • e6771ca: split css to hamburger/scrollbar/typesetting-article css files
  • e6771ca: fix edit on github button for cases when filename named as index
  • e6771ca: BREAKING! various theme config options was renamed, take a look of renamed options here
  • 1ee3c92: reuse table styles from docs in blog
  • e6771ca: [Blog/Docs] Add copy to clipboard button for code-blocks. Add NextraConfig.unstable_defaultShowCopyCode option to show button by default, add copy and copy=false options for code-blocks
  • 5d852b6: break words in navlinks, remove unneeded <div /> wrappers, align text on right side for next link
  • e6771ca: hide search input in navbar on mobile
  • e6771ca: fix empty space in navbar when theme option search.component: null
  • e6771ca: add editLink.component
  • e6771ca: rename meta.json to _meta.json
  • e6771ca: clicking on folder should navigate to first children if index page doesn't exist
  • 71528f1: show copy code button only on hover of container
  • e6771ca: fix callout shrinking from children content
  • e6771ca: rename PageOpts.meta to PageOpts.frontMatter
  • e6771ca: move withLayout logic directly in nextra loader
  • e6771ca: adjust active breadcrumb color
  • e6771ca: fix search input ESC icon vertical alignment
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 1ee3c92: reuse table styles from docs in blog
  • e6771ca: [Blog/Docs] Add copy to clipboard button for code-blocks. Add NextraConfig.unstable_defaultShowCopyCode option to show button by default, add copy and copy=false options for code-blocks
  • 64ae4b5: add nextraConfig.unstable_readingTime option for blog theme
  • 71528f1: show copy code button only on hover of container
  • e6771ca: rename PageOpts.meta to PageOpts.frontMatter
  • e6771ca: move withLayout logic directly in nextra loader
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 1fef548: allow head to be a ReactNode
  • ee270a4: fix extra space in flexsearch input after loading indexes
  • afaa26a: refactor toc, fix toc's styles on rtl, use ref.current instead document.getElementsByClassName
  • cdc1c2f: prefer ref.current over document.querySelector in sidebar
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 37b4445: fix react-dom peer dependency version
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 803553c: use findPagesDir from next/dist/lib/find-pages-dir
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

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 render all 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 over document.querySelector, remove load prop in <Search />
  • 24a02f8: match-sorter search should highlight every match like flexsearch
  • 7bcbc98: add new meta.json#theme.timestamp option to hide Last updated on ...
  • d16b2ba: move contexts to ./contexts directory
  • 47938b1: remove unneeded useRef for <details />
  • 7373c1f: fix useConfig/useRouter inside head()
  • 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
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 0518b1b: improve tags styling
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 2217f9c: fix Warning: Prophrefdid not match. Server: "#" Client: ...
  • 2217f9c: fix next export command
  • 6dc4dee: fix Unhandled Runtime Error: No content found for <route>
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 2217f9c: fix Warning: Prophrefdid not match. Server: "#" Client: ...
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 2217f9c: fix Warning: Prophrefdid not match. Server: "#" Client: ...
  • 2217f9c: fix next export command
  • 2217f9c: replace classnames package with clsx as he's faster
  • 2217f9c: remove locale prop from theme config, forbid passing in renderComponent
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 48e0ac2: export useConfig and useTheme
  • 43409ad: fix: mdx theme is missing
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

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
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 4825365: add @types/github-slugger instead of manually declaring type
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 88f999d: fix: UI improvements
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • c8605d6: feat: New layout implementation
  • e596d3d: add missing class names to override styles
nextra - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 96ed5c2: [nextra/nextra-theme-docs]: support both experimental.newNextLinkBehavior - true and false
  • c8605d6: feat: New layout implementation
Package Rankings
Top 0.8% on Npmjs.org
Top 3.74% on Proxy.golang.org
Related Projects