@fluentui/react-combobox 9.2.6 → 9.2.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.
- package/CHANGELOG.json +38 -11
- package/CHANGELOG.md +10 -8
- package/lib/components/Option/renderOption.js +1 -1
- package/lib/components/Option/renderOption.js.map +1 -1
- package/lib-commonjs/components/Option/renderOption.js +1 -1
- package/lib-commonjs/components/Option/renderOption.js.map +1 -1
- package/package.json +6 -7
package/CHANGELOG.json
CHANGED
|
@@ -2,34 +2,61 @@
|
|
|
2
2
|
"name": "@fluentui/react-combobox",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@fluentui/react-combobox_v9.2.
|
|
7
|
-
"version": "9.2.
|
|
5
|
+
"date": "Tue, 04 Apr 2023 18:42:17 GMT",
|
|
6
|
+
"tag": "@fluentui/react-combobox_v9.2.7",
|
|
7
|
+
"version": "9.2.7",
|
|
8
8
|
"comments": {
|
|
9
9
|
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "seanmonahan@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-combobox",
|
|
13
|
+
"commit": "83c18ac81b068a45f6ea4d3b7912d5d6873e9d06",
|
|
14
|
+
"comment": "fix: make Option's checkIcon slot render conditionally"
|
|
15
|
+
},
|
|
10
16
|
{
|
|
11
17
|
"author": "beachball",
|
|
12
18
|
"package": "@fluentui/react-combobox",
|
|
13
|
-
"comment": "Bump @fluentui/react-
|
|
14
|
-
"commit": "
|
|
19
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.16",
|
|
20
|
+
"commit": "37a3a6eda1fd41086edd99a0b1560a8740f8c6c5"
|
|
15
21
|
},
|
|
16
22
|
{
|
|
17
23
|
"author": "beachball",
|
|
18
24
|
"package": "@fluentui/react-combobox",
|
|
19
|
-
"comment": "Bump @fluentui/react-
|
|
20
|
-
"commit": "
|
|
25
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.29",
|
|
26
|
+
"commit": "37a3a6eda1fd41086edd99a0b1560a8740f8c6c5"
|
|
21
27
|
},
|
|
22
28
|
{
|
|
23
29
|
"author": "beachball",
|
|
24
30
|
"package": "@fluentui/react-combobox",
|
|
25
|
-
"comment": "Bump @fluentui/react-
|
|
26
|
-
"commit": "
|
|
31
|
+
"comment": "Bump @fluentui/react-portal to v9.2.4",
|
|
32
|
+
"commit": "37a3a6eda1fd41086edd99a0b1560a8740f8c6c5"
|
|
27
33
|
},
|
|
28
34
|
{
|
|
29
35
|
"author": "beachball",
|
|
30
36
|
"package": "@fluentui/react-combobox",
|
|
31
|
-
"comment": "Bump @fluentui/react-
|
|
32
|
-
"commit": "
|
|
37
|
+
"comment": "Bump @fluentui/react-positioning to v9.5.8",
|
|
38
|
+
"commit": "37a3a6eda1fd41086edd99a0b1560a8740f8c6c5"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "beachball",
|
|
42
|
+
"package": "@fluentui/react-combobox",
|
|
43
|
+
"comment": "Bump @fluentui/react-utilities to v9.7.3",
|
|
44
|
+
"commit": "37a3a6eda1fd41086edd99a0b1560a8740f8c6c5"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Fri, 24 Mar 2023 14:58:55 GMT",
|
|
51
|
+
"tag": "@fluentui/react-combobox_v9.2.6",
|
|
52
|
+
"version": "9.2.6",
|
|
53
|
+
"comments": {
|
|
54
|
+
"none": [
|
|
55
|
+
{
|
|
56
|
+
"author": "lingfangao@hotmail.com",
|
|
57
|
+
"package": "@fluentui/react-combobox",
|
|
58
|
+
"commit": "0f198d87130e4f9fcacdaa187b850e507e0b1ec8",
|
|
59
|
+
"comment": "Sync with latest released version on npm"
|
|
33
60
|
}
|
|
34
61
|
]
|
|
35
62
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-combobox
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 04 Apr 2023 18:42:17 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [9.2.
|
|
7
|
+
## [9.2.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.2.7)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-combobox_v9.2.
|
|
9
|
+
Tue, 04 Apr 2023 18:42:17 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-combobox_v9.2.6..@fluentui/react-combobox_v9.2.7)
|
|
11
11
|
|
|
12
12
|
### Patches
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
- Bump @fluentui/react-
|
|
16
|
-
- Bump @fluentui/react-
|
|
17
|
-
- Bump @fluentui/react-
|
|
14
|
+
- fix: make Option's checkIcon slot render conditionally ([PR #27409](https://github.com/microsoft/fluentui/pull/27409) by seanmonahan@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-context-selector to v9.1.16 ([PR #27430](https://github.com/microsoft/fluentui/pull/27430) by beachball)
|
|
16
|
+
- Bump @fluentui/react-field to v9.0.0-alpha.29 ([PR #27430](https://github.com/microsoft/fluentui/pull/27430) by beachball)
|
|
17
|
+
- Bump @fluentui/react-portal to v9.2.4 ([PR #27430](https://github.com/microsoft/fluentui/pull/27430) by beachball)
|
|
18
|
+
- Bump @fluentui/react-positioning to v9.5.8 ([PR #27430](https://github.com/microsoft/fluentui/pull/27430) by beachball)
|
|
19
|
+
- Bump @fluentui/react-utilities to v9.7.3 ([PR #27430](https://github.com/microsoft/fluentui/pull/27430) by beachball)
|
|
18
20
|
|
|
19
21
|
## [9.2.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.2.5)
|
|
20
22
|
|
|
@@ -8,6 +8,6 @@ export const renderOption_unstable = state => {
|
|
|
8
8
|
slots,
|
|
9
9
|
slotProps
|
|
10
10
|
} = getSlots(state);
|
|
11
|
-
return /*#__PURE__*/React.createElement(slots.root, slotProps.root, /*#__PURE__*/React.createElement(slots.checkIcon, slotProps.checkIcon), slotProps.root.children);
|
|
11
|
+
return /*#__PURE__*/React.createElement(slots.root, slotProps.root, slots.checkIcon && /*#__PURE__*/React.createElement(slots.checkIcon, slotProps.checkIcon), slotProps.root.children);
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=renderOption.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","getSlots","renderOption_unstable","state","slots","slotProps","createElement","root","checkIcon","children"],"sources":["../../../src/components/Option/renderOption.tsx"],"sourcesContent":["import * as React from 'react';\nimport { getSlots } from '@fluentui/react-utilities';\nimport type { OptionState, OptionSlots } from './Option.types';\n\n/**\n * Render the final JSX of Option\n */\nexport const renderOption_unstable = (state: OptionState) => {\n const { slots, slotProps } = getSlots<OptionSlots>(state);\n\n return (\n <slots.root {...slotProps.root}>\n <slots.checkIcon {...slotProps.checkIcon}
|
|
1
|
+
{"version":3,"names":["React","getSlots","renderOption_unstable","state","slots","slotProps","createElement","root","checkIcon","children"],"sources":["../../../src/components/Option/renderOption.tsx"],"sourcesContent":["import * as React from 'react';\nimport { getSlots } from '@fluentui/react-utilities';\nimport type { OptionState, OptionSlots } from './Option.types';\n\n/**\n * Render the final JSX of Option\n */\nexport const renderOption_unstable = (state: OptionState) => {\n const { slots, slotProps } = getSlots<OptionSlots>(state);\n\n return (\n <slots.root {...slotProps.root}>\n {slots.checkIcon && <slots.checkIcon {...slotProps.checkIcon} />}\n {slotProps.root.children}\n </slots.root>\n );\n};\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,QAAQ,QAAQ;AAGzB;;;AAGA,OAAO,MAAMC,qBAAA,GAAyBC,KAAA,IAAuB;EAC3D,MAAM;IAAEC,KAAA;IAAOC;EAAS,CAAE,GAAGJ,QAAA,CAAsBE,KAAA;EAEnD,oBACEH,KAAA,CAAAM,aAAA,CAACF,KAAA,CAAMG,IAAI,EAAKF,SAAA,CAAUE,IAAI,EAC3BH,KAAA,CAAMI,SAAS,iBAAIR,KAAA,CAAAM,aAAA,CAACF,KAAA,CAAMI,SAAS,EAAKH,SAAA,CAAUG,SAAS,GAC3DH,SAAA,CAAUE,IAAI,CAACE,QAAQ;AAG9B"}
|
|
@@ -11,7 +11,7 @@ const _react = /*#__PURE__*/ _interopRequireWildcard(require("react"));
|
|
|
11
11
|
const _reactUtilities = require("@fluentui/react-utilities");
|
|
12
12
|
const renderOption_unstable = (state)=>{
|
|
13
13
|
const { slots , slotProps } = (0, _reactUtilities.getSlots)(state);
|
|
14
|
-
return /*#__PURE__*/ _react.createElement(slots.root, slotProps.root, /*#__PURE__*/ _react.createElement(slots.checkIcon, slotProps.checkIcon), slotProps.root.children);
|
|
14
|
+
return /*#__PURE__*/ _react.createElement(slots.root, slotProps.root, slots.checkIcon && /*#__PURE__*/ _react.createElement(slots.checkIcon, slotProps.checkIcon), slotProps.root.children);
|
|
15
15
|
}; //# sourceMappingURL=renderOption.js.map
|
|
16
16
|
|
|
17
17
|
//# sourceMappingURL=renderOption.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../lib/components/Option/renderOption.js"],"sourcesContent":["import * as React from 'react';\nimport { getSlots } from '@fluentui/react-utilities';\n/**\n * Render the final JSX of Option\n */\nexport const renderOption_unstable = state => {\n const {\n slots,\n slotProps\n } = getSlots(state);\n return /*#__PURE__*/React.createElement(slots.root, slotProps.root, /*#__PURE__*/React.createElement(slots.checkIcon, slotProps.checkIcon), slotProps.root.children);\n};\n//# sourceMappingURL=renderOption.js.map"],"names":["renderOption_unstable","state","slots","slotProps","getSlots","React","createElement","root","checkIcon","children"],"mappings":";;;;+BAKaA;;aAAAA;;;6DALU;gCACE;AAIlB,MAAMA,wBAAwBC,CAAAA,QAAS;IAC5C,MAAM,EACJC,MAAK,EACLC,UAAS,EACV,GAAGC,IAAAA,wBAAQ,EAACH;IACb,OAAO,WAAW,GAAEI,OAAMC,aAAa,CAACJ,MAAMK,IAAI,EAAEJ,UAAUI,IAAI,
|
|
1
|
+
{"version":3,"sources":["../../../lib/components/Option/renderOption.js"],"sourcesContent":["import * as React from 'react';\nimport { getSlots } from '@fluentui/react-utilities';\n/**\n * Render the final JSX of Option\n */\nexport const renderOption_unstable = state => {\n const {\n slots,\n slotProps\n } = getSlots(state);\n return /*#__PURE__*/React.createElement(slots.root, slotProps.root, slots.checkIcon && /*#__PURE__*/React.createElement(slots.checkIcon, slotProps.checkIcon), slotProps.root.children);\n};\n//# sourceMappingURL=renderOption.js.map"],"names":["renderOption_unstable","state","slots","slotProps","getSlots","React","createElement","root","checkIcon","children"],"mappings":";;;;+BAKaA;;aAAAA;;;6DALU;gCACE;AAIlB,MAAMA,wBAAwBC,CAAAA,QAAS;IAC5C,MAAM,EACJC,MAAK,EACLC,UAAS,EACV,GAAGC,IAAAA,wBAAQ,EAACH;IACb,OAAO,WAAW,GAAEI,OAAMC,aAAa,CAACJ,MAAMK,IAAI,EAAEJ,UAAUI,IAAI,EAAEL,MAAMM,SAAS,IAAI,WAAW,GAAEH,OAAMC,aAAa,CAACJ,MAAMM,SAAS,EAAEL,UAAUK,SAAS,GAAGL,UAAUI,IAAI,CAACE,QAAQ;AACxL,GACA,wCAAwC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-combobox",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.7",
|
|
4
4
|
"description": "Fluent UI React Combobox component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@fluentui/keyboard-keys": "^9.0.2",
|
|
36
|
-
"@fluentui/react-context-selector": "^9.1.
|
|
37
|
-
"@fluentui/react-field": "9.0.0-alpha.
|
|
36
|
+
"@fluentui/react-context-selector": "^9.1.16",
|
|
37
|
+
"@fluentui/react-field": "9.0.0-alpha.29",
|
|
38
38
|
"@fluentui/react-icons": "^2.0.196",
|
|
39
|
-
"@fluentui/react-portal": "^9.2.
|
|
40
|
-
"@fluentui/react-positioning": "^9.5.
|
|
39
|
+
"@fluentui/react-portal": "^9.2.4",
|
|
40
|
+
"@fluentui/react-positioning": "^9.5.8",
|
|
41
41
|
"@fluentui/react-shared-contexts": "^9.3.3",
|
|
42
42
|
"@fluentui/react-theme": "^9.1.7",
|
|
43
|
-
"@fluentui/react-utilities": "^9.7.
|
|
43
|
+
"@fluentui/react-utilities": "^9.7.3",
|
|
44
44
|
"@griffel/react": "^1.5.2",
|
|
45
45
|
"@swc/helpers": "^0.4.14"
|
|
46
46
|
},
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
"scheduler": "^0.19.0 || ^0.20.0"
|
|
53
53
|
},
|
|
54
54
|
"beachball": {
|
|
55
|
-
"tag": "beta",
|
|
56
55
|
"disallowedChangeTypes": [
|
|
57
56
|
"major",
|
|
58
57
|
"prerelease"
|