-
Notifications
You must be signed in to change notification settings - Fork 129
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
Remove the deprecated initialSortedRow
Table prop
#2658
Conversation
🦋 Changeset detectedLatest commit: 1f74b8d The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: -108 B (-0.02%) Total Size: 633 kB
ℹ️ View Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2658 +/- ##
==========================================
- Coverage 87.37% 87.36% -0.01%
==========================================
Files 210 210
Lines 12536 12528 -8
Branches 1508 1504 -4
==========================================
- Hits 10953 10945 -8
Misses 1533 1533
Partials 50 50
|
Relates to #2491.
Purpose
The
initialSortedRow
was deprecated four months ago, giving developers ample time to migrate.Approach and changes
initialSortedRow
prop from the Table componentDefinition of done