Skip to content

Releases: web-infra-dev/rspress

v0.0.12

11 Sep 11:32
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: sidebar disappear in windows

更新内容

Bug 修复 🐞

  • fix: windows 系统下侧边栏消失

v0.0.11

11 Sep 03:22
Compare
Choose a tag to compare

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

07 Sep 05:20
Compare
Choose a tag to compare

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 默认主题样式

v0.0.9

01 Sep 08:29
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: runtime exports problem
  • fix: adjust incorrect types fields

更新内容

Bug 修复 🐞

  • fix: runtime 文件导出问题

v0.0.8

31 Aug 07:29
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: resolve error in pure js project

更新内容

Bug 修复 🐞

  • fix: 修复纯 js 项目中的路径 resolve 报错

v0.0.7

31 Aug 04:09
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: export Plugin type in @rspress/shared

更新内容

新特性 🎉

  • feat: 在 @rspress/shared 中导出 Plugin 类型

v0.0.6

28 Aug 05:30
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: landing message in cli

更新内容

Bug 修复 🐞

  • fix: 更新 cli 的开场信息

v0.0.5

28 Aug 02:42
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: logger params optional

更新内容

Bug 修复 🐞

  • fix: logger 参数变为可选

v0.0.4

27 Aug 13:50
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: bump mdx-rs version
  • feat: add @rspress/remark-container

更新内容

新特性 🎉

  • feat: 添加 @rspress/remark-container

v0.0.3

26 Aug 09:40
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: replace prefix classname keyword to rspress

更新内容

新特性 🎉

  • feat: 将所有的类名前缀关键字替换为 rspress