@fluentui/react-components 9.18.8 → 9.18.9

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.json CHANGED
@@ -2,7 +2,66 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 06 Apr 2023 23:59:45 GMT",
5
+ "date": "Wed, 12 Apr 2023 09:28:14 GMT",
6
+ "tag": "@fluentui/react-components_v9.18.9",
7
+ "version": "9.18.9",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-badge",
13
+ "commit": "72acd40b2319325eb725760888185a2fabdd46e7",
14
+ "comment": "fix(react-badge): Use min-width: max-content on Badge to prevent shrinking smaller than content"
15
+ },
16
+ {
17
+ "author": "sarah.higley@microsoft.com",
18
+ "package": "@fluentui/react-combobox",
19
+ "commit": "7b241289e260b97db8cd1fc4347d521a694b06d7",
20
+ "comment": "fix: popup now defines fallbackPositions to use when it doesn't fit the screen"
21
+ },
22
+ {
23
+ "author": "bernardo.sunderhus@gmail.com",
24
+ "package": "@fluentui/react-dialog",
25
+ "commit": "841ea75d516d85b88eb826030718c19c3239ee4d",
26
+ "comment": "fix: use tabster to focus on trigger, instead of manually invoking .focus"
27
+ },
28
+ {
29
+ "author": "behowell@microsoft.com",
30
+ "package": "@fluentui/react-radio",
31
+ "commit": "865a699268e85c55ba9f26c2b4a109161e48576c",
32
+ "comment": "fix: Have RadioGroup forward aria-describedby to each of the Radio items inside"
33
+ },
34
+ {
35
+ "author": "kakrookaran@gmail.com",
36
+ "package": "@fluentui/react-tabs",
37
+ "commit": "4652fbe1f9472d5080af23ace0085b1dddd3013c",
38
+ "comment": "added aria-orientation attribute"
39
+ },
40
+ {
41
+ "author": "olfedias@microsoft.com",
42
+ "package": "@fluentui/react-utilities",
43
+ "commit": "1539311d63dfa731f1bbf1e08ab002a43c52f9a0",
44
+ "comment": "fix(hooks): cleanup event listeners only when \"disabled\" is false"
45
+ }
46
+ ],
47
+ "prerelease": [
48
+ {
49
+ "author": "esteban.230@hotmail.com",
50
+ "package": "@fluentui/react-datepicker-compat",
51
+ "commit": "740f3aa9dc9946d9f646831e92f8eccc34e80a22",
52
+ "comment": "feat: Make package public."
53
+ },
54
+ {
55
+ "author": "behowell@microsoft.com",
56
+ "package": "@fluentui/react-field",
57
+ "commit": "3bad9d0fca9713c3e375831b26fc2e9d96f3fd35",
58
+ "comment": "fix: Make contextValues argument required on renderField_unstable"
59
+ }
60
+ ]
61
+ }
62
+ },
63
+ {
64
+ "date": "Fri, 07 Apr 2023 00:01:35 GMT",
6
65
  "tag": "@fluentui/react-components_v9.18.8",
7
66
  "version": "9.18.8",
8
67
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 06 Apr 2023 23:59:45 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Apr 2023 09:28:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.18.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.18.9)
8
+
9
+ Wed, 12 Apr 2023 09:28:14 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.8..@fluentui/react-components_v9.18.9)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-badge`
15
+ - fix(react-badge): Use min-width: max-content on Badge to prevent shrinking smaller than content ([PR #27489](https://github.com/microsoft/fluentui/pull/27489) by behowell@microsoft.com)
16
+ - `@fluentui/react-combobox`
17
+ - fix: popup now defines fallbackPositions to use when it doesn't fit the screen ([PR #27521](https://github.com/microsoft/fluentui/pull/27521) by sarah.higley@microsoft.com)
18
+ - `@fluentui/react-dialog`
19
+ - fix: use tabster to focus on trigger, instead of manually invoking .focus ([PR #27512](https://github.com/microsoft/fluentui/pull/27512) by bernardo.sunderhus@gmail.com)
20
+ - `@fluentui/react-radio`
21
+ - fix: Have RadioGroup forward aria-describedby to each of the Radio items inside ([PR #27456](https://github.com/microsoft/fluentui/pull/27456) by behowell@microsoft.com)
22
+ - `@fluentui/react-tabs`
23
+ - added aria-orientation attribute ([PR #27315](https://github.com/microsoft/fluentui/pull/27315) by kakrookaran@gmail.com)
24
+ - `@fluentui/react-utilities`
25
+ - fix(hooks): cleanup event listeners only when "disabled" is false ([PR #27516](https://github.com/microsoft/fluentui/pull/27516) by olfedias@microsoft.com)
26
+
27
+ ### Changes
28
+
29
+ - `@fluentui/react-datepicker-compat`
30
+ - feat: Make package public. ([PR #27524](https://github.com/microsoft/fluentui/pull/27524) by esteban.230@hotmail.com)
31
+ - `@fluentui/react-field`
32
+ - fix: Make contextValues argument required on renderField_unstable ([PR #27436](https://github.com/microsoft/fluentui/pull/27436) by behowell@microsoft.com)
33
+
7
34
  ## [9.18.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.18.8)
8
35
 
9
- Thu, 06 Apr 2023 23:59:45 GMT
36
+ Fri, 07 Apr 2023 00:01:35 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.7..@fluentui/react-components_v9.18.8)
11
38
 
12
39
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.18.8",
3
+ "version": "9.18.9",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,49 +31,49 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-accordion": "^9.1.7",
35
- "@fluentui/react-alert": "9.0.0-beta.42",
36
- "@fluentui/react-avatar": "^9.4.7",
37
- "@fluentui/react-badge": "^9.1.7",
38
- "@fluentui/react-button": "^9.3.7",
39
- "@fluentui/react-card": "^9.0.5",
40
- "@fluentui/react-checkbox": "^9.1.8",
41
- "@fluentui/react-combobox": "^9.2.8",
42
- "@fluentui/react-dialog": "^9.5.0",
43
- "@fluentui/react-divider": "^9.2.7",
44
- "@fluentui/react-field": "9.0.0-beta.1",
45
- "@fluentui/react-image": "^9.1.4",
46
- "@fluentui/react-infobutton": "9.0.0-beta.25",
47
- "@fluentui/react-input": "^9.4.8",
48
- "@fluentui/react-label": "^9.1.7",
49
- "@fluentui/react-link": "^9.0.33",
50
- "@fluentui/react-menu": "^9.7.7",
51
- "@fluentui/react-overflow": "^9.0.13",
52
- "@fluentui/react-persona": "^9.2.6",
53
- "@fluentui/react-portal": "^9.2.4",
54
- "@fluentui/react-popover": "^9.5.7",
55
- "@fluentui/react-positioning": "^9.5.8",
56
- "@fluentui/react-progress": "^9.1.8",
57
- "@fluentui/react-provider": "^9.5.1",
58
- "@fluentui/react-radio": "^9.1.8",
59
- "@fluentui/react-select": "^9.1.8",
34
+ "@fluentui/react-accordion": "^9.1.8",
35
+ "@fluentui/react-alert": "9.0.0-beta.43",
36
+ "@fluentui/react-avatar": "^9.4.8",
37
+ "@fluentui/react-badge": "^9.1.8",
38
+ "@fluentui/react-button": "^9.3.8",
39
+ "@fluentui/react-card": "^9.0.6",
40
+ "@fluentui/react-checkbox": "^9.1.9",
41
+ "@fluentui/react-combobox": "^9.2.9",
42
+ "@fluentui/react-dialog": "^9.5.1",
43
+ "@fluentui/react-divider": "^9.2.8",
44
+ "@fluentui/react-field": "9.0.0-beta.2",
45
+ "@fluentui/react-image": "^9.1.5",
46
+ "@fluentui/react-infobutton": "9.0.0-beta.26",
47
+ "@fluentui/react-input": "^9.4.9",
48
+ "@fluentui/react-label": "^9.1.8",
49
+ "@fluentui/react-link": "^9.0.34",
50
+ "@fluentui/react-menu": "^9.7.8",
51
+ "@fluentui/react-overflow": "^9.0.14",
52
+ "@fluentui/react-persona": "^9.2.7",
53
+ "@fluentui/react-portal": "^9.2.5",
54
+ "@fluentui/react-popover": "^9.5.8",
55
+ "@fluentui/react-positioning": "^9.5.9",
56
+ "@fluentui/react-progress": "^9.1.9",
57
+ "@fluentui/react-provider": "^9.5.2",
58
+ "@fluentui/react-radio": "^9.1.9",
59
+ "@fluentui/react-select": "^9.1.9",
60
60
  "@fluentui/react-shared-contexts": "^9.3.3",
61
- "@fluentui/react-skeleton": "9.0.0-beta.7",
62
- "@fluentui/react-slider": "^9.1.8",
63
- "@fluentui/react-spinbutton": "^9.2.8",
64
- "@fluentui/react-spinner": "^9.1.7",
65
- "@fluentui/react-switch": "^9.1.8",
66
- "@fluentui/react-table": "^9.2.4",
67
- "@fluentui/react-tabs": "^9.3.8",
68
- "@fluentui/react-tabster": "^9.6.3",
69
- "@fluentui/react-textarea": "^9.3.8",
61
+ "@fluentui/react-skeleton": "9.0.0-beta.8",
62
+ "@fluentui/react-slider": "^9.1.9",
63
+ "@fluentui/react-spinbutton": "^9.2.9",
64
+ "@fluentui/react-spinner": "^9.1.8",
65
+ "@fluentui/react-switch": "^9.1.9",
66
+ "@fluentui/react-table": "^9.2.5",
67
+ "@fluentui/react-tabs": "^9.3.9",
68
+ "@fluentui/react-tabster": "^9.6.4",
69
+ "@fluentui/react-textarea": "^9.3.9",
70
70
  "@fluentui/react-theme": "^9.1.7",
71
- "@fluentui/react-toolbar": "^9.1.8",
72
- "@fluentui/react-tooltip": "^9.2.7",
73
- "@fluentui/react-utilities": "^9.7.3",
74
- "@fluentui/react-text": "^9.3.4",
75
- "@fluentui/react-virtualizer": "9.0.0-alpha.15",
76
- "@fluentui/react-tree": "9.0.0-beta.9",
71
+ "@fluentui/react-toolbar": "^9.1.9",
72
+ "@fluentui/react-tooltip": "^9.2.8",
73
+ "@fluentui/react-utilities": "^9.7.4",
74
+ "@fluentui/react-text": "^9.3.5",
75
+ "@fluentui/react-virtualizer": "9.0.0-alpha.16",
76
+ "@fluentui/react-tree": "9.0.0-beta.10",
77
77
  "@griffel/react": "^1.5.2",
78
78
  "@swc/helpers": "^0.4.14"
79
79
  },