rspress

🦀💨 A fast Rspack-based static site generator.

MIT License

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

Published by sanyuan0704 about 1 year ago

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
rspress - v1.0.2

Published by sanyuan0704 about 1 year ago

rspress - v1.0.1

Published by sanyuan0704 about 1 year ago

What's Changed

Release Note: https://github.com/web-infra-dev/wg/discussions/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
rspress - v1.0.0-beta.0

Published by sanyuan0704 about 1 year ago

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
rspress - v0.2.0

Published by sanyuan0704 about 1 year ago

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 输出
rspress - v0.1.1

Published by sanyuan0704 about 1 year ago

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 的体积
rspress - v0.0.13

Published by sanyuan0704 about 1 year ago

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 阶段显示错误日志
rspress - v0.0.12

Published by sanyuan0704 about 1 year ago

What's Changed

Bug Fixes 🐞

  • fix: sidebar disappear in windows

更新内容

Bug 修复 🐞

  • fix: windows 系统下侧边栏消失
rspress - v0.0.11

Published by sanyuan0704 about 1 year ago

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: 增加文件后,热更新失效
rspress - v0.0.10

Published by sanyuan0704 about 1 year ago

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 默认主题样式
rspress - v0.0.9

Published by sanyuan0704 about 1 year ago

What's Changed

Bug Fixes 🐞

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

更新内容

Bug 修复 🐞

  • fix: runtime 文件导出问题
rspress - v0.0.8

Published by sanyuan0704 about 1 year ago

What's Changed

Bug Fixes 🐞

  • fix: resolve error in pure js project

更新内容

Bug 修复 🐞

  • fix: 修复纯 js 项目中的路径 resolve 报错
rspress - v0.0.7

Published by chenjiahan about 1 year ago

What's Changed

New Features 🎉

  • feat: export Plugin type in @rspress/shared

更新内容

新特性 🎉

  • feat: 在 @rspress/shared 中导出 Plugin 类型
rspress - v0.0.6

Published by sanyuan0704 about 1 year ago

What's Changed

Bug Fixes 🐞

  • fix: landing message in cli

更新内容

Bug 修复 🐞

  • fix: 更新 cli 的开场信息
rspress - v0.0.5

Published by sanyuan0704 about 1 year ago

What's Changed

Bug Fixes 🐞

  • fix: logger params optional

更新内容

Bug 修复 🐞

  • fix: logger 参数变为可选
rspress - v0.0.4

Published by sanyuan0704 about 1 year ago

What's Changed

New Features 🎉

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

更新内容

新特性 🎉

  • feat: 添加 @rspress/remark-container
rspress - v0.0.3

Published by sanyuan0704 about 1 year ago

What's Changed

New Features 🎉

  • feat: replace prefix classname keyword to rspress

更新内容

新特性 🎉

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

Published by sanyuan0704 about 1 year ago

What's Changed

Other Changes

  • chore: add docs package
rspress - v0.0.1

Published by sanyuan0704 about 1 year ago

What's Changed

New Features 🎉

  • feat: add plugins
  • feat: init cli

更新内容

新特性 🎉

  • feat: 初始化 cli 包
  • feat: 增加插件集