Skip to content

Releases: web-infra-dev/rspress

v1.2.1

26 Oct 03:55
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: rspress-doc-container margin css style

v1.2.0

25 Oct 03:43
Compare
Choose a tag to compare

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

v1.1.3

20 Oct 09:13
Compare
Choose a tag to compare

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.

v1.1.1

19 Oct 13:31
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: resolve error for react-syntax-highlighter

v1.1.0

19 Oct 11:13
58b47d8
Compare
Choose a tag to compare

What's Changed

Performance Improvements ⚡

  • perf(core): reduce polyfills by adjusting browserslist

New Features 🎉

  • feat: support multi version menu in nav
  • feat: set metakey ctrl in windows
  • feat: support url query to adjust page layout
  • feat: support nest dir without _meta.json
  • feat: support remove plugin in config hook
  • feat: add configure prism languages
  • feat: support cutsom anchor in default mdx compiler

Bug Fixes 🐞

  • fix(style): keep overview h1 size same as other pages
  • fix(style): limit the max width of hero tagline
  • fix: cli string escape
  • fix: modernjs crash in single language
  • fix(shared): bump [email protected] to fix color support detection
  • fix: disable mdxRs by default in preview and playground plugin

Other Changes

  • chore: set plugin option optional

v1.0.2

12 Oct 03:39
Compare
Choose a tag to compare

v1.0.1

12 Oct 03:14
Compare
Choose a tag to compare

What's Changed

Release Note: web-infra-dev/blogs#5

New Features 🎉

  • feat: add markdown.mdxRs config
  • feat: support enableCodesandbox
  • feat: support tabPosition in Tabs
  • feat: support cleanUrls to generate url without suffix
  • feat: make navbar flexible
  • feat: more flexible root config
  • feat: support hideNavbar config
  • feat: using rslog as logger

Bug Fixes 🐞

  • fix: rspress/runtime alias in modernjs plugin
  • fix: tuning the animation for first entry and navigate with hash
  • fix: medium zoom not work after switching route
  • fix: delete useless import
  • fix: dead link invalid when having a trailing slash
  • fix: render error
  • fix: home hero image path error when base path exists
  • fix: home page hmr invalid

Other Changes

  • chore(deps): unify rspack-plugin-virtual-module version
  • chore: modify search hooks default extension
  • chore: remove unuse peer dep

v1.0.0-beta.0

03 Oct 00:01
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: support cleanUrls to generate url without suffix

Bug Fixes 🐞

  • fix: tuning the animation for first entry and navigate with hash
  • fix: dead link invalid when having a trailing slash
  • fix: render error
  • fix: home page hmr invalid

v0.2.0

26 Sep 01:55
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: add min-height in .rspress-doc
  • feat: support multi version docs
  • feat: using view transition to present animation when page navigate

Bug Fixes 🐞

  • fix: preview plugin build failed
  • fix: add cjs output in typedoc plugin
  • 更新内容

新特性 🎉

  • feat: 给 .rspress-doc 添加 min-height 样式
  • feat: 支持文档多版本
  • feat: 页面切换时应用 transition 动画

Bug 修复 🐞

  • fix: 预览插件构建崩溃
  • fix: typedoc plugin 添加 cjs 输出

v0.1.1

21 Sep 08:25
Compare
Choose a tag to compare

What's Changed

Performance Improvements ⚡

  • perf: preview plugin svgr

New Features 🎉

  • feat: support SearchPanel component export
  • feat: load babel from cdn
  • feat: add playground plugin
  • feat: update icon path in create-rspress
  • feat: support icon absolute path
  • feat: integrate @rspress/mdx-rs

Bug Fixes 🐞

  • fix: runtime type missed
  • fix: container syntax not work

Other Changes

  • chore: no need to print the server bundles size

更新内容

性能优化 ⚡

  • perf: preview 插件 svgr 编译优化

新特性 🎉

  • feat: 支持 SearchPanel 组件导出
  • feat: 添加 playground 插件
  • feat: 通过 cdn 加载 babel
  • feat: 更新 create-rspress 中的图标路径
  • feat: 支持 icon 配置绝对路径
  • feat: 集成 @rspress/mdx-rs

Bug 修复 🐞

  • fix: runtime 目录类型丢失
  • fix: 容器语法不生效

其他变更

  • chore: 无须输出 server bundles 的体积