Package detail

@fluentui/react-conformance

microsoft2.1kMIT0.20.0

Customizable conformance testing utility for Fluent UI React components.

readme

Fluent UI Web

Build Status GitHub contributors GitHub top language Twitter Follow

Fluent UI React is shipping its v9 final stable release. Visit the Fluent UI React v9 Release page on the wiki to learn more about the upcoming release schedule.

Fluent UI web represents a collection of utilities, React components, and Web Components for building web applications.

This repo is home to 3 separate projects today. Combining Fluent UI React v9 components with Fluent UI React v8 or v0 components is possible and allows gradual migration to Fluent UI v9.

The following table will help you navigate the 3 projects and understand their differences.

React Components (v9) React (v8) Web Components
Overview New, future-proof and forward looking Mature Web Component implementation of Fluent UI.
Used By Microsoft 365 Office Edge
Read Me README.md README.md README.md
Changelog CHANGELOG.md CHANGELOG.md CHANGELOG.md
Repo packages/react-components ./packages/react ./packages/web-components
Quick Start Quick Start Quick Start See README.md
Docs https://react.fluentui.dev/ aka.ms/fluentui-react aka.ms/fluentui-web-components
NPM @fluentui/react-components @fluentui/react @fluentui/web-components
Version npm version npm version npm version
Issues Fluent UI React Components GitHub Issues?label=issues&style=flat-square) Fluent UI React GitHub Issues?label=issues&style=flat-square)%22) Fluent UI Web Components GitHub Issues

Why are there two React versions? Fluent UI v8 is still widely used. We encourage you to migrate to Fluent UI v9. See the Migration overview.

FluentUI Insights

Fluent UI Insights is a series that describes the design and decisions behind the Fluent UI design system.

EP01: Positioning EP02: Styling EP03: Griffel
Watch EP01: Positioning Watch EP02: Styling Watch EP03: Griffel
EP04: Foundational APIs EP05: Theming EP06: Accessible by default
Watch EP04: Foundational APIs Watch EP05: Theming Watch EP06: Accessible by default

Licenses

All files on the Fluent UI React GitHub repository are subject to the MIT license. Please read the License file at the root of the project.

Usage of the fonts and icons referenced in Fluent UI React is subject to the terms of the assets license agreement.

Changelog

You can view the complete list of additions, fixes, and changes in the CHANGELOG.md file for each package.

Looking for Office UI Fabric React?

The Office UI Fabric React project has evolved to Fluent UI.

The office-ui-fabric-react repo is now this repo (fluentui in the Microsoft organization)! The name change should not disrupt any current Fabric usage, repo clones, pull requests, or issue reporting. Links should redirect to the new location. The library formerly known as office-ui-fabric-react is now available as @fluentui/react (see above table for more information).

We have a lot in store for Fluent UI - Read our announcement here.

Looking for Fluent UI React Northstar?

Fluent UI React Northstar has been superseded by Fluent UI React Components v9. For more details about Fluent UI React Northstar, see its README.md.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

changelog

Change Log - @fluentui/react-conformance

This log was last generated on Wed, 14 May 2025 13:28:26 GMT and should not be manually modified.

0.20.0

Wed, 14 May 2025 13:28:26 GMT Compare changes

Patches

  • feat: add react 18 support (PR #34421 by martinhochel@microsoft.com)

0.19.3

Wed, 08 Jan 2025 18:33:33 GMT Compare changes

Patches

  • chore: remove usage of "export *" (PR #33448 by olfedias@microsoft.com)

0.19.2

Mon, 11 Nov 2024 10:01:11 GMT Compare changes

Patches

  • chore: replace npm-scripts and just-scrtips with nx inferred tasks (PR #33074 by martinhochel@microsoft.com)

0.19.1

Mon, 15 Jul 2024 17:25:26 GMT Compare changes

Patches

  • fix: revert incorectly set npm versions in all packages (PR #31937 by martinhochel@microsoft.com)

0.19.0

Tue, 20 Feb 2024 14:22:19 GMT Compare changes

Minor changes

  • Deprecate consistent-callback-args test (PR #30301 by yuanboxue@microsoft.com)
  • BREAKING CHANGE: change consistent-callback-args test option to test selected props instead of ignoring props (PR #30376 by yuanboxue@microsoft.com)

0.18.3

Thu, 09 Nov 2023 17:29:33 GMT Compare changes

Patches

  • chore: use package.json#files setup instead of npmignore for all v9 libraries (PR #29734 by martinhochel@microsoft.com)

0.18.2

Tue, 26 Sep 2023 17:49:04 GMT Compare changes

Patches

  • chore: trigger manual version bump after broken release (PR #29303 by yuanboxue@microsoft.com)

0.18.1

Tue, 26 Sep 2023 15:32:03 GMT Compare changes

Patches

  • fix: bump swc core to mitigate transpilation memory leaks (PR #29253 by martinhochel@microsoft.com)

0.18.0

Wed, 06 Sep 2023 13:31:31 GMT Compare changes

Minor changes

  • feat: add option disableTypeTests to disable tests that require TypeScript information (PR #28988 by yuanboxue@microsoft.com)

0.17.2

Tue, 05 Sep 2023 13:29:19 GMT Compare changes

Patches

  • bumps @swc/helpers version to 0.5.1 (PR #28989 by bernardo.sunderhus@gmail.com)

0.17.1

Thu, 20 Jul 2023 18:27:27 GMT Compare changes

Patches

  • fix: add @swc/helpers to deps instead of tslib as we use swc for transpilation (PR #28599 by martinhochel@microsoft.com)

0.17.0

Tue, 20 Jun 2023 12:38:56 GMT Compare changes

Minor changes

  • BREAKING CHANGE: migrate package to v9 setup in order to be able to run generate-api task without build (PR #28215 by martinhochel@microsoft.com)

0.16.3

Mon, 05 Jun 2023 07:37:25 GMT Compare changes

Patches

  • fix: testOptions custom classname prefix now works as intended. (PR #28101 by tristan.watanabe@gmail.com)

0.16.2

Wed, 31 May 2023 07:38:39 GMT Compare changes

Patches

  • fix: tweak type errors exposed in ts 4.5 (PR #27936 by martinhochel@microsoft.com)

0.16.0

Mon, 01 May 2023 07:39:51 GMT Compare changes

Minor changes

  • feat: add new TS config api to be able to specify configName and configDir (PR #27664 by martinhochel@microsoft.com)

0.15.4

Thu, 20 Oct 2022 07:43:11 GMT Compare changes

Patches

  • chore: Bump react peer dependency to react 18. (PR #25278 by mgodbolt@microsoft.com)

0.15.3

Wed, 24 Aug 2022 16:36:05 GMT Compare changes

Patches

  • fix: fixes broken publish. (PR #24500 by tristan.watanabe@gmail.com)

0.15.2

Tue, 23 Aug 2022 07:22:48 GMT Compare changes

Patches

  • fix: Bump react-is dependency to version 17. (PR #24356 by tristan.watanabe@gmail.com)

0.15.0

Thu, 28 Jul 2022 07:41:18 GMT Compare changes

Minor changes

  • chore: Remove static className conformance tests. (PR #24063 by ololubek@microsoft.com)

0.14.0

Fri, 24 Jun 2022 07:43:32 GMT Compare changes

Minor changes

  • feat: Adding getPortalElement option to static classnames object test. (PR #23631 by esteban.230@hotmail.com)

0.13.0

Tue, 29 Mar 2022 07:39:04 GMT Compare changes

Minor changes

  • BREAKING CHANGE: Switch from Enzyme to @testing-library/react and remove Enzyme-specific APIs (PR #22009 by elcraig@microsoft.com)

0.12.0

Wed, 16 Mar 2022 07:38:50 GMT Compare changes

Minor changes

  • Add conformance tests for static classnames (PR #21960 by seanmonahan@microsoft.com)

0.11.0

Tue, 08 Mar 2022 07:35:08 GMT Compare changes

Minor changes

  • BREAKING CHANGE: Remove some tests and options specific to @fluentui/react-northstar (PR #21700 by elcraig@microsoft.com)

0.10.1

Fri, 11 Feb 2022 07:27:48 GMT Compare changes

Patches

  • Clear document.body after each test to avoid interference between tests (PR #21664 by elcraig@microsoft.com)

0.10.0

Fri, 07 Jan 2022 07:27:47 GMT Compare changes

Minor changes

  • add option 'tsconfigDir'; change default tsconfig dir to component path (PR #21113 by yuanboxue@microsoft.com)

0.9.2

Wed, 15 Dec 2021 07:31:28 GMT Compare changes

Patches

  • chore: update all jest deps to v25 + apply single version policy (PR #20716 by martinhochel@microsoft.com)

0.9.1

Tue, 14 Dec 2021 07:30:02 GMT Compare changes

Patches

  • Fix consistent-callback-args test to handle string literal types (PR #20904 by behowell@microsoft.com)

0.9.0

Fri, 10 Dec 2021 07:30:34 GMT Compare changes

Minor changes

  • Update typescript to 4.3 and update react-docgen-typescript (PR #20909 by elcraig@microsoft.com)

0.8.0

Tue, 30 Nov 2021 07:37:33 GMT Compare changes

Minor changes

  • Add test preventing accidental application of native size prop (PR #20833 by elcraig@microsoft.com)

0.7.2

Thu, 25 Nov 2021 14:54:15 GMT Compare changes

Patches

  • Update component-has-root-ref test to support primarySlot (PR #20617 by behowell@microsoft.com)

0.7.1

Mon, 15 Nov 2021 07:29:05 GMT Compare changes

Patches

  • fix paths generated in defaultErrorMessages (PR #20580 by olfedias@microsoft.com)

0.7.0

Wed, 10 Nov 2021 07:31:59 GMT Compare changes

Minor changes

  • add new test for classnames (PR #20383 by olfedias@microsoft.com)

0.6.0

Thu, 21 Oct 2021 07:28:35 GMT Compare changes

Minor changes

  • Implement additional tests in consistent-callback-args (PR #20281 by olfedias@microsoft.com)

0.5.1

Tue, 21 Sep 2021 07:42:34 GMT Compare changes

Patches

  • Updated getCallbackArguments for complex types (PR #19865 by gcox@microsoft.com)

0.5.0

Tue, 07 Sep 2021 07:34:55 GMT Compare changes

Minor changes

  • add 'consistent-callback-args' test for event handler arguments (PR #19369 by olfedias@microsoft.com)

0.4.5

Thu, 02 Sep 2021 07:36:46 GMT Compare changes

Patches

  • handle "disabledTests" for "extraTests" (PR #19590 by olfedias@microsoft.com)

0.4.4

Tue, 03 Aug 2021 07:39:30 GMT Compare changes

Patches

  • Bump @fluentui/eslint-plugin to v1.3.3 (PR #19169 by behowell@microsoft.com)

0.4.3

Tue, 13 Jul 2021 22:32:58 GMT Compare changes

Patches

  • Make tests work if repo is under a parent folder called src (PR #18925 by elcraig@microsoft.com)

0.4.2

Fri, 09 Jul 2021 07:39:31 GMT Compare changes

Patches

  • Bump @fluentui/eslint-plugin to v1.3.2 (PR #18808 by martinhochel@microsoft.com)

0.4.1

Mon, 07 Jun 2021 07:38:15 GMT Compare changes

Patches

  • Bump @fluentui/eslint-plugin to v1.3.1 (PR #18437 by martinhochel@microsoft.com)

0.4.0

Thu, 20 May 2021 07:41:54 GMT Compare changes

Minor changes

  • Add option for disabling all as prop tests (instead of inferring from props) and remove exportSubdir option (PR #17577 by elcraig@microsoft.com)

Patches

  • Bump @fluentui/eslint-plugin to v1.3.0 (PR #18024 by elcraig@microsoft.com)
  • Bump @fluentui/scripts to v1.0.0 (PR #18024 by elcraig@microsoft.com)

0.3.1

Wed, 19 May 2021 07:34:20 GMT Compare changes

Patches

  • chore(react-conformance): revert chalk version to use range and to not clash with single version policy for devtooling (PR #18194 by martinhochel@microsoft.com)

0.3.0

Fri, 30 Apr 2021 07:42:23 GMT Compare changes

Minor changes

  • Upgrade to ts 4.0 (PR #17932 by joschect@microsoft.com)

Patches

  • Bump @fluentui/eslint-plugin to v1.2.0 (PR #17932 by joschect@microsoft.com)
  • Bump @fluentui/scripts to v1.0.0 (PR #17932 by joschect@microsoft.com)

0.2.6

Fri, 23 Apr 2021 07:37:10 GMT Compare changes

Patches

  • Bump @fluentui/eslint-plugin to v1.1.1 (PR #17894 by olfedias@microsoft.com)

0.2.5

Wed, 31 Mar 2021 00:53:43 GMT Compare changes

Patches

  • Bump @fluentui/eslint-plugin to v1.1.0 (PR #17568 by elcraig@microsoft.com)

0.2.4

Tue, 16 Mar 2021 07:32:44 GMT Compare changes

Patches

  • Improve conformance test error messages (PR #17418 by elcraig@microsoft.com)

0.2.3

Fri, 12 Mar 2021 20:04:27 GMT Compare changes

Patches

  • fix(react-conformance): remove esModuleInterop so the package is compliant with other packages (PR #17161 by martinhochel@microsoft.com)

0.2.2

Fri, 26 Feb 2021 01:16:27 GMT Compare changes

Patches

  • Bump @fluentui/eslint-plugin to v1.0.1 (PR #17169 by elcraig@microsoft.com)

0.2.1

Thu, 25 Feb 2021 01:15:27 GMT Compare changes

Patches

  • make @fluentui/react-conformance public (PR #17118 by altinokd@microsoft.com)

1.0.0

Thu, 18 Feb 2021 12:27:34 GMT Compare changes

Changes

  • Bump @fluentui/eslint-plugin to v1.0.0-beta.2 (PR #16975 by elcraig@microsoft.com)