rspress

🦀💨 A fast Rspack-based static site generator.

MIT License

Downloads
253.5K
Stars
1.4K
Committers
86
rspress - v1.7.5

Published by sanyuan0704 11 months ago

What's Changed

Bug Fixes 🐞

  • fix: set isExternal default param
  • fix: skip code blocks in search index
  • fix(plugin-preview): add preview style to device
rspress - v1.7.4

Published by sanyuan0704 11 months ago

What's Changed

New Features 🎉

  • feat: bump rsbuild to 0.1.0
rspress - v1.7.3

Published by sanyuan0704 11 months ago

What's Changed

Bug Fixes 🐞

  • fix: some external urls cannot jump
  • fix: clean urls should handle the urls ending with /
rspress - v1.7.2

Published by sanyuan0704 11 months ago

What's Changed

Bug Fixes 🐞

  • fix: normalize route optimize
rspress - v1.7.1

Published by sanyuan0704 11 months ago

What's Changed

Bug Fixes 🐞

  • fix: blank line in code block when open line numbers
rspress - v1.7.0

Published by sanyuan0704 11 months ago

What's Changed

New Features 🎉

  • feat: support shiki highlight

Bug Fixes 🐞

  • fix: copy content invalid in shiki mode
  • fix: support pure esm project
  • fix: reset prevActiveLink when unbinding AsideScrol
  • fix: highlight and code title not work in shiki mode
  • fix: code highlight invalid
  • fix: reserve existed extension in normalizeHref
  • fix: fix the wrong rendering when the yarn or bun field is invalid.
  • fix: sidebar weird behaviour

Docs update 📄

  • docs: Sync documents for the config of plugin

Other Changes

  • chore: bump Rsbuild v0.0.24 and adapt new Rsbuild Server
rspress - v1.6.2

Published by sanyuan0704 12 months ago

What's Changed

Bug Fixes 🐞

  • fix: home page update after frontmatter changes
rspress - v1.6.1

Published by sanyuan0704 12 months ago

What's Changed

New Features 🎉

  • feat: support render html in feature card details

Bug Fixes 🐞

  • fix: sidebar includes _meta.json.html link
  • fix: replaceLang should handle the url ends with a slash
rspress - v1.6.0

Published by sanyuan0704 12 months ago

What's Changed

New Features 🎉

  • feat: support SidebarDivider
  • feat: support nav and sidebar for multi version scene

Bug Fixes 🐞

  • fix: overview page links cannot click
  • fix: replace rules not works in toc
  • fix: fix the activation status update error after clicking on the right navigation bar
rspress - v1.5.1

Published by sanyuan0704 12 months ago

What's Changed

Performance Improvements ⚡

  • perf: using polyfill usage mode to reduce bundle size

Bug Fixes 🐞

  • fix: HomeLayout cannot be customized
  • fix: fix right aside nav item doesn't highlight automatically while opening in a new tab
  • fix: sidebar disappear when the link of items doesn't start with the sidebar group key

Other Changes

  • chore(deps): bump Rsbuild v0.0.14 and remove Modern.js plugin testing
rspress - v1.5.0

Published by sanyuan0704 12 months ago

What's Changed

New Features 🎉

  • feat: support multiline hero text
  • feat(deps): bump Rsbuild from 0.0.10 to 0.0.13
  • feat: bash syntax highlighting is supported by default
  • feat: add support for wrap code in markdown code block

Bug Fixes 🐞

  • fix: Homehero comp crashes when hero field value is undefined
  • fix: compatible with scrollbar in firefox
  • fix: error wrapping in CodeBlock when set language to toml
rspress - v1.4.1

Published by sanyuan0704 12 months ago

What's Changed

Bug Fixes 🐞

  • fix: tsx file in node_modules cannot be compiled
  • fix: use theme alias path
rspress - v1.4.0

Published by sanyuan0704 12 months ago

What's Changed

Other Changes

  • doc: translate missing Chinese words
rspress - v1.3.2

Published by sanyuan0704 12 months ago

What's Changed

Bug Fixes 🐞

  • fix: image link crash in dev
rspress - v1.3.1

Published by sanyuan0704 12 months ago

What's Changed

Bug Fixes 🐞

  • fix: @theme alias not found
rspress - v1.3.0

Published by sanyuan0704 12 months ago

What's Changed

New Features 🎉

  • feat: add support for the dev port or host param
  • feat: integrate Rsbuild to replace Modern.js Builder
  • feat: add support HTML to frontmatter hero config
  • feat(core): beautify sytle when using with code title on default theme
  • feat: support home feature grid 3xN & costom grid length
  • feat: support dark mode

Bug Fixes 🐞

  • fix: prevent hero's some fields from not being strings
  • fix: overpage style
  • fix: hero.actions does not handle empty array situations
  • fix: remove base logic should only work in the leading path
  • fix: jsx tag missed in document
  • fix: handling the case where command is an invalid value
  • fix: sidebar incorrect when existing custom-link in _meta.json
  • fix: code tag in nested jsx structure cannot be parsed in preview/playground plugin
  • fix: preview plugin style
  • fix: add base path for img in md(x)
  • fix: theme types missed
rspress - v1.2.1

Published by sanyuan0704 about 1 year ago

What's Changed

Bug Fixes 🐞

  • fix: rspress-doc-container margin css style
rspress - v1.2.0

Published by sanyuan0704 about 1 year ago

What's Changed

New Features 🎉

  • feat: add runtime module hook
  • feat: enhance playground error
  • feat: support ssg config
  • feat: support content in overview component
  • feat: support playgroundDirection frontmatter

Bug Fixes 🐞

  • fix: anchor missed when link exists in header
  • fix social link message and image display bug
  • fix(core): Fix background of HiddenLinks to support dark theme
  • fix: production error for preview plugin
  • fix: app crashed when creating _meta.json or appearing frontmatter syntax error
  • fix: wechat icon type error
rspress - v1.1.3

Published by sanyuan0704 about 1 year ago

Summary

copilot:summary

Details

copilot:walkthrough

Related Issue

Checklist

  • I have added changeset via pnpm run change.
  • I have updated the documentation.
  • I have added tests to cover my changes.
rspress - v1.1.1

Published by sanyuan0704 about 1 year ago

What's Changed

Bug Fixes 🐞

  • fix: resolve error for react-syntax-highlighter