fluentui
fluentui copied to clipboard
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
#### Describe the feature that you would like added While trying out FluentProvider, @MLoughry, on a partner team, was applying FluentProvider to multiple render roots and portals. He suggested that...
## Previous Behavior ## New Behavior ## Related Issue(s) - Fixes #
### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell (Using CodeSandbox) "dependencies": { "@fluentui/react-components": "9.18.6", "@fluentui/react-icons": "2.0.199", "react": "^17", "react-dom": "^17", "react-scripts": "latest" }, ``` ### Are you...
### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell (Using CodeSandbox) "dependencies": { "@fluentui/react-components": "9.18.6", "@fluentui/react-icons": "2.0.199", "react": "^17", "react-dom": "^17", "react-scripts": "latest" }, ``` ### Are you...
## Previous Behavior - just.config template contains backtick that triggers error on file parsing - cypress config was only "setup" (updated) if there was a tsconfig.cy.json present in project ##...
Implements the ToastLayout component along with ToastTitle, ToastBody and ToastFooter. This PR removes the existing ToastAlert component, because the new layout component handles all layout cases specified by design. Title...
### Library Web Components (@fluentui/web-components) ### System Info ```shell na ``` ### Are you reporting Accessibility issue? None ### Reproduction Working example with V2: https://codesandbox.io/s/boring-bardeen-sggue7?file=/index.html Not working example with V3:...
### Environment Information - **Package version(s)**: @fluentui/react-components v9 beta - **Browser and OS versions**: all ### Describe the issue: Accordion indicator and icon do not have sufficient contrast in forced...
Recently we had various discussions around triggers and reached the agreement on how it should work: - No magic handling of props in triggers, props should be applied always. I.e...
## Previous Behavior `mhtml` extension is mapped to `genericfile` (fallback) as it is not present in `FileTypeIconMap`. ## New Behavior `mhtml` extension is now mapped to `html` same as equivalent...