@fluentui/react-components 9.61.5 → 9.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +98 -2
- package/dist/index.d.ts +3 -0
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +3 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +56 -56
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,108 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 16 Apr 2025 19:37:11 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.62.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.62.0)
|
|
8
|
+
|
|
9
|
+
Wed, 16 Apr 2025 19:37:11 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.6..@fluentui/react-components_v9.62.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-utilities`
|
|
15
|
+
- Add getSlotClassNameProp_unstable function to allow custom style hooks to preserve the original className while overriding the component default className. ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by behowell@microsoft.com)
|
|
16
|
+
- `@fluentui/react-components`
|
|
17
|
+
- Add getSlotClassNameProp_unstable function to allow custom style hooks to preserve the original className while overriding the component default className. ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by behowell@microsoft.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-motion`
|
|
22
|
+
- fix: improve element validation to work with React 19 ([PR #34164](https://github.com/microsoft/fluentui/pull/34164) by olfedias@microsoft.com)
|
|
23
|
+
- `@fluentui/react-positioning`
|
|
24
|
+
- fix(Popover): revert to a single composition mode for slide animations ([PR #34160](https://github.com/microsoft/fluentui/pull/34160) by robertpenner@microsoft.com)
|
|
25
|
+
- `@fluentui/react-provider`
|
|
26
|
+
- fix: fix infite loop caused by hydration errors in React 18 ([PR #34194](https://github.com/microsoft/fluentui/pull/34194) by dmytrokirpa@microsoft.com)
|
|
27
|
+
- `@fluentui/react-swatch-picker`
|
|
28
|
+
- fix: design change of selected state for ColorSwatch ([PR #34214](https://github.com/microsoft/fluentui/pull/34214) by v.kozlova13@gmail.com)
|
|
29
|
+
- `@fluentui/react-tag-picker`
|
|
30
|
+
- fix: avoid "ResizeObserver loop limit exceeded" being thrown ([PR #34139](https://github.com/microsoft/fluentui/pull/34139) by olfedias@microsoft.com)
|
|
31
|
+
- `@fluentui/react-tags`
|
|
32
|
+
- fix: target area for extra-small Tag ([PR #34261](https://github.com/microsoft/fluentui/pull/34261) by v.kozlova13@gmail.com)
|
|
33
|
+
- `@fluentui/react-toast`
|
|
34
|
+
- chore: update useToastContainer callback type to support React 18 ([PR #34253](https://github.com/microsoft/fluentui/pull/34253) by dmytrokirpa@microsoft.com)
|
|
35
|
+
- `@fluentui/react-tooltip`
|
|
36
|
+
- fix: rely on aria-expanded to prevent showing Tooltip when it's trigger opens Popover ([PR #34086](https://github.com/microsoft/fluentui/pull/34086) by vgenaev@gmail.com)
|
|
37
|
+
- `@fluentui/chart-utilities`
|
|
38
|
+
- Change chart-utilities to es2019 and module type esnext ([PR #34183](https://github.com/microsoft/fluentui/pull/34183) by email not defined)
|
|
39
|
+
- fix: map stacked plotly scatter traces to area chart ([PR #34229](https://github.com/microsoft/fluentui/pull/34229) by kumarkshitij@microsoft.com)
|
|
40
|
+
- fix: add support for ybins in plotly schema ([PR #34240](https://github.com/microsoft/fluentui/pull/34240) by kumarkshitij@microsoft.com)
|
|
41
|
+
- fix: map plotly histogram2d trace to heatmap chart ([PR #34230](https://github.com/microsoft/fluentui/pull/34230) by kumarkshitij@microsoft.com)
|
|
42
|
+
- `@fluentui/eslint-plugin-react-components`
|
|
43
|
+
- fix: remove devDeps from deps ([PR #34157](https://github.com/microsoft/fluentui/pull/34157) by martinhochel@microsoft.com)
|
|
44
|
+
- `@fluentui/react-badge`
|
|
45
|
+
- fix: revert min-width: max-content for Badge ([PR #34215](https://github.com/microsoft/fluentui/pull/34215) by vgenaev@gmail.com)
|
|
46
|
+
- `@fluentui/react-carousel`
|
|
47
|
+
- Stop and reinitialize autoplay on carousel when autoplay interval changes ([PR #34142](https://github.com/microsoft/fluentui/pull/34142) by mifraser@microsoft.com)
|
|
48
|
+
- `@fluentui/react-charts`
|
|
49
|
+
- fix(react-charts): Enabling multiple legend selection for Vertical Bar Chart in V9 ([PR #34149](https://github.com/microsoft/fluentui/pull/34149) by 120183316+srmukher@users.noreply.github.com)
|
|
50
|
+
- Enable Controlled legends in v9 ([PR #34197](https://github.com/microsoft/fluentui/pull/34197) by anushgupta@microsoft.com)
|
|
51
|
+
- feat: center align bars with auto barWidth in plotly mode ([PR #34213](https://github.com/microsoft/fluentui/pull/34213) by kumarkshitij@microsoft.com)
|
|
52
|
+
- feat: add SankeyChart in v9 ([PR #34162](https://github.com/microsoft/fluentui/pull/34162) by 110246001+krkshitij@users.noreply.github.com)
|
|
53
|
+
- Full Y Axis labels in Heatmap chart ([PR #34260](https://github.com/microsoft/fluentui/pull/34260) by anushgupta@microsoft.com)
|
|
54
|
+
- feat: add HeatMapChart in v9 ([PR #34095](https://github.com/microsoft/fluentui/pull/34095) by 110246001+krkshitij@users.noreply.github.com)
|
|
55
|
+
- feat: port all declarative chart changes from v8 to v9 ([PR #34195](https://github.com/microsoft/fluentui/pull/34195) by kumarkshitij@microsoft.com)
|
|
56
|
+
- fix(react-charts): Dark mode theme colors for declarative charts in v9 ([PR #34190](https://github.com/microsoft/fluentui/pull/34190) by 120183316+srmukher@users.noreply.github.com)
|
|
57
|
+
- Remove duplicate key warning ([PR #34200](https://github.com/microsoft/fluentui/pull/34200) by anushgupta@microsoft.com)
|
|
58
|
+
- Add scaling factor to height of VSBC bars ([PR #34205](https://github.com/microsoft/fluentui/pull/34205) by anushgupta@microsoft.com)
|
|
59
|
+
- fix(react-charts): Replace plotly schema interface and conversion logic with chart utilities ([PR #34183](https://github.com/microsoft/fluentui/pull/34183) by atisjai@microsoft.com)
|
|
60
|
+
- feat: add support for line curves ([PR #34209](https://github.com/microsoft/fluentui/pull/34209) by kumarkshitij@microsoft.com)
|
|
61
|
+
- fix(react-charts): Add background to the SVGTooltipText ([PR #34176](https://github.com/microsoft/fluentui/pull/34176) by 120183316+srmukher@users.noreply.github.com)
|
|
62
|
+
- Support rounded ticks in v9 ([PR #34201](https://github.com/microsoft/fluentui/pull/34201) by anushgupta@microsoft.com)
|
|
63
|
+
- feat(react-charts): Migrate Area Chart to v9 ([PR #34148](https://github.com/microsoft/fluentui/pull/34148) by 74965306+Anush2303@users.noreply.github.com)
|
|
64
|
+
- fix: map stacked plotly scatter traces to area chart ([PR #34229](https://github.com/microsoft/fluentui/pull/34229) by kumarkshitij@microsoft.com)
|
|
65
|
+
- fix(react-charts): Secondary Y Axis margin adjustment in v9 ([PR #34192](https://github.com/microsoft/fluentui/pull/34192) by 120183316+srmukher@users.noreply.github.com)
|
|
66
|
+
- Enable Negative y value support in v9 ([PR #34174](https://github.com/microsoft/fluentui/pull/34174) by anushgupta@microsoft.com)
|
|
67
|
+
- fix: remove duplicate legends + resolve overlapping bars across legends in VBC ([PR #34208](https://github.com/microsoft/fluentui/pull/34208) by kumarkshitij@microsoft.com)
|
|
68
|
+
- Port fixes from v8 to v9 ([PR #34210](https://github.com/microsoft/fluentui/pull/34210) by anushgupta@microsoft.com)
|
|
69
|
+
- Migrate HBC With Axis to V9 ([PR #34094](https://github.com/microsoft/fluentui/pull/34094) by 74965306+Anush2303@users.noreply.github.com)
|
|
70
|
+
- fix(react-charts): Handle invalid plotly data in V9 and fixing id related error in donut chart ([PR #34191](https://github.com/microsoft/fluentui/pull/34191) by 120183316+srmukher@users.noreply.github.com)
|
|
71
|
+
- fix(react-charts): Enabling multiple legend selection for Scatter Chart in v9 ([PR #34156](https://github.com/microsoft/fluentui/pull/34156) by 120183316+srmukher@users.noreply.github.com)
|
|
72
|
+
- feat: transform plotly histogram2d trace to heatmap props ([PR #34240](https://github.com/microsoft/fluentui/pull/34240) by kumarkshitij@microsoft.com)
|
|
73
|
+
- `@fluentui/react-combobox`
|
|
74
|
+
- fix: ensure that the listbox is labelled by the field label ([PR #34196](https://github.com/microsoft/fluentui/pull/34196) by dmytrokirpa@microsoft.com)
|
|
75
|
+
- `@fluentui/react-jsx-runtime`
|
|
76
|
+
- Support internal slot metadata change for SLOT_CLASS_NAME_PROP_SYMBOL ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by behowell@microsoft.com)
|
|
77
|
+
|
|
78
|
+
## [9.61.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.6)
|
|
79
|
+
|
|
80
|
+
Tue, 01 Apr 2025 15:08:01 GMT
|
|
81
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.5..@fluentui/react-components_v9.61.6)
|
|
82
|
+
|
|
83
|
+
### Patches
|
|
84
|
+
|
|
85
|
+
- `@fluentui/react-charts`
|
|
86
|
+
- Migrate VSBC to v9 ([PR #33909](https://github.com/microsoft/fluentui/pull/33909) by 74965306+Anush2303@users.noreply.github.com)
|
|
87
|
+
- Migrate Gauge chart to V9 ([PR #33998](https://github.com/microsoft/fluentui/pull/33998) by 74965306+Anush2303@users.noreply.github.com)
|
|
88
|
+
- (feat) Implement grouped vertical bar and scatter chart ([PR #34091](https://github.com/microsoft/fluentui/pull/34091) by 98592573+AtishayMsft@users.noreply.github.com)
|
|
89
|
+
- `@fluentui/react-tabs`
|
|
90
|
+
- fix: fix active tab indicator animation ([PR #34060](https://github.com/microsoft/fluentui/pull/34060) by dmytrokirpa@microsoft.com)
|
|
91
|
+
- `@fluentui/react-tabster`
|
|
92
|
+
- fix: improve support for concurrent mode ([PR #34113](https://github.com/microsoft/fluentui/pull/34113) by olfedias@microsoft.com)
|
|
93
|
+
- fix: don't pass `null` to `createKeyborg()` ([PR #34118](https://github.com/microsoft/fluentui/pull/34118) by olfedias@microsoft.com)
|
|
94
|
+
- `@fluentui/react-list`
|
|
95
|
+
- bugfix: ensure external tabster attributes are merged with internals ([PR #34117](https://github.com/microsoft/fluentui/pull/34117) by bernardo.sunderhus@gmail.com)
|
|
96
|
+
- `@fluentui/react-storybook-addon`
|
|
97
|
+
- feat: release to npm ([PR #33983](https://github.com/microsoft/fluentui/pull/33983) by dmytrokirpa@microsoft.com)
|
|
98
|
+
- `@fluentui/react-storybook-addon-export-to-sandbox`
|
|
99
|
+
- feat: release to npm ([PR #33983](https://github.com/microsoft/fluentui/pull/33983) by dmytrokirpa@microsoft.com)
|
|
100
|
+
- `@fluentui/babel-preset-storybook-full-source`
|
|
101
|
+
- feat: release to npm ([PR #33983](https://github.com/microsoft/fluentui/pull/33983) by dmytrokirpa@microsoft.com)
|
|
102
|
+
|
|
7
103
|
## [9.61.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.5)
|
|
8
104
|
|
|
9
|
-
Thu, 27 Mar 2025 21:
|
|
105
|
+
Thu, 27 Mar 2025 21:12:48 GMT
|
|
10
106
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.4..@fluentui/react-components_v9.61.5)
|
|
11
107
|
|
|
12
108
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -444,6 +444,7 @@ import { ForwardRefComponent } from '@fluentui/react-utilities';
|
|
|
444
444
|
import { getIntrinsicElementProps } from '@fluentui/react-utilities';
|
|
445
445
|
import { getNativeElementProps } from '@fluentui/react-utilities';
|
|
446
446
|
import { getPartitionedNativeProps } from '@fluentui/react-utilities';
|
|
447
|
+
import { getSlotClassNameProp_unstable } from '@fluentui/react-utilities';
|
|
447
448
|
import { getSlots } from '@fluentui/react-utilities';
|
|
448
449
|
import { GriffelRenderer } from '@griffel/react';
|
|
449
450
|
import { GriffelResetStyle } from '@griffel/react';
|
|
@@ -2748,6 +2749,8 @@ export { getNativeElementProps }
|
|
|
2748
2749
|
|
|
2749
2750
|
export { getPartitionedNativeProps }
|
|
2750
2751
|
|
|
2752
|
+
export { getSlotClassNameProp_unstable }
|
|
2753
|
+
|
|
2751
2754
|
export { getSlots }
|
|
2752
2755
|
|
|
2753
2756
|
export { GriffelRenderer }
|
package/lib/index.js
CHANGED
|
@@ -6,7 +6,7 @@ export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeams
|
|
|
6
6
|
export { AnnounceProvider, PortalMountNodeProvider, useAnnounce, useFluent_unstable as useFluent, usePortalMountNode, useTooltipVisibility_unstable as useTooltipVisibility, useThemeClassName_unstable as useThemeClassName } from '@fluentui/react-shared-contexts';
|
|
7
7
|
export { // getNativeElementProps is deprecated but removing it would be a breaking change
|
|
8
8
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
9
|
-
getNativeElementProps, getIntrinsicElementProps, getPartitionedNativeProps, // getSlots is deprecated but removing it would be a breaking change
|
|
9
|
+
getNativeElementProps, getIntrinsicElementProps, getPartitionedNativeProps, getSlotClassNameProp_unstable, // getSlots is deprecated but removing it would be a breaking change
|
|
10
10
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
11
11
|
getSlots, slot, assertSlots, IdPrefixProvider, resetIdsForTests, // resolveShorthand is deprecated but removing it would be a breaking change
|
|
12
12
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|