@fluentui/react-components 9.54.13 → 9.54.15

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 +78 -2
  2. package/package.json +53 -53
package/CHANGELOG.md CHANGED
@@ -1,12 +1,88 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Fri, 16 Aug 2024 10:23:32 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 13 Sep 2024 00:48:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.54.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.15)
8
+
9
+ Fri, 13 Sep 2024 00:48:48 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.14..@fluentui/react-components_v9.54.15)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-carousel-preview`
15
+ - feat: Add CarouselNavContainer for easy layout options, add missing exports and cleanup focus behavior of multiple cards ([PR #32457](https://github.com/microsoft/fluentui/pull/32457) by mifraser@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-carousel-preview`
20
+ - chore: cleanup before the release ([PR #32475](https://github.com/microsoft/fluentui/pull/32475) by olfedias@microsoft.com)
21
+ - `@fluentui/react-dialog`
22
+ - fix: Adjust window height comparison in fractional cases. ([PR #32480](https://github.com/microsoft/fluentui/pull/32480) by owcampbe@microsoft.com)
23
+ - `@fluentui/react-drawer`
24
+ - fix: update scroll state when children changes ([PR #32818](https://github.com/microsoft/fluentui/pull/32818) by marcosvmmoura@gmail.com)
25
+ - fix: apply position: absolute when mountNode is passed ([PR #32816](https://github.com/microsoft/fluentui/pull/32816) by marcosvmmoura@gmail.com)
26
+
27
+ ## [9.54.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.14)
28
+
29
+ Tue, 10 Sep 2024 10:19:04 GMT
30
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.13..@fluentui/react-components_v9.54.14)
31
+
32
+ ### Minor changes
33
+
34
+ - `@fluentui/react-carousel-preview`
35
+ - feat: Add accessibility and focus modes to cards ([PR #32181](https://github.com/microsoft/fluentui/pull/32181) by mifraser@microsoft.com)
36
+ - feat: Add brand appearance to nav buttons, update action states ([PR #32348](https://github.com/microsoft/fluentui/pull/32348) by mifraser@microsoft.com)
37
+ - feat: Add enableDrag option for mouse/touch scroll support ([PR #32388](https://github.com/microsoft/fluentui/pull/32388) by mifraser@microsoft.com)
38
+ - `@fluentui/react-tabs`
39
+ - export Tab component style hooks ([PR #32125](https://github.com/microsoft/fluentui/pull/32125) by kirpadv@gmail.com)
40
+ - `@fluentui/react-tree`
41
+ - bugfix: recover from tabIndex=-1 when TreeItem is removed ([PR #32442](https://github.com/microsoft/fluentui/pull/32442) by bernardo.sunderhus@gmail.com)
42
+
43
+ ### Patches
44
+
45
+ - `@fluentui/react-button`
46
+ - fix: medium and large SplitButton menuButton is at least 24px wide ([PR #32309](https://github.com/microsoft/fluentui/pull/32309) by sarah.higley@microsoft.com)
47
+ - `@fluentui/react-card`
48
+ - fix: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
49
+ - `@fluentui/react-carousel-preview`
50
+ - chore: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
51
+ - `@fluentui/react-checkbox`
52
+ - chore: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
53
+ - `@fluentui/react-dialog`
54
+ - chore: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
55
+ - `@fluentui/react-drawer`
56
+ - chore: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
57
+ - `@fluentui/react-overflow`
58
+ - fix(useOverflowContainer): Removes double overflowManager creation ([PR #32459](https://github.com/microsoft/fluentui/pull/32459) by lingfangao@hotmail.com)
59
+ - `@fluentui/react-select`
60
+ - chore: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
61
+ - `@fluentui/react-spinbutton`
62
+ - fix: remove aria-valuenow from native input element ([PR #32360](https://github.com/microsoft/fluentui/pull/32360) by sarah.higley@microsoft.com)
63
+ - `@fluentui/react-table`
64
+ - fix(TableHeaderCell): should use hover and pressed tokens ([PR #32352](https://github.com/microsoft/fluentui/pull/32352) by lingfangao@hotmail.com)
65
+ - `@fluentui/react-tabs`
66
+ - fix: Improve animation for active tab indicator on tabs with falsy values ([PR #32374](https://github.com/microsoft/fluentui/pull/32374) by kirpadv@gmail.com)
67
+ - `@fluentui/react-tag-picker`
68
+ - bugfix: ensures input behaviour on text selection ([PR #32285](https://github.com/microsoft/fluentui/pull/32285) by bernardo.sunderhus@gmail.com)
69
+ - fix(react-tag-picker): compute aria-label/aria-labelledby for expand button, stories a11y fixes ([PR #32297](https://github.com/microsoft/fluentui/pull/32297) by jiangemma@microsoft.com)
70
+ - fix(react-tag-picker): allows TagPickerGroup to be disabled ([PR #32317](https://github.com/microsoft/fluentui/pull/32317) by jiangemma@microsoft.com)
71
+ - `@fluentui/react-tags`
72
+ - fix(react-tags): allows TagGroup to be disabled ([PR #32317](https://github.com/microsoft/fluentui/pull/32317) by jiangemma@microsoft.com)
73
+ - fix(react-tags): allow TagGroup to be disabled, remove role='img' from Tag dismiss ([PR #32297](https://github.com/microsoft/fluentui/pull/32297) by jiangemma@microsoft.com)
74
+ - `@fluentui/react-teaching-popover`
75
+ - fix: Update popover size to match design guidance 320px, enable image to auto size based on popover surface bounds ([PR #32363](https://github.com/microsoft/fluentui/pull/32363) by mifraser@microsoft.com)
76
+ - `@fluentui/react-tree`
77
+ - bugfix: ensure actions visibility between successive mouse events ([PR #32477](https://github.com/microsoft/fluentui/pull/32477) by bernardo.sunderhus@gmail.com)
78
+ - fix: remove unnecessary aria-hidden attributes that were causing accessibility issues ([PR #32081](https://github.com/microsoft/fluentui/pull/32081) by sarah.higley@microsoft.com)
79
+ - bugfix: ensure onClick handler is not called on every click ([PR #32434](https://github.com/microsoft/fluentui/pull/32434) by bernardo.sunderhus@gmail.com)
80
+ - `@fluentui/react-utilities`
81
+ - chore: follow up on assertSlots fixes ([PR #32323](https://github.com/microsoft/fluentui/pull/32323) by bernardo.sunderhus@gmail.com)
82
+
7
83
  ## [9.54.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.13)
8
84
 
9
- Fri, 16 Aug 2024 10:23:32 GMT
85
+ Fri, 16 Aug 2024 10:24:16 GMT
10
86
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.12..@fluentui/react-components_v9.54.13)
11
87
 
12
88
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.54.13",
3
+ "version": "9.54.15",
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.5.3",
33
+ "@fluentui/react-accordion": "^9.5.4",
34
34
  "@fluentui/react-alert": "9.0.0-beta.124",
35
- "@fluentui/react-avatar": "^9.6.37",
36
- "@fluentui/react-badge": "^9.2.41",
37
- "@fluentui/react-button": "^9.3.89",
38
- "@fluentui/react-card": "^9.0.91",
39
- "@fluentui/react-checkbox": "^9.2.35",
40
- "@fluentui/react-combobox": "^9.13.5",
41
- "@fluentui/react-dialog": "^9.11.12",
42
- "@fluentui/react-divider": "^9.2.73",
43
- "@fluentui/react-drawer": "^9.5.12",
44
- "@fluentui/react-field": "^9.1.74",
45
- "@fluentui/react-image": "^9.1.71",
35
+ "@fluentui/react-avatar": "^9.6.38",
36
+ "@fluentui/react-badge": "^9.2.42",
37
+ "@fluentui/react-button": "^9.3.90",
38
+ "@fluentui/react-card": "^9.0.92",
39
+ "@fluentui/react-checkbox": "^9.2.36",
40
+ "@fluentui/react-combobox": "^9.13.6",
41
+ "@fluentui/react-dialog": "^9.11.14",
42
+ "@fluentui/react-divider": "^9.2.74",
43
+ "@fluentui/react-drawer": "^9.5.14",
44
+ "@fluentui/react-field": "^9.1.75",
45
+ "@fluentui/react-image": "^9.1.72",
46
46
  "@fluentui/react-infobutton": "9.0.0-beta.102",
47
- "@fluentui/react-infolabel": "^9.0.44",
48
- "@fluentui/react-input": "^9.4.87",
49
- "@fluentui/react-label": "^9.1.74",
50
- "@fluentui/react-link": "^9.2.30",
51
- "@fluentui/react-menu": "^9.14.14",
52
- "@fluentui/react-overflow": "^9.1.28",
53
- "@fluentui/react-persona": "^9.2.96",
54
- "@fluentui/react-portal": "^9.4.33",
55
- "@fluentui/react-popover": "^9.9.19",
56
- "@fluentui/react-positioning": "^9.15.7",
57
- "@fluentui/react-progress": "^9.1.85",
58
- "@fluentui/react-provider": "^9.17.2",
59
- "@fluentui/react-radio": "^9.2.30",
60
- "@fluentui/react-select": "^9.1.85",
47
+ "@fluentui/react-infolabel": "^9.0.45",
48
+ "@fluentui/react-input": "^9.4.88",
49
+ "@fluentui/react-label": "^9.1.75",
50
+ "@fluentui/react-link": "^9.2.31",
51
+ "@fluentui/react-menu": "^9.14.15",
52
+ "@fluentui/react-overflow": "^9.1.29",
53
+ "@fluentui/react-persona": "^9.2.97",
54
+ "@fluentui/react-portal": "^9.4.34",
55
+ "@fluentui/react-popover": "^9.9.20",
56
+ "@fluentui/react-positioning": "^9.15.8",
57
+ "@fluentui/react-progress": "^9.1.86",
58
+ "@fluentui/react-provider": "^9.17.3",
59
+ "@fluentui/react-radio": "^9.2.31",
60
+ "@fluentui/react-select": "^9.1.86",
61
61
  "@fluentui/react-shared-contexts": "^9.20.0",
62
- "@fluentui/react-skeleton": "^9.1.14",
63
- "@fluentui/react-slider": "^9.1.92",
64
- "@fluentui/react-spinbutton": "^9.2.86",
65
- "@fluentui/react-spinner": "^9.4.12",
66
- "@fluentui/react-swatch-picker": "^9.1.8",
67
- "@fluentui/react-switch": "^9.1.92",
68
- "@fluentui/react-table": "^9.15.15",
69
- "@fluentui/react-tabs": "^9.4.30",
70
- "@fluentui/react-tabster": "^9.22.5",
71
- "@fluentui/react-tags": "^9.3.16",
72
- "@fluentui/react-textarea": "^9.3.86",
62
+ "@fluentui/react-skeleton": "^9.1.15",
63
+ "@fluentui/react-slider": "^9.1.93",
64
+ "@fluentui/react-spinbutton": "^9.2.87",
65
+ "@fluentui/react-spinner": "^9.4.13",
66
+ "@fluentui/react-swatch-picker": "^9.1.9",
67
+ "@fluentui/react-switch": "^9.1.93",
68
+ "@fluentui/react-table": "^9.15.16",
69
+ "@fluentui/react-tabs": "^9.5.0",
70
+ "@fluentui/react-tabster": "^9.22.6",
71
+ "@fluentui/react-tags": "^9.3.17",
72
+ "@fluentui/react-textarea": "^9.3.87",
73
73
  "@fluentui/react-theme": "^9.1.19",
74
- "@fluentui/react-toast": "^9.3.54",
75
- "@fluentui/react-toolbar": "^9.2.3",
76
- "@fluentui/react-tooltip": "^9.4.37",
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.11",
74
+ "@fluentui/react-toast": "^9.3.55",
75
+ "@fluentui/react-toolbar": "^9.2.4",
76
+ "@fluentui/react-tooltip": "^9.4.38",
77
+ "@fluentui/react-utilities": "^9.18.14",
78
+ "@fluentui/react-text": "^9.4.24",
79
+ "@fluentui/react-virtualizer": "9.0.0-alpha.83",
80
+ "@fluentui/react-tree": "^9.8.0",
81
81
  "@griffel/react": "^1.5.22",
82
82
  "@swc/helpers": "^0.5.1",
83
- "@fluentui/react-message-bar": "^9.2.9",
84
- "@fluentui/react-breadcrumb": "^9.0.36",
85
- "@fluentui/react-aria": "^9.13.4",
86
- "@fluentui/react-rating": "^9.0.17",
87
- "@fluentui/react-search": "^9.0.16",
88
- "@fluentui/react-teaching-popover": "^9.1.15",
89
- "@fluentui/react-tag-picker": "^9.3.1",
90
- "@fluentui/react-motion": "^9.5.0"
83
+ "@fluentui/react-message-bar": "^9.2.10",
84
+ "@fluentui/react-breadcrumb": "^9.0.37",
85
+ "@fluentui/react-aria": "^9.13.5",
86
+ "@fluentui/react-rating": "^9.0.18",
87
+ "@fluentui/react-search": "^9.0.17",
88
+ "@fluentui/react-teaching-popover": "^9.1.16",
89
+ "@fluentui/react-tag-picker": "^9.3.2",
90
+ "@fluentui/react-motion": "^9.5.1"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@types/react": ">=16.14.0 <19.0.0",