Skip to content

Commit

Permalink
Merge branch 'master' into fix/dropdown-v8/narrator-announcing-incorr…
Browse files Browse the repository at this point in the history
…ect-amout-of-items

* master:
  chore: improve error message in useIsSSR() (microsoft#23750)
  fix: Codesandbox exports should use ^9.0.0 (microsoft#23764)
  applying package updates
  Update BadgeColor.stories.tsx (microsoft#23762)
  chore(react-avatar): Adding unit and vr tests for AvatarGroup (microsoft#23549)
  docs(react-avatar): Adding readme and migration guide for AvatarGroup (microsoft#23758)
  update deps after 9.0.1 release (microsoft#23756)
  applying package updates
  fix: Use caret dependency range for Griffel (microsoft#23754)
  Theme designer: minor fixes (microsoft#23741)
  fix: Dependency mismatch after 9.0.0 release (microsoft#23752)
  • Loading branch information
Marcos Moura committed Jun 29, 2022
2 parents 80fbe0d + a9a6e9a commit 7675fbc
Show file tree
Hide file tree
Showing 156 changed files with 2,941 additions and 697 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export const parameters = {
'react-scripts': 'latest',
},
optionalDependencies: {
'@fluentui/react-components': 'rc', // necessary for FluentProvider
'@fluentui/react-icons': 'beta',
'@fluentui/react-components': '^9.0.0', // necessary for FluentProvider
'@fluentui/react-icons': 'rc',
},
indexTsx: dedent`
import * as ReactDOM from 'react-dom';
Expand Down
27 changes: 27 additions & 0 deletions apps/perf-test-react-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@fluentui/perf-test-react-components",
"entries": [
{
"date": "Tue, 28 Jun 2022 17:39:54 GMT",
"tag": "@fluentui/perf-test-react-components_v9.0.0-rc.0",
"version": "9.0.0-rc.0",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/perf-test-react-components",
"comment": "Bump @fluentui/react-avatar to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/perf-test-react-components",
"comment": "Bump @fluentui/react-button to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/perf-test-react-components",
"comment": "Bump @fluentui/react-provider to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
}
]
}
},
{
"date": "Tue, 28 Jun 2022 15:14:23 GMT",
"tag": "@fluentui/perf-test-react-components_v9.0.0-rc.0",
Expand Down
13 changes: 12 additions & 1 deletion apps/perf-test-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Change Log - @fluentui/perf-test-react-components

This log was last generated on Tue, 28 Jun 2022 15:14:23 GMT and should not be manually modified.
This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified.

<!-- Start content -->

## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/perf-test-react-components_v9.0.0-rc.0)

Tue, 28 Jun 2022 17:39:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/perf-test-react-components_v9.0.0-rc.0..@fluentui/perf-test-react-components_v9.0.0-rc.0)

### Patches

- Bump @fluentui/react-avatar to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
- Bump @fluentui/react-button to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
- Bump @fluentui/react-provider to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)

## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/perf-test-react-components_v9.0.0-rc.0)

Tue, 28 Jun 2022 15:14:23 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/perf-test-react-components_v9.0.0-rc.0..@fluentui/perf-test-react-components_v9.0.0-rc.0)

Expand Down
8 changes: 4 additions & 4 deletions apps/perf-test-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@fluentui/eslint-plugin": "*"
},
"dependencies": {
"@griffel/core": "1.4.0",
"@fluentui/react-avatar": "^9.0.0",
"@fluentui/react-button": "^9.0.0",
"@fluentui/react-provider": "^9.0.0",
"@griffel/core": "^1.4.1",
"@fluentui/react-avatar": "^9.0.1",
"@fluentui/react-button": "^9.0.1",
"@fluentui/react-provider": "^9.0.1",
"@fluentui/react-theme": "^9.0.0",
"@fluentui/scripts": "^1.0.0",
"@microsoft/load-themed-styles": "^1.10.26",
Expand Down
6 changes: 3 additions & 3 deletions apps/public-docsite-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@fluentui/react": "^8.77.2",
"@fluentui/scripts": "^1.0.0",
"@fluentui/storybook": "^1.0.0",
"@fluentui/react-components": "^9.0.0-rc.15",
"@fluentui/react-components": "^9.0.1",
"@fluentui/react-storybook-addon": "^9.0.0-rc.1",
"@fluentui/react-theme": "^9.0.0-rc.10",
"@griffel/react": "1.2.0",
"@fluentui/react-theme": "^9.0.0",
"@griffel/react": "^1.2.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"tslib": "^2.1.0"
Expand Down
15 changes: 15 additions & 0 deletions apps/ssr-tests-v9/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/ssr-tests-v9",
"entries": [
{
"date": "Tue, 28 Jun 2022 17:39:54 GMT",
"tag": "@fluentui/ssr-tests-v9_v9.0.0",
"version": "9.0.0",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/ssr-tests-v9",
"comment": "Bump @fluentui/react-components to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
}
]
}
},
{
"date": "Tue, 28 Jun 2022 15:14:23 GMT",
"tag": "@fluentui/ssr-tests-v9_v9.0.0",
Expand Down
11 changes: 10 additions & 1 deletion apps/ssr-tests-v9/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Change Log - @fluentui/ssr-tests-v9

This log was last generated on Tue, 28 Jun 2022 15:14:23 GMT and should not be manually modified.
This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified.

<!-- Start content -->

## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ssr-tests-v9_v9.0.0)

Tue, 28 Jun 2022 17:39:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ssr-tests-v9_v9.0.0..@fluentui/ssr-tests-v9_v9.0.0)

### Patches

- Bump @fluentui/react-components to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)

## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ssr-tests-v9_v9.0.0)

Tue, 28 Jun 2022 15:14:23 GMT

### Patches
Expand Down
2 changes: 1 addition & 1 deletion apps/ssr-tests-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type-check": "tsc -b tsconfig.json"
},
"dependencies": {
"@fluentui/react-components": "^9.0.0"
"@fluentui/react-components": "^9.0.1"
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
Expand Down
15 changes: 15 additions & 0 deletions apps/ts-minbar-test-react-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/ts-minbar-test-react-components",
"entries": [
{
"date": "Tue, 28 Jun 2022 17:39:54 GMT",
"tag": "@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0",
"version": "9.0.0-rc.0",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/ts-minbar-test-react-components",
"comment": "Bump @fluentui/react-components to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
}
]
}
},
{
"date": "Tue, 28 Jun 2022 15:14:23 GMT",
"tag": "@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0",
Expand Down
11 changes: 10 additions & 1 deletion apps/ts-minbar-test-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Change Log - @fluentui/ts-minbar-test-react-components

This log was last generated on Tue, 28 Jun 2022 15:14:23 GMT and should not be manually modified.
This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified.

<!-- Start content -->

## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0)

Tue, 28 Jun 2022 17:39:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0..@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0)

### Patches

- Bump @fluentui/react-components to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)

## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0)

Tue, 28 Jun 2022 15:14:23 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0..@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0)

Expand Down
2 changes: 1 addition & 1 deletion apps/ts-minbar-test-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Testing Fluent UI React Components compatibility with Typescript 3.9",
"license": "MIT",
"dependencies": {
"@fluentui/react-components": "^9.0.0"
"@fluentui/react-components": "^9.0.1"
},
"scripts": {
"build": "just-scripts build",
Expand Down
159 changes: 159 additions & 0 deletions apps/vr-tests-react-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,165 @@
{
"name": "@fluentui/vr-tests-react-components",
"entries": [
{
"date": "Tue, 28 Jun 2022 17:39:54 GMT",
"tag": "@fluentui/vr-tests-react-components_v9.0.0-rc.0",
"version": "9.0.0-rc.0",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-accordion to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-avatar to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-badge to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-button to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-card to v9.0.0-beta.21",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-checkbox to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-divider to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-image to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-input to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-label to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-link to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-menu to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-popover to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-positioning to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-provider to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-radio to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-select to v9.0.0-beta.5",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-slider to v9.0.0-beta.21",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-spinner to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-spinbutton to v9.0.0-beta.16",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-switch to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-tabs to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-text to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-textarea to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
},
{
"author": "beachball",
"package": "@fluentui/vr-tests-react-components",
"comment": "Bump @fluentui/react-tooltip to v9.0.1",
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
}
]
}
},
{
"date": "Tue, 28 Jun 2022 15:14:23 GMT",
"tag": "@fluentui/vr-tests-react-components_v9.0.0-rc.0",
Expand Down
Loading

0 comments on commit 7675fbc

Please sign in to comment.