Skip to content

Commit

Permalink
Merge branch 'master' into users/srmukher/multiLegendVBC
Browse files Browse the repository at this point in the history
  • Loading branch information
srmukher authored Dec 27, 2024
2 parents 39f2d5c + 4172f93 commit 3bce074
Show file tree
Hide file tree
Showing 15 changed files with 110 additions and 45 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

39 changes: 39 additions & 0 deletions packages/charts/react-charting/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
{
"name": "@fluentui/react-charting",
"entries": [
{
"date": "Fri, 27 Dec 2024 07:20:57 GMT",
"tag": "@fluentui/react-charting_v5.23.32",
"version": "5.23.32",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/react-charting",
"commit": "6a70a11ddb8bac592c4c9b4c12a2705a9ace6686",
"comment": "Support changing legends programatically at runtime and bug fixes"
},
{
"author": "[email protected]",
"package": "@fluentui/react-charting",
"commit": "3e4cc988ffaad3f5e7b0cfa30fb4ba792a0e01c9",
"comment": "Full Yaxis labels in HeatMap chart"
},
{
"author": "[email protected]",
"package": "@fluentui/react-charting",
"commit": "864f029751937946ae89425120483d58f2d0875a",
"comment": "Support for multiple legend selection for Vertical Stacked Bar Chart "
},
{
"author": "[email protected]",
"package": "@fluentui/react-charting",
"commit": "99cbe5c9cc9c298d78e10301b37d314b68ba8c52",
"comment": "plotly examples bug fixes"
},
{
"author": "[email protected]",
"package": "@fluentui/react-charting",
"commit": "37e5f0bc0cfef1a57d9bd9659217c0ccaabf1030",
"comment": "Enabling multiple legend selection for Grouped Vertical Bar Chart"
}
]
}
},
{
"date": "Thu, 26 Dec 2024 07:21:14 GMT",
"tag": "@fluentui/react-charting_v5.23.31",
Expand Down
15 changes: 14 additions & 1 deletion packages/charts/react-charting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @fluentui/react-charting

This log was last generated on Thu, 26 Dec 2024 07:21:14 GMT and should not be manually modified.
This log was last generated on Fri, 27 Dec 2024 07:20:57 GMT and should not be manually modified.

<!-- Start content -->

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

Fri, 27 Dec 2024 07:20:57 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.23.31..@fluentui/react-charting_v5.23.32)

### Patches

- Support changing legends programatically at runtime and bug fixes ([PR #33519](https://github.com/microsoft/fluentui/pull/33519) by [email protected])
- Full Yaxis labels in HeatMap chart ([PR #33509](https://github.com/microsoft/fluentui/pull/33509) by [email protected])
- Support for multiple legend selection for Vertical Stacked Bar Chart ([PR #33466](https://github.com/microsoft/fluentui/pull/33466) by [email protected])
- plotly examples bug fixes ([PR #33507](https://github.com/microsoft/fluentui/pull/33507) by [email protected])
- Enabling multiple legend selection for Grouped Vertical Bar Chart ([PR #33511](https://github.com/microsoft/fluentui/pull/33511) by [email protected])

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

Thu, 26 Dec 2024 07:21:14 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/react-charting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-charting",
"version": "5.23.31",
"version": "5.23.32",
"description": "React web charting controls for Microsoft fluentui system.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-docsite-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-docsite-components",
"entries": [
{
"date": "Fri, 27 Dec 2024 07:20:59 GMT",
"tag": "@fluentui/react-docsite-components_v8.13.152",
"version": "8.13.152",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-docsite-components",
"comment": "Bump @fluentui/react-monaco-editor to v1.7.270",
"commit": "99cbe5c9cc9c298d78e10301b37d314b68ba8c52"
}
]
}
},
{
"date": "Thu, 26 Dec 2024 07:21:14 GMT",
"tag": "@fluentui/react-docsite-components_v8.13.151",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-docsite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-docsite-components

This log was last generated on Thu, 26 Dec 2024 07:21:14 GMT and should not be manually modified.
This log was last generated on Fri, 27 Dec 2024 07:20:59 GMT and should not be manually modified.

<!-- Start content -->

## [8.13.152](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.152)

Fri, 27 Dec 2024 07:20:59 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.13.151..@fluentui/react-docsite-components_v8.13.152)

### Patches

- Bump @fluentui/react-monaco-editor to v1.7.270 ([PR #33507](https://github.com/microsoft/fluentui/pull/33507) by beachball)

## [8.13.151](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.151)

Thu, 26 Dec 2024 07:21:14 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-docsite-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-docsite-components",
"version": "8.13.151",
"version": "8.13.152",
"description": "Fluent UI React components for building documentation sites.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@fluentui/public-docsite-setup": "^0.3.34",
"@fluentui/react-hooks": "^8.8.16",
"@fluentui/set-version": "^8.2.23",
"@fluentui/react-monaco-editor": "^1.7.269",
"@fluentui/react-monaco-editor": "^1.7.270",
"color-check": "0.0.2",
"markdown-to-jsx": "^7.0.0",
"office-ui-fabric-core": "^11.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@fluentui/merge-styles": "^8.6.13",
"@fluentui/react": "^8.122.2",
"@fluentui/react-cards": "^0.205.191",
"@fluentui/react-charting": "^5.23.31",
"@fluentui/react-docsite-components": "^8.13.151",
"@fluentui/react-charting": "^5.23.32",
"@fluentui/react-docsite-components": "^8.13.152",
"@fluentui/react-experiments": "^8.14.188",
"@fluentui/react-file-type-icons": "^8.12.7",
"@fluentui/react-focus": "^8.9.20",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-monaco-editor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-monaco-editor",
"entries": [
{
"date": "Fri, 27 Dec 2024 07:20:59 GMT",
"tag": "@fluentui/react-monaco-editor_v1.7.270",
"version": "1.7.270",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-monaco-editor",
"comment": "Bump @fluentui/react-charting to v5.23.32",
"commit": "99cbe5c9cc9c298d78e10301b37d314b68ba8c52"
}
]
}
},
{
"date": "Thu, 26 Dec 2024 07:21:14 GMT",
"tag": "@fluentui/react-monaco-editor_v1.7.269",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-monaco-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-monaco-editor

This log was last generated on Thu, 26 Dec 2024 07:21:14 GMT and should not be manually modified.
This log was last generated on Fri, 27 Dec 2024 07:20:59 GMT and should not be manually modified.

<!-- Start content -->

## [1.7.270](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.270)

Fri, 27 Dec 2024 07:20:59 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-monaco-editor_v1.7.269..@fluentui/react-monaco-editor_v1.7.270)

### Patches

- Bump @fluentui/react-charting to v5.23.32 ([PR #33507](https://github.com/microsoft/fluentui/pull/33507) by beachball)

## [1.7.269](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.269)

Thu, 26 Dec 2024 07:21:14 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-monaco-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-monaco-editor",
"version": "1.7.269",
"version": "1.7.270",
"description": "Live React example editing using monaco",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@fluentui/example-data": "^8.4.25",
"@fluentui/monaco-editor": "^1.3.24",
"@fluentui/react-hooks": "^8.8.16",
"@fluentui/react-charting": "^5.23.31",
"@fluentui/react-charting": "^5.23.32",
"raw-loader": "4.0.2",
"react-syntax-highlighter": "^10.1.3",
"tslib": "^2.1.0"
Expand Down

0 comments on commit 3bce074

Please sign in to comment.