What's Changed
Breaking Changes 🚨
Add tailwind prefix to @rspress/theme-default for CSS isolation
related PR: #1990
This means you can control the integration of unocss or tailwindcss on your own, and it will not cause any conflict now.
If you depend on Rspress' existing CSS class names such as dark:hidden
, please configure Tailwind in the project.
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
- chore: add break statement to hintThemeBreakingChange function by @Simon-He95 in #1993
- chore(deps): update all patch dependencies by @renovate in #1999
- chore(deps): update dependency @monaco-editor/react to ~4.7.0 by @renovate in #2000
- refactor: simplify page info extraction logic in initPageData function by @Simon-He95 in #2001
- refactor: improve header anchor logic and simplify URL validation by @Simon-He95 in #1994
- Release v2.0.0-alpha.6 by @SoonIter in #2002
Full Changelog: v2.0.0-alpha.5...v2.0.0-alpha.6