Skip to content

Commit

Permalink
Merge branch 'master' into feat/add-motion-to-drawer
Browse files Browse the repository at this point in the history
* master:
  applying package updates
  feat: release react-motion as preview (microsoft#29005)
  fix(react-utilities): click scrollbar should invoke callback in `useOnClickOutside` (microsoft#28965)
  feat: adds mountNode to DialogSurface and Toaster (microsoft#29003)
  applying package updates
  Add IconDirectionProvider to FluentProvider (microsoft#28803)
  • Loading branch information
marcosmoura committed Aug 29, 2023
2 parents 78d4692 + 937bff2 commit 5ee337c
Show file tree
Hide file tree
Showing 213 changed files with 3,156 additions and 490 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 18 additions & 0 deletions packages/react-charting/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@fluentui/react-charting",
"entries": [
{
"date": "Tue, 29 Aug 2023 07:44:31 GMT",
"tag": "@fluentui/react-charting_v5.17.5",
"version": "5.17.5",
"comments": {
"patch": [
{
"author": "132879294+v-baambati@users.noreply.github.com",
"package": "@fluentui/react-charting",
"commit": "b130af3e12d5f46ff1217bcb47222eb89d55db2f",
"comment": {
"title": "",
"value": ""
}
}
]
}
},
{
"date": "Mon, 28 Aug 2023 07:36:25 GMT",
"tag": "@fluentui/react-charting_v5.17.4",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-charting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-charting

This log was last generated on Mon, 28 Aug 2023 07:36:25 GMT and should not be manually modified.
This log was last generated on Tue, 29 Aug 2023 07:44:31 GMT and should not be manually modified.

<!-- Start content -->

## [5.17.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.5)

Tue, 29 Aug 2023 07:44:31 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.4..@fluentui/react-charting_v5.17.5)

### Patches

- [object Object] ([PR #28235](https://github.com/microsoft/fluentui/pull/28235) by 132879294+v-baambati@users.noreply.github.com)

## [5.17.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.4)

Mon, 28 Aug 2023 07:36:25 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/react-charting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-charting",
"version": "5.17.4",
"version": "5.17.5",
"description": "Experimental React charting components for building experiences for Microsoft 365.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/babel-preset-global-context",
"entries": [
{
"date": "Tue, 29 Aug 2023 12:57:36 GMT",
"tag": "@fluentui/babel-preset-global-context_v9.0.0-beta.38",
"version": "9.0.0-beta.38",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@fluentui/babel-preset-global-context",
"comment": "Bump @fluentui/global-context to v9.0.0-beta.38",
"commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
}
]
}
},
{
"date": "Thu, 24 Aug 2023 10:26:35 GMT",
"tag": "@fluentui/babel-preset-global-context_v9.0.0-beta.37",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/babel-preset-global-context

This log was last generated on Thu, 24 Aug 2023 10:26:35 GMT and should not be manually modified.
This log was last generated on Tue, 29 Aug 2023 12:57:36 GMT and should not be manually modified.

<!-- Start content -->

## [9.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/babel-preset-global-context_v9.0.0-beta.38)

Tue, 29 Aug 2023 12:57:36 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/babel-preset-global-context_v9.0.0-beta.37..@fluentui/babel-preset-global-context_v9.0.0-beta.38)

### Changes

- Bump @fluentui/global-context to v9.0.0-beta.38 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)

## [9.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/babel-preset-global-context_v9.0.0-beta.37)

Thu, 24 Aug 2023 10:26:35 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/babel-preset-global-context",
"version": "9.0.0-beta.37",
"version": "9.0.0-beta.38",
"description": "Babel preset that transforms createContext calls to use global context shims",
"main": "lib-commonjs/index.js",
"typings": "./dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"find-up": "^5.0.0"
},
"peerDependencies": {
"@fluentui/global-context": "9.0.0-beta.37"
"@fluentui/global-context": "9.0.0-beta.38"
},
"beachball": {
"disallowedChangeTypes": [
Expand Down
21 changes: 21 additions & 0 deletions packages/react-components/global-context/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/global-context",
"entries": [
{
"date": "Tue, 29 Aug 2023 12:57:36 GMT",
"tag": "@fluentui/global-context_v9.0.0-beta.38",
"version": "9.0.0-beta.38",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@fluentui/global-context",
"comment": "Bump @fluentui/react-context-selector to v9.1.31",
"commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
},
{
"author": "beachball",
"package": "@fluentui/global-context",
"comment": "Bump @fluentui/react-utilities to v9.13.0",
"commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
}
]
}
},
{
"date": "Thu, 24 Aug 2023 10:26:35 GMT",
"tag": "@fluentui/global-context_v9.0.0-beta.37",
Expand Down
12 changes: 11 additions & 1 deletion packages/react-components/global-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @fluentui/global-context

This log was last generated on Thu, 24 Aug 2023 10:26:35 GMT and should not be manually modified.
This log was last generated on Tue, 29 Aug 2023 12:57:36 GMT and should not be manually modified.

<!-- Start content -->

## [9.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.38)

Tue, 29 Aug 2023 12:57:36 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.37..@fluentui/global-context_v9.0.0-beta.38)

### Changes

- Bump @fluentui/react-context-selector to v9.1.31 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)
- Bump @fluentui/react-utilities to v9.13.0 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)

## [9.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.37)

Thu, 24 Aug 2023 10:26:35 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/react-components/global-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/global-context",
"version": "9.0.0-beta.37",
"version": "9.0.0-beta.38",
"description": "Extension of React createContext to be a true singleton on the global scope",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
"@fluentui/react-context-selector": "^9.1.30",
"@fluentui/react-utilities": "^9.12.0",
"@fluentui/react-context-selector": "^9.1.31",
"@fluentui/react-utilities": "^9.13.0",
"@swc/helpers": "^0.4.14"
},
"peerDependencies": {
Expand Down
39 changes: 39 additions & 0 deletions packages/react-components/react-accordion/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
{
"name": "@fluentui/react-accordion",
"entries": [
{
"date": "Tue, 29 Aug 2023 12:57:36 GMT",
"tag": "@fluentui/react-accordion_v9.3.7",
"version": "9.3.7",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-aria to v9.3.33",
"commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-context-selector to v9.1.31",
"commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.3",
"commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-tabster to v9.12.5",
"commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
},
{
"author": "beachball",
"package": "@fluentui/react-accordion",
"comment": "Bump @fluentui/react-utilities to v9.13.0",
"commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
}
]
}
},
{
"date": "Thu, 24 Aug 2023 10:26:35 GMT",
"tag": "@fluentui/react-accordion_v9.3.6",
Expand Down
15 changes: 14 additions & 1 deletion packages/react-components/react-accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @fluentui/react-accordion

This log was last generated on Thu, 24 Aug 2023 10:26:35 GMT and should not be manually modified.
This log was last generated on Tue, 29 Aug 2023 12:57:36 GMT and should not be manually modified.

<!-- Start content -->

## [9.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.3.7)

Tue, 29 Aug 2023 12:57:36 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.3.6..@fluentui/react-accordion_v9.3.7)

### Patches

- Bump @fluentui/react-aria to v9.3.33 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)
- Bump @fluentui/react-context-selector to v9.1.31 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)
- Bump @fluentui/react-jsx-runtime to v9.0.3 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)
- Bump @fluentui/react-tabster to v9.12.5 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)
- Bump @fluentui/react-utilities to v9.13.0 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)

## [9.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.3.6)

Thu, 24 Aug 2023 10:26:35 GMT
Expand Down
12 changes: 6 additions & 6 deletions packages/react-components/react-accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-accordion",
"version": "9.3.6",
"version": "9.3.7",
"description": "Fluent UI accordion component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -33,14 +33,14 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
"@fluentui/react-aria": "^9.3.32",
"@fluentui/react-context-selector": "^9.1.30",
"@fluentui/react-aria": "^9.3.33",
"@fluentui/react-context-selector": "^9.1.31",
"@fluentui/react-icons": "^2.0.207",
"@fluentui/react-jsx-runtime": "^9.0.2",
"@fluentui/react-jsx-runtime": "^9.0.3",
"@fluentui/react-shared-contexts": "^9.7.2",
"@fluentui/react-tabster": "^9.12.4",
"@fluentui/react-tabster": "^9.12.5",
"@fluentui/react-theme": "^9.1.11",
"@fluentui/react-utilities": "^9.12.0",
"@fluentui/react-utilities": "^9.13.0",
"@griffel/react": "^1.5.14",
"@swc/helpers": "^0.4.14"
},
Expand Down
Loading

0 comments on commit 5ee337c

Please sign in to comment.