-
-
Notifications
You must be signed in to change notification settings - Fork 955
React Suite V6 #4084
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
base: main
Are you sure you want to change the base?
React Suite V6 #4084
Conversation
…tils.Simulate (#4071) * refactor: remove propTypes and use fireEvent instead of ReactDOMTestUtils.Simulate * fix: fix component type error * fix: fix the upstream dependency conflict * fix: fix the upstream dependency conflict * chore: merge main * fix: fix the upstream dependency conflict * fix: fix component type error * fix: fix component type error * fix: remove console.log
* refactor: deprecated React 17 * refactor: deprecated useMediaQueryOld * test: use expect instead of assert
* build: bump date-fns@4.1.0 * docs: rewrite with date-fns 4.1.0 import statements * build(docs): bump date-fns@4.1.0
* refactor: remove deprecated Less variables * refactor: date-picker-button-size change to picker-button-size * test: add tests for picker size * test: add tests for picker size
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
* ci: add size-limit * ci: fix size-limit error in workflows * ci: fix size-limit error in workflows * ci: fix size-limit error in workflows * ci: fix size-limit error in workflows
* refactor(less): remove special handling code for IE11 support * fix: fix unknown browser query `>0.3%, defaults`
* chore: run npm audit fix --force to update dependencies * docs: updated browser support badge * docs: updated browser support badge * docs: updated browser support badge
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4084 +/- ##
==========================================
+ Coverage 89.20% 94.30% +5.10%
==========================================
Files 525 548 +23
Lines 12539 13396 +857
Branches 3216 3985 +769
==========================================
+ Hits 11185 12633 +1448
- Misses 677 695 +18
+ Partials 677 68 -609
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* build(deps): bump eslint from 7.25.0 to 9.17.0 * fix(Timeline): fix display name is undefined
* chore: replace sinon with vitest's vi * chore: replace sinon with vitest's vi * refactor: isolate InputGroupContext file * chore: format code * ci: update vitest.config.ts * ci: fix CheckTree.spec.tsx * refactor: isolate FormGroupContext file * test: fix incorrect tests
* fix(useToaster): add warning when used outside of CustomProvider - Add warning message when useToaster is used without a CustomProvider - Add test case to verify the warning behavior * docs: add descriptions for Message, Notification, and Toaster examples - Added descriptive text for each example in both Chinese and English - Included notes about useToaster requiring CustomProvider - Improved documentation clarity for Message, Notification, and Toaster components
* feat: add useDialog hook and Dialog component - Implemented useDialog hook for managing dialog state - Added Dialog and DialogContainer components - Added do 67E6 cumentation in both English and Chinese - Added translations for Dialog component in all supported languages - Added unit tests for the new functionality * refactor: remove showCancelButton prop and handle it internally - Removed showCancelButton prop from Dialog component and related types - Added internal logic to show cancel button based on dialog type (confirm/prompt) - Updated tests to remove showCancelButton prop usage - Simplified dialog creation in useDialog hook
#4301) * docs: add Modal Integrations documentation and update related examples - Add Chinese and English documentation for Modal Integrations - Add Nice Modal integration examples - Update button order in Modal examples - Clean up and reorganize documentation structure - Remove deprecated toaster documentation * fix: remove unused HStack * docs: remove experimental notice from useMediaQuery and useBreakpointValue hooks - Remove experimental notice from both English and Chinese documentation - Remove experimental emoji from page titles - Keep the core functionality documentation intact
…rors in includes function (#4304)
* refactor: convert less variables to css variables * style(root.less): update ripple bg color with modern CSS syntax * ci: udpate stylelint.config.js
Docs
https://rsuite-nextjs-git-next-rsuite.vercel.app/#
Changelog
https://github.com/rsuite/rsuite/milestone/2?closed=1
Install