Prerelease changes
- ThemeProvider: RecursivePartial now correctly works. (PR #14562 by dzearing)
- Remove unintended exports from public APIs and ensure default theme is always provided by ThemeProvider. (PR #15229 by xugao)
- Fix getTokens to only override with user provided tokens. (PR #15326 by xugao)
- Adding checked iconColor tokens. (PR #15328 by khmakoto)
- add tokens for
react-text
(PR #15304 by layershifter) - Set correct dir on root element based on rtl value in theme. (PR #15347 by xugao)
- Fix ThemeProvider props and state typings. (PR #15485 by xugao)
- do not use css vars for default styles applied by ThemeProvider. (PR #15585 by xugao)
- Rename @uifabric/styling to @fluentui/style-utilities (PR #15567 by ecraig12345)
- Rename @uifabric/set-version to @fluentui/set-version (PR #15616 by tomi-msft)
- Rename @uifabric/merge-styles to @fluentui/merge-styles (PR #15627 by tomi-msft)
- Rename @uifabric/react-hooks to @fluentui/react-hooks & @uifabric/utilities to @fluentui/utilities (PR #15629 by tomi-msft)
- Remove react-dom from peerDependencies (PR #15634 by ecraig12345)