Notable / Breaking changes in Rspress v2.0.0 #1105
Replies: 19 comments 16 replies
-
Upgrade Rspack / Rsbuild v1.0.0Rspress v2.0.0 will upgrade the dependent Rspack v1.0.0 contains some breaking changes, see web-infra-dev/rspack#6315 for more details. |
Beta Was this translation helpful? Give feedback.
-
Upgrade React 19Support react 19 and maintain compatibility with react 18. |
Beta Was this translation helpful? Give feedback.
-
Upgrade md and mdx related dependenciesBelow dependencies may be need to upgrade:
|
Beta Was this translation helpful? Give feedback.
-
Reusable theme scalability support and theme inheritance |
Beta Was this translation helpful? Give feedback.
-
Better AST analyze when flatten mdx contentsee #1071 (comment) |
Beta Was this translation helpful? Give feedback.
-
Search Enhancement
|
Beta Was this translation helpful? Give feedback.
-
Refactor for playground and preview pluginMaybe we can unified them or provide a better experience when used together |
Beta Was this translation helpful? Give feedback.
-
Support generate sitemap file in build phaseIt can be implemented by a plugin. |
Beta Was this translation helpful? Give feedback.
-
Support _meta.{js,ts} |
Beta Was this translation helpful? Give feedback.
-
Use multicompiler to generate client and server build |
Beta Was this translation helpful? Give feedback.
-
Update flexsearch version and optimize the search UX |
Beta Was this translation helpful? Give feedback.
-
Lazy compilation by default |
Beta Was this translation helpful? Give feedback.
-
Fix some mdx-rs issues |
Beta Was this translation helpful? Give feedback.
-
Add / Optimize more built-in components
|
Beta Was this translation helpful? Give feedback.
-
Add Tailwind CSS PrefixIf Rspress users want to use tailwindcss, the built-in tailwindcss of Rspress will conflict with the user's tailwindcss styles. We can add tailwindcss prefix to avoid the conflict. |
Beta Was this translation helpful? Give feedback.
-
apiParseToolapiParseTool of |
Beta Was this translation helpful? Give feedback.
-
Strict SSGMake SSG strict by default, remove the see #1317 for more details. |
Beta Was this translation helpful? Give feedback.
-
Container OptimizeMake |
Beta Was this translation helpful? Give feedback.
-
Upgrade React Router 7 |
Beta Was this translation helpful? Give feedback.
-
This thread is used to collect planned breaking changes and notable changes for Rspress v2.0.0 in the future
Beta Was this translation helpful? Give feedback.
All reactions