Skip to content

Commit

Permalink
Merge branch 'main' into fix/bug-2951
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii authored Oct 11, 2024
2 parents 7dea10e + 9666b8b commit 9938901
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.2.5"
".": "4.3.0"
}
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.3.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.5...v4.3.0) (2024-10-03)


### Features

* display only selected person in people-picker single selection mode ([#3327](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3327)) ([b4d8c0c](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/b4d8c0c7dae7cb01e3091a84a346e4fe8f2835e3))


### Bug Fixes

* handle popup login errors ([#3290](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3290)) ([76a013d](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/76a013d7d1f5fb095b4e5387b7215356fdf811be))
* mgt-people-picker flyout protruding issue ([#3330](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3330)) ([ea37cbf](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/ea37cbfd65b53082fe19c3fef7bfc088499bb85e))
* render people-picker flyout inside window ([#3326](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3326)) ([5a11252](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/5a112522c55cbea3622a611aad319a384af2bf1e))
* render person-card inside parent container ([#3324](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3324)) ([ae49332](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/ae49332876d428b3b2da53147f8ceaeaa7a8b3c5))
* show max while picking multiple groups ([#3289](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3289)) ([d2add09](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/d2add09ae110247d421034cb86d0186342ea2c71))

## [4.2.5](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.4...v4.2.5) (2024-09-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "4.2.5",
"version": "4.3.0",
"workspaces": {
"packages": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-components",
"version": "4.2.5",
"version": "4.3.0",
"description": "The Microsoft Graph Toolkit Components",
"keywords": [
"microsoft graph",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ $people-picker-font-size: var(--people-picker-font-size, 14px);
fluent-text-field {
width: 100%;
font-size: $people-picker-font-size;
margin-block-end: 4px;

&::part(root) {
display: flex;
Expand Down Expand Up @@ -123,7 +124,6 @@ $people-picker-font-size: var(--people-picker-font-size, 14px);
}

fluent-card {
margin-top: 4px;
background-color: $dropdown-card-color;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/mgt-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-element",
"version": "4.2.5",
"version": "4.3.0",
"description": "Microsoft Graph Toolkit base classes",
"homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-react",
"version": "4.2.5",
"version": "4.3.0",
"description": "Microsoft Graph Toolkit React wrapper class",
"author": "Microsoft",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt-spfx-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-spfx-utils",
"version": "4.2.5",
"version": "4.3.0",
"description": "Helper utilities for loading MGT based libraries and web parts in a SPFx context",
"main": "./dist/es6/index.js",
"types": "./dist/es6/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt",
"version": "4.2.5",
"version": "4.3.0",
"description": "The Microsoft Graph Toolkit",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/mgt-electron-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-electron-provider",
"version": "4.2.5",
"version": "4.3.0",
"description": "The Microsoft Graph Toolkit Electron Provider",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/mgt-mock-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-mock-provider",
"version": "4.2.5",
"version": "4.3.0",
"description": "The Microsoft Graph Toolkit Mock Provider",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/mgt-msal2-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-msal2-provider",
"version": "4.2.5",
"version": "4.3.0",
"description": "The Microsoft Graph Toolkit Msal 2.0 Provider",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/mgt-proxy-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-proxy-provider",
"version": "4.2.5",
"version": "4.3.0",
"description": "The Microsoft Graph Toolkit Proxy Provider",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/mgt-sharepoint-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-sharepoint-provider",
"version": "4.2.5",
"version": "4.3.0",
"description": "The Microsoft Graph Toolkit SharePoint Provider",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/mgt-teamsfx-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-teamsfx-provider",
"version": "4.2.5",
"version": "4.3.0",
"description": "The Microsoft Graph Toolkit TeamsFx Provider",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=microsoftgraph_microsoft-graph-toolkit
sonar.organization=microsoftgraph2
sonar.projectName=microsoft-graph-toolkit
// x-release-please-start-version
sonar.projectVersion=4.2.5
sonar.projectVersion=4.3.0
// x-release-please-end
sonar.host.url=https://sonarcloud.io

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10251,7 +10251,7 @@ __metadata:
languageName: node
linkType: hard

"braces@npm:^3.0.2, braces@npm:~3.0.2":
"braces@npm:^3.0.3, braces@npm:~3.0.2":
version: 3.0.3
resolution: "braces@npm:3.0.3"
dependencies:
Expand Down Expand Up @@ -17758,12 +17758,12 @@ __metadata:
linkType: hard

"micromatch@npm:^4.0.4, micromatch@npm:^4.0.5":
version: 4.0.5
resolution: "micromatch@npm:4.0.5"
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
dependencies:
braces: "npm:^3.0.2"
braces: "npm:^3.0.3"
picomatch: "npm:^2.3.1"
checksum: 10/a749888789fc15cac0e03273844dbd749f9f8e8d64e70c564bcf06a033129554c789bb9e30d7566d7ff6596611a08e58ac12cf2a05f6e3c9c47c50c4c7e12fa2
checksum: 10/6bf2a01672e7965eb9941d1f02044fad2bd12486b5553dc1116ff24c09a8723157601dc992e74c911d896175918448762df3b3fd0a6b61037dd1a9766ddfbf58
languageName: node
linkType: hard

Expand Down

0 comments on commit 9938901

Please sign in to comment.