-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat: Improve docs for DataGrid, export as unstable
#25805
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
Updates the documentation for `DataGrid` and exports the components from `@fluentui/react-components/unstable`
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: f7d7f82f6b3117ce163c6fee84b03c8774bed95f (build) |
📊 Bundle size reportUnchanged fixtures
|
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 1574 | 1556 | 5000 | |
| Button | mount | 1122 | 1125 | 5000 | |
| FluentProvider | mount | 1863 | 1857 | 5000 | |
| FluentProviderWithTheme | mount | 755 | 744 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 700 | 699 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 750 | 736 | 10 | |
| MakeStyles | mount | 2257 | 2255 | 50000 | |
| SpinButton | mount | 3034 | 3054 | 5000 |
|
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. Latest deployment of this branch, based on commit c472588:
|
🕵 fluentuiv9 Open the Visual Regressions report to inspect the 1 screenshots✅ There was 0 screenshots added, 0 screenshots removed, 1750 screenshots unchanged, 0 screenshots with different dimensions and 1 screenshots with visible difference. unknown 1 screenshots
|
| > | ||
| > ```jsx | ||
| > | ||
| > import { Table } from '@fluentui/react-components/unstable'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be DataGrid. IDK why my previous comment is not visible 😕
* master: BREAKING: `useTable` renamed to `useTableFeatures` (microsoft#25797) chore: add retries for navigation in ssr-tests-v9 (microsoft#25844) fix: Cell actions should have correct background when row focused within (microsoft#25790) applying package updates Disable 3 Avatar Converged active stories (microsoft#25765) chore: introduce TS path aliases for improved DX in v8 (microsoft#25778) chore: prepare release react-northstar 0.65.0 (microsoft#25446) refactor(scripts): encapsulate v0 and v8 tooling within its domain boundaries (microsoft#25738) Support single point in area chart (microsoft#25842) chore: enable isolateModules in all v8 packages (microsoft#25774) chore: refactor styles for Button (microsoft#25216) feat: Improve docs for `DataGrid`, export as unstable (microsoft#25805) applying package updates fix: Allow data-selection-disabled to be respected by DetailsRow (microsoft#25836) docs(rfcs): Update recipes rfc with chosen option and add more details (microsoft#25823) chore(react-textarea): migrate to new package structure (microsoft#25820) chore(react-switch): migrate to new package structure (microsoft#25819) fix(react-avatar): AvatarGroup's pie layout places inline items correctly in rtl (microsoft#25822) chore: add few improvements to toolbar stories (microsoft#25635)
* feat: Improve docs for `DataGrid`, export as unstable Updates the documentation for `DataGrid` and exports the components from `@fluentui/react-components/unstable` * changefile
Updates the documentation for
DataGridand exports the components from@fluentui/react-components/unstable