Skip to content

Releases: shuding/nextra

[email protected]

30 Jul 14:54
708d95d
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • cc1379c: fix Hydration failed because the initial UI... while modifying meta.json on dev env and react 18
  • 512953f: chore: remove redundant check for MARKDOWN_EXTENSION_REGEX.test(filename) in loader
  • 0f4795f: chore(nextra/blog/docs): provide types for PageOpts in loader

[email protected]

30 Jul 14:54
708d95d
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • a5cac21: [docs/blog]: extract code styles and import in both themes
  • 3de0f41: chore(blog/docs): use postcss-import to import css variables styles
  • 97ca2e3: New feature: menu type
  • 76d1e30: [nextra-theme-docs]: fix Warning: A title element received an array and possible [object Object] in title
  • bf74201: [nextra-theme-docs]: use new opacity modifier syntax for tailwindcss
  • 0f4795f: chore(nextra/blog/docs): provide types for PageOpts in loader

[email protected]

30 Jul 14:54
708d95d
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • a5cac21: [blog]: add support for showLineNumbers prop in code-blocks
  • 29dc746: fix blog build error
  • a5cac21: [docs/blog]: extract code styles and import in both themes
  • 3de0f41: chore(blog/docs): use postcss-import to import css variables styles
  • 0f4795f: chore(nextra/blog/docs): provide types for PageOpts in loader
  • 07e4732: [nextra-theme-blog]: fix Application error: a client-side exception has occurred when invalid date was provided in frontmatter + TESTS

[email protected]

27 Jul 21:45
417918a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • a0398e0: fix: avoid mutating nextConfig
  • fe2b714: upgrade to react 18
  • 78f1519: chore: Add strict-peer-dependencies=false
  • 1942a2e: chore: Fix build script
  • 044721d: chore: Update turbo filters

[email protected]

27 Jul 21:45
417918a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 903ddf0: fix: should update scroll when height is dynamic
  • 3e3b0a9: feat: add cursor pointer to locale and theme menu
  • a0398e0: fix: avoid mutating nextConfig
  • 38ccce8: feat(docs): allow Tabs.items as ReadonlyArray<ReactNode>
  • fe2b714: upgrade to react 18
  • 6bdb9bf: fix: broken flexsearch styles
  • 78f1519: chore: Add strict-peer-dependencies=false
  • 582ad96: feat: bump rehype-pretty-code version, support showLineNumbers
  • c8bb94f: UI adjustments
  • 707fdc2: fix: Anchor links are not wrapping on the sidebar

[email protected]

27 Jul 21:45
417918a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • a0398e0: fix: avoid mutating nextConfig
  • fe2b714: upgrade to react 18
  • 78f1519: chore: Add strict-peer-dependencies=false

[email protected]

24 Jul 15:37
dedc36a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 8101efe: fix(nextra): use rehype-mdx-title to determine page title
  • 6f987e9: fix: print shallow warning only once
  • 97e6141: fix(nextra/docs): fallback search to en-US instead default
  • 699d131: feat(nextra/docs/blog): allow import .md/.mdx as well
  • 03e90d8: refresh build system with tsup and fix nextra type

[email protected]

24 Jul 15:37
dedc36a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • af72f85: chore(nextra-theme-docs): provide type for DocsThemeConfig.nextThemes instead of object
  • 97e6141: fix(nextra/docs): fallback search to en-US instead default
  • 699d131: feat(nextra/docs/blog): allow import .md/.mdx as well
  • 03e90d8: refresh build system with tsup and fix nextra type

[email protected]

24 Jul 15:37
dedc36a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 3ef42cb: fix(nextra-theme-blog): move css to classNames, fix duplicate id issue
  • 699d131: feat(nextra/docs/blog): allow import .md/.mdx as well
  • 03e90d8: refresh build system with tsup and fix nextra type

[email protected]

23 Jul 14:27
283e1f2
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

Patch Changes

  • 6644bd5: pass unstable_flexsearch
  • 488f737: fix client console error - Text content does not match server-rendered HTML
  • 4a7cc10: feat(nextra): allow define custom languages for shiki with mdxOptions.rehypePrettyCodeOptions option
  • c751458: fix(nextra): ignore in loader files from pages/api folder
  • e573175: Fix release CI
  • efd95ec: fix(nextra): allow to contain dots in page filenames
  • e35bbf7: chore: rename module to mod to avoid confusing with global module object