Releases: web-infra-dev/rspress
Releases · web-infra-dev/rspress
v1.1.0
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
Release Note: web-infra-dev/blogs#5
v1.0.1
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
andnavigate 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
What's Changed
New Features 🎉
- feat: support cleanUrls to generate url without suffix
Bug Fixes 🐞
- fix: tuning the animation for
first entry
andnavigate with hash
- fix: dead link invalid when having a trailing slash
- fix: render error
- fix: home page hmr invalid
v0.2.0
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
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 的体积
v0.0.13
What's Changed
New Features 🎉
- feat: remove @headlessui/react dep
- feat: support PackageManagerTabs export
Bug Fixes 🐞
- fix: dispaly error log in ssg phase
更新内容
新特性 🎉
- feat: 移除 @headlessui/react 依赖
- feat: 支持 PackageManagerTabs 组件导出
Bug 修复 🐞
- fix: ssg 阶段显示错误日志
v0.0.12
What's Changed
Bug Fixes 🐞
- fix: sidebar disappear in windows
更新内容
Bug 修复 🐞
- fix: windows 系统下侧边栏消失
v0.0.11
What's Changed
Performance Improvements ⚡
- perf: enable deterministic chunkIds of Rspack
New Features 🎉
- feat: support props for globalUIComponents config
Bug Fixes 🐞
- fix: remove deprecated npm package
- fix: hmr invalid for adding file case
- fix(mdx-rs): avoid panic when parsing mdx ast
更新内容
性能优化 ⚡
- perf: 开启 Rspack 的 deterministic chunkIds
新特性 🎉
- feat: 支持
globalUIComponents
的 props 配置
Bug 修复 🐞
- fix: 移除废弃的 npm 包
- fix: 增加文件后,热更新失效
v0.0.10
What's Changed
New Features 🎉
- feat: integrate rspack-plugin-virtual-module
- feat: optimize default theme layout
- feat: specify limit version for create-rspress template
- feat: support container syntax by plugin
Bug Fixes 🐞
- fix: avoid error when _meta.json is not correct
- fix: asset prefix not work for search index url
- fix(cli): incorrect node env when building
- fix: avoid
@theme
resolve error in pure js project
Other Changes
- chore: update tabs default theme style
更新内容
新特性 🎉
- feat: 集成 rspack-plugin-virtual-module
- feat: 优化默认主题布局
- feat: 为 create-rspress 模板指定限制 rspress 版本
- feat: 以插件的方式支持 container 语法
Bug 修复 🐞
- fix: 修复 _meta.json 内容不正确时报错
- fix: asset prefix 配置在搜索索引中不生效
- fix(cli): 修复 build 时 node env 不正确的问题
- fix: 纯 js 项目中避免
@theme
解析错误
其他变更
- chore: 更新 tabs 默认主题样式