-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat(react/date-pickers)!: deprecate Calendar
and replace it with DateCalendar
#961
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
🦋 Changeset detectedLatest commit: e6ca5ff The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Bundle ReportChanges will increase total bundle size by 5.22kB (0.19%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v2 #961 +/- ##
==========================================
+ Coverage 78.44% 78.66% +0.21%
==========================================
Files 403 404 +1
Lines 6694 6706 +12
==========================================
+ Hits 5251 5275 +24
+ Misses 1443 1431 -12 ☔ View full report in Codecov by Sentry. |
Tonic UI DemoOn 2025-01-20 03:03:11 +0000, PR #961 (e6ca5ff) was successfully deployed. You can view it at the following link: |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Failure Feedback 🧐(Checks updated until commit 7154f64)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
BREAKING CHANGE: The `Calendar` component has been deprecated. Use `DateCalendar` component instead.
7154f64
to
c74d334
Compare
No description provided.