Skip to content

Commit

Permalink
Merge branch 'master' into marcosmoura/feat/selectable-cards
Browse files Browse the repository at this point in the history
* master: (28 commits)
  Fix value font-weight inside heatmap chart (microsoft#24726)
  Fix legend overflow-indication-text role (microsoft#24756)
  Support custom locale in date axis  (microsoft#24753)
  Cleanup env variables (microsoft#24739)
  ci(github): add GH Action to add issue labels based on new GH issue template (microsoft#24788)
  Update disallowedChangeTypes for newly created packages, to allow only 'prerelease' change types by default (microsoft#24763)
  feat(react-components): Adding missing AvatarGroup exports (microsoft#24770)
  remove unnecessary nohoist (microsoft#24760)
  feat(react-dialog): supports 1st rule of ARIA (microsoft#24525)
  BREAKING: TableCell layouts are handled by layout components (microsoft#24762)
  feat: Implement table cell layout components (microsoft#24773)
  applying package updates
  fix: remove readonly from DetailsList (microsoft#24615)
  chore: Cleaning up tokens in Button components so they better adhere to the design spec (microsoft#24732)
  fix: react-combobox listbox popup width matches trigger width (microsoft#24733)
  fix: react-combobox Option focus outline only shows with keyboard nav (microsoft#24700)
  feat: Publish react-field package, and export from react-components/unstable (microsoft#24235)
  fix: Replacing bottom border styles with text decoration underline in Link (microsoft#24734)
  docs(react-theme): Update readme (microsoft#24755)
  Add tests for hover states (microsoft#24390)
  ...
  • Loading branch information
marcosmoura committed Sep 14, 2022
2 parents 99cac2b + eea4860 commit b8b4b55
Show file tree
Hide file tree
Showing 303 changed files with 15,494 additions and 1,832 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ packages/react-components/react-tabs @microsoft/cxe-coastal @geoffcoxmsft
packages/react-components/react-text @microsoft/cxe-prg
packages/react-components/react-textarea @microsoft/cxe-red @sopranopillow
packages/react-components/react-tooltip @microsoft/cxe-red @behowell @khmakoto
packages/react-components/react-list @microsoft/teams-prg
packages/react-components/react-toolbar @microsoft/teams-prg @chpalac @ling1726
packages/react-components/react-portal-compat @microsoft/teams-prg
packages/react-components/react-alert @microsoft/teams-prg
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Triage Bot
on:
issues:
types:
- opened

jobs:
triage-issue:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/issue-action@v2.0.2
with:
title-or-body: 'body'
parameters: >
'[
{"keywords": ["@fluentui/react-northstar"], "labels": ["Fluent UI react-northstar (v0)"]},
{"keywords": ["@fluentui/react"], "labels": ["Fluent UI react (v8)"]},
{"keywords": ["@fluentui/react-components"], "labels": ["Fluent UI react-components (v9)"]},
{"keywords": ["@fluentui/web-components"],"labels": ["web-components"],"assignees": ["@chrisdholt"]}
]'
github-token: '${{ secrets.GITHUB_TOKEN }}'
6 changes: 1 addition & 5 deletions .github/workflows/screener-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ jobs:
# BROWSERSLIST_IGNORE_OLD_DATA = Prevents failures on CI when "caniuse-lite" becomes outdated
# DEPLOYHOST = address of host for screener tests deployment
# BUILD_BUILDID = unique ID of the workflow run within the repo
# BUILD_SOURCEBRANCH = branch that triggered the workflow -> refs/pull/<pr_number>/merge
###########################################
- name: Set base env variables
run: |
cat <<EOT >> artifacts/environment
BROWSERSLIST_IGNORE_OLD_DATA=true
DEPLOYHOST='fluentuipr.z22.web.core.windows.net'
BUILD_BUILDID=${{ github.run_id }}
BUILD_SOURCEBRANCH=${{ github.ref }}
SCREENER_BUILD=1
EOT
Expand Down Expand Up @@ -77,12 +74,11 @@ jobs:
run: |
cat <<EOT >> artifacts/environment
SYSTEM_PULLREQUEST_TARGETBRANCH=${{ github.event.pull_request.base.ref }}
SYSTEM_PULLREQUEST_SOURCEBRANCH=${{ github.event.pull_request.head.ref }}
SYSTEM_PULLREQUEST_PULLREQUESTID=${{ github.event.pull_request.id }}
SYSTEM_PULLREQUEST_SOURCECOMMITID=${{ github.event.pull_request.head.sha }}
DEPLOYBASEPATH=pull/${{github.event.pull_request.number}}
DEPLOYURL=https://${{env.DEPLOYHOST}}/pull/${{github.event.pull_request.number}}
BUILD_SOURCEBRANCHNAME='merge'
BUILD_SOURCEBRANCHNAME=${{ github.event.pull_request.head.ref }}
EOT
if: ${{ github.event_name == 'pull_request' && env.SKIP_SCREENER == ''}}

Expand Down
15 changes: 15 additions & 0 deletions apps/perf-test/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/perf-test",
"entries": [
{
"date": "Tue, 13 Sep 2022 07:41:03 GMT",
"tag": "@fluentui/perf-test_v1.0.0",
"version": "1.0.0",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/perf-test",
"comment": "Bump @fluentui/react to v8.94.4",
"commit": "a40ef34fa6d1122bdfdb708f79b90de9edb2827d"
}
]
}
},
{
"date": "Thu, 08 Sep 2022 20:52:16 GMT",
"tag": "@fluentui/perf-test_v1.0.0",
Expand Down
11 changes: 10 additions & 1 deletion apps/perf-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Change Log - @fluentui/perf-test

This log was last generated on Thu, 08 Sep 2022 20:52:16 GMT and should not be manually modified.
This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified.

<!-- Start content -->

## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/perf-test_v1.0.0)

Tue, 13 Sep 2022 07:41:03 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/perf-test_v1.0.0..@fluentui/perf-test_v1.0.0)

### Patches

- Bump @fluentui/react to v8.94.4 ([PR #24615](https://github.com/microsoft/fluentui/pull/24615) by beachball)

## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/perf-test_v1.0.0)

Thu, 08 Sep 2022 20:52:16 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/perf-test_v1.0.0..@fluentui/perf-test_v1.0.0)

Expand Down
2 changes: 1 addition & 1 deletion apps/perf-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@fluentui/eslint-plugin": "*"
},
"dependencies": {
"@fluentui/react": "^8.94.3",
"@fluentui/react": "^8.94.4",
"@fluentui/scripts": "^1.0.0",
"@microsoft/load-themed-styles": "^1.10.26",
"flamegrill": "0.2.0",
Expand Down
54 changes: 54 additions & 0 deletions apps/public-docsite-resources/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,60 @@
{
"name": "@fluentui/public-docsite-resources",
"entries": [
{
"date": "Tue, 13 Sep 2022 07:41:03 GMT",
"tag": "@fluentui/public-docsite-resources_v8.1.41",
"version": "8.1.41",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/public-docsite-resources",
"comment": "Bump @fluentui/react to v8.94.4",
"commit": "a40ef34fa6d1122bdfdb708f79b90de9edb2827d"
},
{
"author": "beachball",
"package": "@fluentui/public-docsite-resources",
"comment": "Bump @fluentui/azure-themes to v8.4.35",
"commit": "a40ef34fa6d1122bdfdb708f79b90de9edb2827d"
},
{
"author": "beachball",
"package": "@fluentui/public-docsite-resources",
"comment": "Bump @fluentui/react-docsite-components to v8.9.36",
"commit": "a40ef34fa6d1122bdfdb708f79b90de9edb2827d"
},
{
"author": "beachball",
"package": "@fluentui/public-docsite-resources",
"comment": "Bump @fluentui/theme-samples to v8.6.35",
"commit": "a40ef34fa6d1122bdfdb708f79b90de9edb2827d"
},
{
"author": "beachball",
"package": "@fluentui/public-docsite-resources",
"comment": "Bump @fluentui/react-monaco-editor to v1.6.35",
"commit": "a40ef34fa6d1122bdfdb708f79b90de9edb2827d"
}
]
}
},
{
"date": "Mon, 12 Sep 2022 07:39:53 GMT",
"tag": "@fluentui/public-docsite-resources_v8.1.41",
"version": "8.1.41",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/public-docsite-resources",
"comment": "Bump @fluentui/react-docsite-components to v8.9.35",
"commit": "7f8bad094dadcdb671d5746848e96b5bd4b5791a"
}
]
}
},
{
"date": "Thu, 08 Sep 2022 20:52:16 GMT",
"tag": "@fluentui/public-docsite-resources_v8.1.41",
Expand Down
24 changes: 23 additions & 1 deletion apps/public-docsite-resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
# Change Log - @fluentui/public-docsite-resources

This log was last generated on Thu, 08 Sep 2022 20:52:16 GMT and should not be manually modified.
This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified.

<!-- Start content -->

## [8.1.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-resources_v8.1.41)

Tue, 13 Sep 2022 07:41:03 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-resources_v8.1.41..@fluentui/public-docsite-resources_v8.1.41)

### Patches

- Bump @fluentui/react to v8.94.4 ([PR #24615](https://github.com/microsoft/fluentui/pull/24615) by beachball)
- Bump @fluentui/azure-themes to v8.4.35 ([PR #24615](https://github.com/microsoft/fluentui/pull/24615) by beachball)
- Bump @fluentui/react-docsite-components to v8.9.36 ([PR #24615](https://github.com/microsoft/fluentui/pull/24615) by beachball)
- Bump @fluentui/theme-samples to v8.6.35 ([PR #24615](https://github.com/microsoft/fluentui/pull/24615) by beachball)
- Bump @fluentui/react-monaco-editor to v1.6.35 ([PR #24615](https://github.com/microsoft/fluentui/pull/24615) by beachball)

## [8.1.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-resources_v8.1.41)

Mon, 12 Sep 2022 07:39:53 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-resources_v8.1.41..@fluentui/public-docsite-resources_v8.1.41)

### Patches

- Bump @fluentui/react-docsite-components to v8.9.35 ([PR #24746](https://github.com/microsoft/fluentui/pull/24746) by beachball)

## [8.1.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-resources_v8.1.41)

Thu, 08 Sep 2022 20:52:16 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-resources_v8.1.41..@fluentui/public-docsite-resources_v8.1.41)

Expand Down
10 changes: 5 additions & 5 deletions apps/public-docsite-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"@fluentui/scripts": "^1.0.0"
},
"dependencies": {
"@fluentui/react": "^8.94.3",
"@fluentui/react": "^8.94.4",
"@fluentui/react-examples": "^8.34.4",
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/azure-themes": "^8.4.34",
"@fluentui/react-docsite-components": "^8.9.34",
"@fluentui/azure-themes": "^8.4.35",
"@fluentui/react-docsite-components": "^8.9.36",
"@fluentui/font-icons-mdl2": "^8.4.13",
"@fluentui/set-version": "^8.2.2",
"@fluentui/theme-samples": "^8.6.34",
"@fluentui/react-monaco-editor": "^1.6.34",
"@fluentui/theme-samples": "^8.6.35",
"@fluentui/react-monaco-editor": "^1.6.35",
"office-ui-fabric-core": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
15 changes: 15 additions & 0 deletions apps/public-docsite-v9/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/public-docsite-v9",
"entries": [
{
"date": "Tue, 13 Sep 2022 07:41:03 GMT",
"tag": "@fluentui/public-docsite-v9_v1.0.0",
"version": "1.0.0",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/public-docsite-v9",
"comment": "Bump @fluentui/react to v8.94.4",
"commit": "a40ef34fa6d1122bdfdb708f79b90de9edb2827d"
}
]
}
},
{
"date": "Thu, 08 Sep 2022 20:52:16 GMT",
"tag": "@fluentui/public-docsite-v9_v1.0.0",
Expand Down
11 changes: 10 additions & 1 deletion apps/public-docsite-v9/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Change Log - @fluentui/public-docsite-v9

This log was last generated on Thu, 08 Sep 2022 20:52:16 GMT and should not be manually modified.
This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified.

<!-- Start content -->

## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-v9_v1.0.0)

Tue, 13 Sep 2022 07:41:03 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-v9_v1.0.0..@fluentui/public-docsite-v9_v1.0.0)

### Patches

- Bump @fluentui/react to v8.94.4 ([PR #24615](https://github.com/microsoft/fluentui/pull/24615) by beachball)

## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-v9_v1.0.0)

Thu, 08 Sep 2022 20:52:16 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-v9_v1.0.0..@fluentui/public-docsite-v9_v1.0.0)

Expand Down
2 changes: 1 addition & 1 deletion apps/public-docsite-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@fluentui/scripts": "^1.0.0"
},
"dependencies": {
"@fluentui/react": "^8.94.3",
"@fluentui/react": "^8.94.4",
"@fluentui/scripts": "^1.0.0",
"@fluentui/storybook": "^1.0.0",
"@fluentui/react-components": "^9.2.0",
Expand Down
60 changes: 60 additions & 0 deletions apps/public-docsite/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,66 @@
{
"name": "@fluentui/public-docsite",
"entries": [
{
"date": "Tue, 13 Sep 2022 07:41:03 GMT",
"tag": "@fluentui/public-docsite_v8.2.41",
"version": "8.2.41",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/public-docsite",
"comment": "Bump @fluentui/react to v8.94.4",
"commit": "a40ef34fa6d1122bdfdb708f79b90de9edb2827d"
},
{
"author": "beachball",
"package": "@fluentui/public-docsite",
"comment": "Bump @fluentui/react-docsite-components to v8.9.36",
"commit": "a40ef34fa6d1122bdfdb708f79b90de9edb2827d"
},
{
"author": "beachball",
"package": "@fluentui/public-docsite",
"comment": "Bump @fluentui/react-experiments to v8.12.34",
"commit": "a40ef34fa6d1122bdfdb708f79b90de9edb2827d"
},
{
"author": "beachball",
"package": "@fluentui/public-docsite",
"comment": "Bump @fluentui/theme-samples to v8.6.35",
"commit": "a40ef34fa6d1122bdfdb708f79b90de9edb2827d"
},
{
"author": "beachball",
"package": "@fluentui/public-docsite",
"comment": "Bump @fluentui/react-monaco-editor to v1.6.35",
"commit": "a40ef34fa6d1122bdfdb708f79b90de9edb2827d"
}
]
}
},
{
"date": "Mon, 12 Sep 2022 07:39:53 GMT",
"tag": "@fluentui/public-docsite_v8.2.41",
"version": "8.2.41",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/public-docsite",
"comment": "Bump @fluentui/public-docsite-setup to v0.3.12",
"commit": "7f8bad094dadcdb671d5746848e96b5bd4b5791a"
},
{
"author": "beachball",
"package": "@fluentui/public-docsite",
"comment": "Bump @fluentui/react-docsite-components to v8.9.35",
"commit": "7f8bad094dadcdb671d5746848e96b5bd4b5791a"
}
]
}
},
{
"date": "Thu, 08 Sep 2022 20:52:16 GMT",
"tag": "@fluentui/public-docsite_v8.2.41",
Expand Down
25 changes: 24 additions & 1 deletion apps/public-docsite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
# Change Log - @fluentui/public-docsite

This log was last generated on Thu, 08 Sep 2022 20:52:16 GMT and should not be manually modified.
This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified.

<!-- Start content -->

## [8.2.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite_v8.2.41)

Tue, 13 Sep 2022 07:41:03 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite_v8.2.41..@fluentui/public-docsite_v8.2.41)

### Patches

- Bump @fluentui/react to v8.94.4 ([PR #24615](https://github.com/microsoft/fluentui/pull/24615) by beachball)
- Bump @fluentui/react-docsite-components to v8.9.36 ([PR #24615](https://github.com/microsoft/fluentui/pull/24615) by beachball)
- Bump @fluentui/react-experiments to v8.12.34 ([PR #24615](https://github.com/microsoft/fluentui/pull/24615) by beachball)
- Bump @fluentui/theme-samples to v8.6.35 ([PR #24615](https://github.com/microsoft/fluentui/pull/24615) by beachball)
- Bump @fluentui/react-monaco-editor to v1.6.35 ([PR #24615](https://github.com/microsoft/fluentui/pull/24615) by beachball)

## [8.2.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite_v8.2.41)

Mon, 12 Sep 2022 07:39:53 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite_v8.2.41..@fluentui/public-docsite_v8.2.41)

### Patches

- Bump @fluentui/public-docsite-setup to v0.3.12 ([PR #24746](https://github.com/microsoft/fluentui/pull/24746) by beachball)
- Bump @fluentui/react-docsite-components to v8.9.35 ([PR #24746](https://github.com/microsoft/fluentui/pull/24746) by beachball)

## [8.2.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite_v8.2.41)

Thu, 08 Sep 2022 20:52:16 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite_v8.2.41..@fluentui/public-docsite_v8.2.41)

Expand Down
Loading

0 comments on commit b8b4b55

Please sign in to comment.