@fluentui/react-components 9.54.5 → 9.54.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +64 -2
  2. package/package.json +54 -54
package/CHANGELOG.md CHANGED
@@ -1,12 +1,74 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 15 Jul 2024 17:19:57 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 30 Jul 2024 18:45:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.54.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.7)
8
+
9
+ Tue, 30 Jul 2024 18:45:05 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.6..@fluentui/react-components_v9.54.7)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-accordion`
15
+ - feat: add collapse motion to Accordion ([PR #32086](https://github.com/microsoft/fluentui/pull/32086) by olkatruk@microsoft.com)
16
+ - `@fluentui/react-carousel-preview`
17
+ - feat: Release react-carousel-preview to public preview ([PR #32152](https://github.com/microsoft/fluentui/pull/32152) by mifraser@microsoft.com)
18
+ - `@fluentui/react-icons-compat`
19
+ - feat: Release react-icons-compat to stable ([PR #32151](https://github.com/microsoft/fluentui/pull/32151) by ololubek@microsoft.com)
20
+ - `@fluentui/react-nav-preview`
21
+ - Adds AppItem and AppItemStatic, removes AppNode ([PR #32088](https://github.com/microsoft/fluentui/pull/32088) by matejera@microsoft.com)
22
+ - feat: Adds slots & styling for AppItem. ([PR #32103](https://github.com/microsoft/fluentui/pull/32103) by matejera@microsoft.com)
23
+
24
+ ### Patches
25
+
26
+ - `@fluentui/react-card`
27
+ - fix: improve hover for HC mode ([PR #31953](https://github.com/microsoft/fluentui/pull/31953) by marcosvmmoura@gmail.com)
28
+ - `@fluentui/react-combobox`
29
+ - fix: only call activedescendant focus when combobox/dropdown is opened ([PR #32156](https://github.com/microsoft/fluentui/pull/32156) by sarah.higley@microsoft.com)
30
+ - `@fluentui/react-drawer`
31
+ - chore: migrate to stable motion APIs ([PR #31668](https://github.com/microsoft/fluentui/pull/31668) by olfedias@microsoft.com)
32
+ - `@fluentui/react-nav-preview`
33
+ - chore: update types for navDrawerClassNames ([PR #31668](https://github.com/microsoft/fluentui/pull/31668) by olfedias@microsoft.com)
34
+ - `@fluentui/react-positioning`
35
+ - fix: improve arrow styles implementation ([PR #32092](https://github.com/microsoft/fluentui/pull/32092) by olfedias@microsoft.com)
36
+ - `@fluentui/react-search`
37
+ - fix: replace useEventCallback with useCallback for focus ([PR #32079](https://github.com/microsoft/fluentui/pull/32079) by vgenaev@gmail.com)
38
+ - fix: Expand hit target when there's no content after. ([PR #32114](https://github.com/microsoft/fluentui/pull/32114) by estebanmu@microsoft.com)
39
+
40
+ ## [9.54.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.6)
41
+
42
+ Tue, 23 Jul 2024 20:13:11 GMT
43
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.5..@fluentui/react-components_v9.54.6)
44
+
45
+ ### Minor changes
46
+
47
+ - `@fluentui/react-motion`
48
+ - feat: add presenceMotionSlot() API ([PR #31984](https://github.com/microsoft/fluentui/pull/31984) by olfedias@microsoft.com)
49
+ - `@fluentui/react-provider`
50
+ - chore: adds custom style hook for MenuItemLink ([PR #32045](https://github.com/microsoft/fluentui/pull/32045) by bernardo.sunderhus@gmail.com)
51
+ - `@fluentui/react-shared-contexts`
52
+ - chore: adds custom style hook for MenuItemLink ([PR #32045](https://github.com/microsoft/fluentui/pull/32045) by bernardo.sunderhus@gmail.com)
53
+
54
+ ### Patches
55
+
56
+ - `@fluentui/react-dialog`
57
+ - feat: add motion slots (surfaceMotion to Dialog & backdropMotion to DialogSurface) ([PR #31132](https://github.com/microsoft/fluentui/pull/31132) by olfedias@microsoft.com)
58
+ - `@fluentui/react-menu`
59
+ - chore: adds custom style hook for MenuItemLink ([PR #32045](https://github.com/microsoft/fluentui/pull/32045) by bernardo.sunderhus@gmail.com)
60
+ - `@fluentui/react-motion`
61
+ - fix: improve Web Animations API detection in tests ([PR #32029](https://github.com/microsoft/fluentui/pull/32029) by olfedias@microsoft.com)
62
+ - `@fluentui/react-motion-components-preview`
63
+ - feat: add Fade motion component ([PR #32020](https://github.com/microsoft/fluentui/pull/32020) by olkatruk@microsoft.com)
64
+ - feat(motion): add Scale motion component ([PR #32021](https://github.com/microsoft/fluentui/pull/32021) by olkatruk@microsoft.com)
65
+ - `@fluentui/react-utilities`
66
+ - chore: stops leaking HTMLElementConstructorName type ([PR #32072](https://github.com/microsoft/fluentui/pull/32072) by bernardo.sunderhus@gmail.com)
67
+ - chore: simplify SlotComponentType type ([PR #31984](https://github.com/microsoft/fluentui/pull/31984) by olfedias@microsoft.com)
68
+
7
69
  ## [9.54.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.5)
8
70
 
9
- Mon, 15 Jul 2024 17:19:57 GMT
71
+ Mon, 15 Jul 2024 17:25:14 GMT
10
72
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.4..@fluentui/react-components_v9.54.5)
11
73
 
12
74
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.54.5",
3
+ "version": "9.54.7",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -30,64 +30,64 @@
30
30
  "@fluentui/scripts-tasks": "*"
31
31
  },
32
32
  "dependencies": {
33
- "@fluentui/react-accordion": "^9.4.3",
33
+ "@fluentui/react-accordion": "^9.5.0",
34
34
  "@fluentui/react-alert": "9.0.0-beta.124",
35
- "@fluentui/react-avatar": "^9.6.32",
36
- "@fluentui/react-badge": "^9.2.40",
37
- "@fluentui/react-button": "^9.3.86",
38
- "@fluentui/react-card": "^9.0.86",
39
- "@fluentui/react-checkbox": "^9.2.31",
40
- "@fluentui/react-combobox": "^9.13.1",
41
- "@fluentui/react-dialog": "^9.11.5",
42
- "@fluentui/react-divider": "^9.2.72",
43
- "@fluentui/react-drawer": "^9.5.5",
44
- "@fluentui/react-field": "^9.1.70",
45
- "@fluentui/react-image": "^9.1.70",
35
+ "@fluentui/react-avatar": "^9.6.34",
36
+ "@fluentui/react-badge": "^9.2.41",
37
+ "@fluentui/react-button": "^9.3.87",
38
+ "@fluentui/react-card": "^9.0.88",
39
+ "@fluentui/react-checkbox": "^9.2.33",
40
+ "@fluentui/react-combobox": "^9.13.3",
41
+ "@fluentui/react-dialog": "^9.11.7",
42
+ "@fluentui/react-divider": "^9.2.73",
43
+ "@fluentui/react-drawer": "^9.5.7",
44
+ "@fluentui/react-field": "^9.1.72",
45
+ "@fluentui/react-image": "^9.1.71",
46
46
  "@fluentui/react-infobutton": "9.0.0-beta.102",
47
- "@fluentui/react-infolabel": "^9.0.39",
48
- "@fluentui/react-input": "^9.4.82",
49
- "@fluentui/react-label": "^9.1.73",
50
- "@fluentui/react-link": "^9.2.27",
51
- "@fluentui/react-menu": "^9.14.10",
52
- "@fluentui/react-overflow": "^9.1.24",
53
- "@fluentui/react-persona": "^9.2.91",
54
- "@fluentui/react-portal": "^9.4.30",
55
- "@fluentui/react-popover": "^9.9.14",
56
- "@fluentui/react-positioning": "^9.15.5",
57
- "@fluentui/react-progress": "^9.1.81",
58
- "@fluentui/react-provider": "^9.16.5",
59
- "@fluentui/react-radio": "^9.2.26",
60
- "@fluentui/react-select": "^9.1.81",
61
- "@fluentui/react-shared-contexts": "^9.19.1",
62
- "@fluentui/react-skeleton": "^9.1.9",
63
- "@fluentui/react-slider": "^9.1.88",
64
- "@fluentui/react-spinbutton": "^9.2.82",
65
- "@fluentui/react-spinner": "^9.4.11",
66
- "@fluentui/react-swatch-picker": "^9.1.5",
67
- "@fluentui/react-switch": "^9.1.88",
68
- "@fluentui/react-table": "^9.15.10",
69
- "@fluentui/react-tabs": "^9.4.26",
70
- "@fluentui/react-tabster": "^9.22.2",
71
- "@fluentui/react-tags": "^9.3.11",
72
- "@fluentui/react-textarea": "^9.3.82",
47
+ "@fluentui/react-infolabel": "^9.0.41",
48
+ "@fluentui/react-input": "^9.4.84",
49
+ "@fluentui/react-label": "^9.1.74",
50
+ "@fluentui/react-link": "^9.2.28",
51
+ "@fluentui/react-menu": "^9.14.12",
52
+ "@fluentui/react-overflow": "^9.1.26",
53
+ "@fluentui/react-persona": "^9.2.93",
54
+ "@fluentui/react-portal": "^9.4.31",
55
+ "@fluentui/react-popover": "^9.9.16",
56
+ "@fluentui/react-positioning": "^9.15.7",
57
+ "@fluentui/react-progress": "^9.1.83",
58
+ "@fluentui/react-provider": "^9.17.0",
59
+ "@fluentui/react-radio": "^9.2.28",
60
+ "@fluentui/react-select": "^9.1.83",
61
+ "@fluentui/react-shared-contexts": "^9.20.0",
62
+ "@fluentui/react-skeleton": "^9.1.11",
63
+ "@fluentui/react-slider": "^9.1.90",
64
+ "@fluentui/react-spinbutton": "^9.2.84",
65
+ "@fluentui/react-spinner": "^9.4.12",
66
+ "@fluentui/react-swatch-picker": "^9.1.6",
67
+ "@fluentui/react-switch": "^9.1.90",
68
+ "@fluentui/react-table": "^9.15.12",
69
+ "@fluentui/react-tabs": "^9.4.27",
70
+ "@fluentui/react-tabster": "^9.22.3",
71
+ "@fluentui/react-tags": "^9.3.13",
72
+ "@fluentui/react-textarea": "^9.3.84",
73
73
  "@fluentui/react-theme": "^9.1.19",
74
- "@fluentui/react-toast": "^9.3.50",
75
- "@fluentui/react-toolbar": "^9.1.89",
76
- "@fluentui/react-tooltip": "^9.4.33",
77
- "@fluentui/react-utilities": "^9.18.12",
78
- "@fluentui/react-text": "^9.4.22",
79
- "@fluentui/react-virtualizer": "9.0.0-alpha.81",
80
- "@fluentui/react-tree": "^9.7.4",
74
+ "@fluentui/react-toast": "^9.3.51",
75
+ "@fluentui/react-toolbar": "^9.1.91",
76
+ "@fluentui/react-tooltip": "^9.4.35",
77
+ "@fluentui/react-utilities": "^9.18.13",
78
+ "@fluentui/react-text": "^9.4.23",
79
+ "@fluentui/react-virtualizer": "9.0.0-alpha.82",
80
+ "@fluentui/react-tree": "^9.7.6",
81
81
  "@griffel/react": "^1.5.22",
82
82
  "@swc/helpers": "^0.5.1",
83
- "@fluentui/react-message-bar": "^9.2.5",
84
- "@fluentui/react-breadcrumb": "^9.0.32",
85
- "@fluentui/react-aria": "^9.13.1",
86
- "@fluentui/react-rating": "^9.0.14",
87
- "@fluentui/react-search": "^9.0.11",
88
- "@fluentui/react-teaching-popover": "^9.1.10",
89
- "@fluentui/react-tag-picker": "^9.2.2",
90
- "@fluentui/react-motion": "^9.3.0"
83
+ "@fluentui/react-message-bar": "^9.2.6",
84
+ "@fluentui/react-breadcrumb": "^9.0.34",
85
+ "@fluentui/react-aria": "^9.13.2",
86
+ "@fluentui/react-rating": "^9.0.15",
87
+ "@fluentui/react-search": "^9.0.13",
88
+ "@fluentui/react-teaching-popover": "^9.1.12",
89
+ "@fluentui/react-tag-picker": "^9.2.4",
90
+ "@fluentui/react-motion": "^9.4.0"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@types/react": ">=16.14.0 <19.0.0",