-
Notifications
You must be signed in to change notification settings - Fork 80
feat: css var support hash #214
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
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
🎊 PR Preview 120f0a6 has been successfully built and deployed to https://ant-design-cssinjs-preview-pr-214.surge.sh 🕐 Build time: 75.924s 🤖 By surge-preview |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #214 +/- ##
==========================================
+ Coverage 94.24% 94.59% +0.35%
==========================================
Files 32 31 -1
Lines 2763 2739 -24
Branches 436 432 -4
==========================================
- Hits 2604 2591 -13
+ Misses 159 148 -11 ☔ View full report in Codecov by Sentry. |
* feat: remove compatibility under React v18 (#210) * 2.0.0-alpha.0 * 2.0.0-alpha.2 * feat: rm style tokenKey (#213) * feat: rm style tokenKey * test: fix test cases * chore: fix tsc * feat: remove wrapSSR * docs: update examples * feat: css var support hash (#214) * feat: css var support hash * chore: remove useless comment * chore: fix tsc * test: add test case * chore: rm only * chore: add useMemo back (#215) * docs: add first render demo (#216) * 2.0.0-alpha.3 * fix: should not clean token when token change (#217) * 2.0.0-alpha.4 * perf: cache effect (#218) * chore: bump father-plugin (#219) * chore: bump version to 2.0.0-alpha.5 * fix: Keep render order in ssr (#225) * chore: record updateTime * test: add test case * chore: bump father version * chore: bump version to 2.0.0-alpha.6 * feat: extractStyle support once (#228) * feat: support autoPrefix (#230) * chore: bump version to 2.0.0-alpha.7 * fix: not use func of autoPrefix * chore: fix lint * chore: bump version to 2.0.0-alpha.8 * fix: fix the issue of failed verification when content is cssvar (#235) * fix: content * fix: content * feat: 更新文档 * feat: 更新文档 * feat: 更新测试用例 * feat: 更新测试用例 * chore: fix lint * chore: bump version to 2.0.0-alpha.9 * test: update test case --------- Co-authored-by: 二货爱吃白萝卜 <smith3816@gmail.com> Co-authored-by: Mickey <951203214@qq.com>

No description provided.