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 1 year ago

Minor Changes

  • 8962597e: - allow override static image component that was hardcoded to
    import Image from 'next/image' now it's plain <img />

    • support <details />/<summary /> for .md files

Patch Changes

  • Updated dependencies [d9820746]
  • Updated dependencies [fbf003cd]
  • Updated dependencies [8962597e]
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • d9820746: - show headings for partial md/mdx in toc

    • hide headings in toc when parent <Tab /> or <Tabs.Tab />
  • 8962597e: - allow override static image component that was hardcoded to
    import Image from 'next/image' now it's plain <img />

    • support <details />/<summary /> for .md files

Patch Changes

  • fbf003cd: cache md/mdx processor
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • cf5f91ea: fix footnotes and backlink jump
  • ddddce95: skip search indexing for 404/500 pages
  • 4dd720ad: remove font-weight: 500; from styles of code blocks since it gives
    no effect
  • 29e35d81: fix feedback.labels for gitlab
  • Updated dependencies [ddddce95]
  • Updated dependencies [6154e312]
  • Updated dependencies [46743ba4]
  • Updated dependencies [4dd720ad]
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • cf5f91ea: fix footnotes and backlink jump
  • 4dd720ad: remove font-weight: 500; from styles of code blocks since it gives
    no effect
  • Updated dependencies [ddddce95]
  • Updated dependencies [6154e312]
  • Updated dependencies [46743ba4]
  • Updated dependencies [4dd720ad]
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • ddddce95: skip search indexing for 404/500 pages

  • 6154e312: ensure first h1 is set as page title if frontmatter.title is missing

  • 46743ba4: fix TS error
    Cannot find module 'nextra/filter-route-locale' or its corresponding type declarations.
    while importing

    import filterRouteLocale from 'nextra/filter-route-locale'
    
  • 4dd720ad: remove font-weight: 500; from styles of code blocks since it gives
    no effect

nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 3bb480a4: export LocaleSwitch from nextra-theme-docs

Patch Changes

  • 3bb480a4: use github-slugger for custom heading ids to prevent duplicated
    headings
  • 3bb480a4: fix custom heading id in search result
  • 3bb480a4: fix
    Warning: Prop href did not match. Server: "/blog.en-US#" Client: "/blog#" in
    by normalizePages from nextra/normalize-pages`
  • 3bb480a4: improve hr contrast
  • 3bb480a4: fix search, trigger the search after the Input is complete for
    languages like Chinese
  • 3bb480a4: strip .html extension from URL route for static export
  • 3bb480a4: fix memory leak in search for case > replaced previously to
    >|| + some character provoke memory leak because RegExp#exec will always
    return a match
  • 3bb480a4: fix code blocks box-decoration-theme: clone can create confusing
    output over line breaks, use slice instead
  • Updated dependencies [3bb480a4]
  • Updated dependencies [3bb480a4]
  • Updated dependencies [3bb480a4]
  • Updated dependencies [3bb480a4]
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 3bb480a4: support draft posts via frontMatter's draft: true value

Patch Changes

  • 3bb480a4: use github-slugger for custom heading ids to prevent duplicated
    headings
  • 3bb480a4: fix code blocks box-decoration-theme: clone can create confusing
    output over line breaks, use slice instead
  • Updated dependencies [3bb480a4]
  • Updated dependencies [3bb480a4]
  • Updated dependencies [3bb480a4]
  • Updated dependencies [3bb480a4]
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 3bb480a4: use github-slugger for custom heading ids to prevent duplicated
    headings
  • 3bb480a4: fix custom heading id in search result
  • 3bb480a4: fix
    Warning: Prop href did not match. Server: "/blog.en-US#" Client: "/blog#" in
    by normalizePages from nextra/normalize-pages`
  • 3bb480a4: strip .html extension from URL route for static export
nextra - [email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • e54b008: - add @theguild/remark-npm2yarn package that replaces the code
    block that has npm2yarn metadata with <Tabs /> and <Tab /> components
    from nextra/components.

    • <Tabs /> now has selectedKey prop, the chosen tab is saved in the local
      storage, which will be chosen in future page renders.

    More info https://nextra.site/docs/guide/advanced/npm2yarn

Patch Changes

nextra - [email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • e54b008: - add @theguild/remark-npm2yarn package that replaces the code
    block that has npm2yarn metadata with <Tabs /> and <Tab /> components
    from nextra/components.

    • <Tabs /> now has selectedKey prop, the chosen tab is saved in the local
      storage, which will be chosen in future page renders.

    More info https://nextra.site/docs/guide/advanced/npm2yarn

Patch Changes

nextra - [email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • e54b008: - add @theguild/remark-npm2yarn package that replaces the code
    block that has npm2yarn metadata with <Tabs /> and <Tab /> components
    from nextra/components.

    • <Tabs /> now has selectedKey prop, the chosen tab is saved in the local
      storage, which will be chosen in future page renders.

    More info https://nextra.site/docs/guide/advanced/npm2yarn

nextra - [email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 16bbb88: Move below packages to nextra package

    • <Cards /> and <Card />
    • <Tabs /> and <Tab />
    • <Steps />
    • <FileTree />

    to import them you can use the following in your official nextra-theme-blog
    and nextra-theme-docs

    import { Card, Cards } from 'nextra/components'
    
    import { Tab, Tabs } from 'nextra/components'
    
    import { Steps } from 'nextra/components'
    
    import { FileTree } from 'nextra/components'
    

Patch Changes

  • b1a7eba: opens in new tab span element should have user-select: none
  • Updated dependencies [16bbb88]
  • Updated dependencies [23a25b1]
nextra - [email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 16bbb88: Move below packages to nextra package

    • <Cards /> and <Card />
    • <Tabs /> and <Tab />
    • <Steps />
    • <FileTree />

    to import them you can use the following in your official nextra-theme-blog
    and nextra-theme-docs

    import { Card, Cards } from 'nextra/components'
    
    import { Tab, Tabs } from 'nextra/components'
    
    import { Steps } from 'nextra/components'
    
    import { FileTree } from 'nextra/components'
    

Patch Changes

  • b1a7eba: opens in new tab span element should have user-select: none
  • Updated dependencies [16bbb88]
  • Updated dependencies [23a25b1]
nextra - [email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 16bbb88: Move below packages to nextra package

    • <Cards /> and <Card />
    • <Tabs /> and <Tab />
    • <Steps />
    • <FileTree />

    to import them you can use the following in your official nextra-theme-blog
    and nextra-theme-docs

    import { Card, Cards } from 'nextra/components'
    
    import { Tab, Tabs } from 'nextra/components'
    
    import { Steps } from 'nextra/components'
    
    import { FileTree } from 'nextra/components'
    

Patch Changes

  • 23a25b1: replace last match of export default MDXContent;
nextra - [email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • b43f268: add new option sidebar.autoCollapse to automatically collapse
    inactive folders above defaultMenuCollapseLevel

Patch Changes

  • 6c12bf4: fix broken code format while selecting and copying code with
    showLineNumbers option enabled
  • Updated dependencies [6c12bf4]
nextra - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • bef7324: accessibility issues for text and navbar in light mode
  • 6c12bf4: fix broken code format while selecting and copying code with
    showLineNumbers option enabled
  • Updated dependencies [6c12bf4]
nextra - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 6c12bf4: fix broken code format while selecting and copying code with
    showLineNumbers option enabled
nextra - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

nextra - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

nextra - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 0e53ca51: remarkMermaid should be before removing imports for remote markdown
Package Rankings
Top 0.8% on Npmjs.org
Top 3.74% on Proxy.golang.org
Related Projects