Skip to content
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

fix(TableHeaderCell): should render aria-sort="none" if not sorted #25921

Merged
merged 3 commits into from
Dec 7, 2022

Conversation

ling1726
Copy link
Member

@ling1726 ling1726 commented Dec 7, 2022

Previous Behavior

Does not render aria-sort if not sorted

New Behavior

renders aria-sort="none" if not sorted

Related Issue(s)

  • Fixes #

Does not render `aria-sort` if not sorted

renders `aria-sort="none"` if not sorted
@github-actions github-actions bot added this to the October Project Cycle Q4 2022 milestone Dec 7, 2022
@ling1726 ling1726 marked this pull request as ready for review December 7, 2022 15:06
@ling1726 ling1726 requested a review from a team as a code owner December 7, 2022 15:06
@ling1726 ling1726 enabled auto-merge (squash) December 7, 2022 15:09
@size-auditor
Copy link

size-auditor bot commented Dec 7, 2022

Asset size changes

Size Auditor did not detect a change in bundle size for any component!

Baseline commit: 3b07bc7f5bbfbb21cba11676893867a78e440944 (build)

@fabricteam
Copy link
Collaborator

📊 Bundle size report

Unchanged fixtures
Package & Exports Size (minified/GZIP)
react-components
react-components: Button, FluentProvider & webLightTheme
59.288 kB
16.435 kB
react-components
react-components: Accordion, Button, FluentProvider, Image, Menu, Popover
186.264 kB
52.303 kB
react-components
react-components: FluentProvider & webLightTheme
33.75 kB
11.101 kB
react-portal-compat
PortalCompatProvider
5.857 kB
1.978 kB
🤖 This report was generated against 3b07bc7f5bbfbb21cba11676893867a78e440944

@fabricteam
Copy link
Collaborator

Perf Analysis (@fluentui/react-components)

No significant results to display.

All results

Scenario Render type Master Ticks PR Ticks Iterations Status
Avatar mount 1311 1318 5000
Button mount 931 941 5000
FluentProvider mount 1587 1601 5000
FluentProviderWithTheme mount 632 630 10
FluentProviderWithTheme virtual-rerender 597 591 10
FluentProviderWithTheme virtual-rerender-with-unmount 615 622 10
MakeStyles mount 1914 1916 50000
Persona mount 3058 3005 5000
SpinButton mount 2542 2546 5000

@codesandbox-ci
Copy link

codesandbox-ci bot commented Dec 7, 2022

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 afa588f:

Sandbox Source
@fluentui/react 8 starter Configuration
@fluentui/react-components 9 starter Configuration

@ling1726 ling1726 merged commit ac32a5c into microsoft:master Dec 7, 2022
@fabricteam
Copy link
Collaborator

🕵 fluentuiv9 No visual regressions between this PR and main

Hotell pushed a commit to Hotell/fluentui that referenced this pull request Feb 9, 2023
…icrosoft#25921)

* fix(TableHeaderCell): should render `aria-sort="none"` if not sorted

Does not render `aria-sort` if not sorted

renders `aria-sort="none"` if not sorted

* changefile

* only apply aria-sort if sortable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants