-
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
base: v2
Are you sure you want to change the base?
Conversation
BREAKING CHANGE: The `Calendar` component has been deprecated. Use `DateCalendar` component instead.
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
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.46% 78.41% -0.06%
==========================================
Files 403 404 +1
Lines 6692 6704 +12
==========================================
+ Hits 5251 5257 +6
- Misses 1441 1447 +6 ☔ View full report in Codecov by Sentry. |
Tonic UI DemoOn 2024-12-21 13:12:54 +0000, PR #961 (ae03b20) was successfully deployed. You can view it at the following link: |
TODOs
locale
prop to determine the starting day of the week, or consider renaming thefirstDayOfWeek
prop toweekStartsOn
.DateRangeCalendar