-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release stable 2.x #5519
Merged
Merged
Release stable 2.x #5519
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
使用vite在生产环境下构建时,KeepAlive组件会被导出为{ default: KeepAlive, KeepAlive: KeepAlive,....} react渲染该组件会报错,prod环境很难追踪bug,直接使用单独导出的KeepAlive就好。 Co-authored-by: luhc228 <[email protected]>
Co-authored-by: luhc228 <[email protected]>
* fix: 兼容由于文件分隔符的差异导致ignore-style-plugin在windows电脑环境下调试无法生效的问题 * fix: 文件分隔符匹配优化
* chore: update lock * fix: test case * fix: test folder * fix: tsconfig.json
* feat: support custom optimize runtime rule * fix: config type
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## stable/2.x #5519 +/- ##
==============================================
- Coverage 30.60% 30.55% -0.06%
==============================================
Files 204 204
Lines 5495 5522 +27
Branches 1353 1361 +8
==============================================
+ Hits 1682 1687 +5
- Misses 3510 3531 +21
- Partials 303 304 +1
|
* fix(plugin-store): convert kebab-case to PascalCase For example: `import hello-worldLayout from "xxx/hello-world/Layout";`, now it is `import HelloWorldLayout from "xxx/hello-world/Layout"` * feat: update changelog.md
luhc228
approved these changes
Nov 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
kebab-case
when use store