@fluentui/react-search 0.0.0-nightly-20240411-0405.1
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 +590 -0
- package/LICENSE +15 -0
- package/README.md +35 -0
- package/dist/index.d.ts +70 -0
- package/lib/SearchBox.js +1 -0
- package/lib/SearchBox.js.map +1 -0
- package/lib/components/SearchBox/SearchBox.js +12 -0
- package/lib/components/SearchBox/SearchBox.js.map +1 -0
- package/lib/components/SearchBox/SearchBox.types.js +1 -0
- package/lib/components/SearchBox/SearchBox.types.js.map +1 -0
- package/lib/components/SearchBox/index.js +5 -0
- package/lib/components/SearchBox/index.js.map +1 -0
- package/lib/components/SearchBox/renderSearchBox.js +19 -0
- package/lib/components/SearchBox/renderSearchBox.js.map +1 -0
- package/lib/components/SearchBox/useSearchBox.js +102 -0
- package/lib/components/SearchBox/useSearchBox.js.map +1 -0
- package/lib/components/SearchBox/useSearchBoxStyles.styles.js +99 -0
- package/lib/components/SearchBox/useSearchBoxStyles.styles.js.map +1 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -0
- package/lib-commonjs/SearchBox.js +6 -0
- package/lib-commonjs/SearchBox.js.map +1 -0
- package/lib-commonjs/components/SearchBox/SearchBox.js +21 -0
- package/lib-commonjs/components/SearchBox/SearchBox.js.map +1 -0
- package/lib-commonjs/components/SearchBox/SearchBox.types.js +6 -0
- package/lib-commonjs/components/SearchBox/SearchBox.types.js.map +1 -0
- package/lib-commonjs/components/SearchBox/index.js +10 -0
- package/lib-commonjs/components/SearchBox/index.js.map +1 -0
- package/lib-commonjs/components/SearchBox/renderSearchBox.js +27 -0
- package/lib-commonjs/components/SearchBox/renderSearchBox.js.map +1 -0
- package/lib-commonjs/components/SearchBox/useSearchBox.js +105 -0
- package/lib-commonjs/components/SearchBox/useSearchBox.js.map +1 -0
- package/lib-commonjs/components/SearchBox/useSearchBoxStyles.styles.js +161 -0
- package/lib-commonjs/components/SearchBox/useSearchBoxStyles.styles.js.map +1 -0
- package/lib-commonjs/index.js +28 -0
- package/lib-commonjs/index.js.map +1 -0
- package/package.json +65 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,590 @@
|
|
|
1
|
+
# Change Log - @fluentui/react-search
|
|
2
|
+
|
|
3
|
+
This log was last generated on Thu, 11 Apr 2024 04:21:43 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
<!-- Start content -->
|
|
6
|
+
|
|
7
|
+
## [0.0.0-nightly-20240411-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v0.0.0-nightly-20240411-0405.1)
|
|
8
|
+
|
|
9
|
+
Thu, 11 Apr 2024 04:21:43 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.2.0..@fluentui/react-search_v0.0.0-nightly-20240411-0405.1)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-input to v0.0.0-nightly-20240411-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/af2e4b609b1b648dc559fece22c0005fcb49dc03) by beachball)
|
|
16
|
+
- Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20240411-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/af2e4b609b1b648dc559fece22c0005fcb49dc03) by beachball)
|
|
17
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20240411-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/af2e4b609b1b648dc559fece22c0005fcb49dc03) by beachball)
|
|
18
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20240411-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/af2e4b609b1b648dc559fece22c0005fcb49dc03) by beachball)
|
|
19
|
+
- Bump @fluentui/react-conformance to v0.0.0-nightly-20240411-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/af2e4b609b1b648dc559fece22c0005fcb49dc03) by beachball)
|
|
20
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240411-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/af2e4b609b1b648dc559fece22c0005fcb49dc03) by beachball)
|
|
21
|
+
|
|
22
|
+
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.2.0)
|
|
23
|
+
|
|
24
|
+
Thu, 04 Apr 2024 12:08:08 GMT
|
|
25
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.51..@fluentui/react-search-preview_v0.2.0)
|
|
26
|
+
|
|
27
|
+
### Minor changes
|
|
28
|
+
|
|
29
|
+
- export SearchBoxChangeEvent type. ([PR #30943](https://github.com/microsoft/fluentui/pull/30943) by seanmonahan@microsoft.com)
|
|
30
|
+
|
|
31
|
+
## [0.1.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.51)
|
|
32
|
+
|
|
33
|
+
Tue, 02 Apr 2024 09:48:01 GMT
|
|
34
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.50..@fluentui/react-search-preview_v0.1.51)
|
|
35
|
+
|
|
36
|
+
### Patches
|
|
37
|
+
|
|
38
|
+
- Bump @fluentui/react-input to v9.4.70 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
|
|
39
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.35 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
|
|
40
|
+
- Bump @fluentui/react-utilities to v9.18.6 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
|
|
41
|
+
|
|
42
|
+
## [0.1.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.50)
|
|
43
|
+
|
|
44
|
+
Mon, 25 Mar 2024 11:12:15 GMT
|
|
45
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.49..@fluentui/react-search-preview_v0.1.50)
|
|
46
|
+
|
|
47
|
+
### Patches
|
|
48
|
+
|
|
49
|
+
- Bump @fluentui/react-input to v9.4.69 ([PR #30845](https://github.com/microsoft/fluentui/pull/30845) by beachball)
|
|
50
|
+
|
|
51
|
+
## [0.1.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.49)
|
|
52
|
+
|
|
53
|
+
Mon, 18 Mar 2024 19:50:46 GMT
|
|
54
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.48..@fluentui/react-search-preview_v0.1.49)
|
|
55
|
+
|
|
56
|
+
### Patches
|
|
57
|
+
|
|
58
|
+
- Bump @fluentui/react-input to v9.4.68 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball)
|
|
59
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.34 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball)
|
|
60
|
+
- Bump @fluentui/react-theme to v9.1.19 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball)
|
|
61
|
+
- Bump @fluentui/react-utilities to v9.18.5 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball)
|
|
62
|
+
|
|
63
|
+
## [0.1.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.48)
|
|
64
|
+
|
|
65
|
+
Fri, 15 Mar 2024 21:43:49 GMT
|
|
66
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.47..@fluentui/react-search-preview_v0.1.48)
|
|
67
|
+
|
|
68
|
+
### Patches
|
|
69
|
+
|
|
70
|
+
- Bump @fluentui/react-input to v9.4.67 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
|
|
71
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.33 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
|
|
72
|
+
- Bump @fluentui/react-theme to v9.1.18 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
|
|
73
|
+
- Bump @fluentui/react-utilities to v9.18.4 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
|
|
74
|
+
|
|
75
|
+
## [0.1.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.47)
|
|
76
|
+
|
|
77
|
+
Thu, 07 Mar 2024 19:33:27 GMT
|
|
78
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.46..@fluentui/react-search-preview_v0.1.47)
|
|
79
|
+
|
|
80
|
+
### Patches
|
|
81
|
+
|
|
82
|
+
- Bump @fluentui/react-input to v9.4.66 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
|
|
83
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.32 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
|
|
84
|
+
- Bump @fluentui/react-theme to v9.1.17 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
|
|
85
|
+
- Bump @fluentui/react-utilities to v9.18.3 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
|
|
86
|
+
|
|
87
|
+
## [0.1.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.46)
|
|
88
|
+
|
|
89
|
+
Wed, 28 Feb 2024 02:34:19 GMT
|
|
90
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.45..@fluentui/react-search-preview_v0.1.46)
|
|
91
|
+
|
|
92
|
+
### Patches
|
|
93
|
+
|
|
94
|
+
- Bump @fluentui/react-input to v9.4.65 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
|
|
95
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.31 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
|
|
96
|
+
- Bump @fluentui/react-utilities to v9.18.2 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
|
|
97
|
+
|
|
98
|
+
## [0.1.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.45)
|
|
99
|
+
|
|
100
|
+
Tue, 20 Feb 2024 14:22:24 GMT
|
|
101
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.44..@fluentui/react-search-preview_v0.1.45)
|
|
102
|
+
|
|
103
|
+
### Patches
|
|
104
|
+
|
|
105
|
+
- chore: disable consistent-callback-type lint rule for existing callbacks ([PR #30293](https://github.com/microsoft/fluentui/pull/30293) by yuanboxue@microsoft.com)
|
|
106
|
+
- Bump @fluentui/react-input to v9.4.64 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
|
|
107
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.30 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
|
|
108
|
+
- Bump @fluentui/react-utilities to v9.18.1 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
|
|
109
|
+
|
|
110
|
+
## [0.1.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.44)
|
|
111
|
+
|
|
112
|
+
Tue, 06 Feb 2024 17:55:20 GMT
|
|
113
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.43..@fluentui/react-search-preview_v0.1.44)
|
|
114
|
+
|
|
115
|
+
### Patches
|
|
116
|
+
|
|
117
|
+
- Adds custom onChange callback on SearchBox preview so consumers can handle clear event. ([PR #29038](https://github.com/microsoft/fluentui/pull/29038) by syphe@outlook.com)
|
|
118
|
+
|
|
119
|
+
## [0.1.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.43)
|
|
120
|
+
|
|
121
|
+
Tue, 30 Jan 2024 23:16:54 GMT
|
|
122
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.42..@fluentui/react-search-preview_v0.1.43)
|
|
123
|
+
|
|
124
|
+
### Patches
|
|
125
|
+
|
|
126
|
+
- Bump @fluentui/react-input to v9.4.63 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
|
|
127
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.29 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
|
|
128
|
+
- Bump @fluentui/react-utilities to v9.18.0 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
|
|
129
|
+
|
|
130
|
+
## [0.1.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.42)
|
|
131
|
+
|
|
132
|
+
Mon, 29 Jan 2024 13:56:06 GMT
|
|
133
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.41..@fluentui/react-search-preview_v0.1.42)
|
|
134
|
+
|
|
135
|
+
### Patches
|
|
136
|
+
|
|
137
|
+
- Bump @fluentui/react-input to v9.4.62 ([PR #30383](https://github.com/microsoft/fluentui/pull/30383) by beachball)
|
|
138
|
+
|
|
139
|
+
## [0.1.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.41)
|
|
140
|
+
|
|
141
|
+
Tue, 23 Jan 2024 15:11:00 GMT
|
|
142
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.40..@fluentui/react-search-preview_v0.1.41)
|
|
143
|
+
|
|
144
|
+
### Patches
|
|
145
|
+
|
|
146
|
+
- Bump @fluentui/react-input to v9.4.61 ([PR #30359](https://github.com/microsoft/fluentui/pull/30359) by beachball)
|
|
147
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.28 ([PR #30359](https://github.com/microsoft/fluentui/pull/30359) by beachball)
|
|
148
|
+
- Bump @fluentui/react-utilities to v9.17.0 ([PR #30359](https://github.com/microsoft/fluentui/pull/30359) by beachball)
|
|
149
|
+
|
|
150
|
+
## [0.1.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.40)
|
|
151
|
+
|
|
152
|
+
Thu, 18 Jan 2024 14:25:03 GMT
|
|
153
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.39..@fluentui/react-search-preview_v0.1.40)
|
|
154
|
+
|
|
155
|
+
### Patches
|
|
156
|
+
|
|
157
|
+
- Bump @fluentui/react-input to v9.4.60 ([PR #30046](https://github.com/microsoft/fluentui/pull/30046) by beachball)
|
|
158
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.27 ([PR #30046](https://github.com/microsoft/fluentui/pull/30046) by beachball)
|
|
159
|
+
- Bump @fluentui/react-utilities to v9.16.1 ([PR #30046](https://github.com/microsoft/fluentui/pull/30046) by beachball)
|
|
160
|
+
|
|
161
|
+
## [0.1.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.39)
|
|
162
|
+
|
|
163
|
+
Wed, 17 Jan 2024 16:18:50 GMT
|
|
164
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.38..@fluentui/react-search-preview_v0.1.39)
|
|
165
|
+
|
|
166
|
+
### Patches
|
|
167
|
+
|
|
168
|
+
- Bump @fluentui/react-input to v9.4.59 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
|
|
169
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.26 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
|
|
170
|
+
- Bump @fluentui/react-utilities to v9.16.0 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
|
|
171
|
+
|
|
172
|
+
## [0.1.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.38)
|
|
173
|
+
|
|
174
|
+
Tue, 16 Jan 2024 13:14:23 GMT
|
|
175
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.37..@fluentui/react-search-preview_v0.1.38)
|
|
176
|
+
|
|
177
|
+
### Patches
|
|
178
|
+
|
|
179
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
180
|
+
- Bump @fluentui/react-input to v9.4.58 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
|
|
181
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.25 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
|
|
182
|
+
|
|
183
|
+
## [0.1.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.37)
|
|
184
|
+
|
|
185
|
+
Mon, 08 Jan 2024 16:24:25 GMT
|
|
186
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.36..@fluentui/react-search-preview_v0.1.37)
|
|
187
|
+
|
|
188
|
+
### Patches
|
|
189
|
+
|
|
190
|
+
- Update version of @fluentui/react-icons to 2.0.224 ([PR #30078](https://github.com/microsoft/fluentui/pull/30078) by ololubek@microsoft.com)
|
|
191
|
+
- Bump @fluentui/react-input to v9.4.57 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
|
|
192
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.24 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
|
|
193
|
+
- Bump @fluentui/react-utilities to v9.15.6 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
|
|
194
|
+
|
|
195
|
+
## [0.1.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.36)
|
|
196
|
+
|
|
197
|
+
Wed, 03 Jan 2024 09:26:44 GMT
|
|
198
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.35..@fluentui/react-search-preview_v0.1.36)
|
|
199
|
+
|
|
200
|
+
### Patches
|
|
201
|
+
|
|
202
|
+
- Bump @fluentui/react-input to v9.4.56 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball)
|
|
203
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.23 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball)
|
|
204
|
+
- Bump @fluentui/react-utilities to v9.15.5 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball)
|
|
205
|
+
|
|
206
|
+
## [0.1.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.35)
|
|
207
|
+
|
|
208
|
+
Mon, 18 Dec 2023 14:40:46 GMT
|
|
209
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.34..@fluentui/react-search-preview_v0.1.35)
|
|
210
|
+
|
|
211
|
+
### Patches
|
|
212
|
+
|
|
213
|
+
- Bump @fluentui/react-input to v9.4.55 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
|
|
214
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.22 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
|
|
215
|
+
- Bump @fluentui/react-utilities to v9.15.4 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
|
|
216
|
+
|
|
217
|
+
## [0.1.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.34)
|
|
218
|
+
|
|
219
|
+
Thu, 14 Dec 2023 09:58:46 GMT
|
|
220
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.33..@fluentui/react-search-preview_v0.1.34)
|
|
221
|
+
|
|
222
|
+
### Patches
|
|
223
|
+
|
|
224
|
+
- Bump @fluentui/react-input to v9.4.54 ([PR #30056](https://github.com/microsoft/fluentui/pull/30056) by beachball)
|
|
225
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.21 ([PR #30056](https://github.com/microsoft/fluentui/pull/30056) by beachball)
|
|
226
|
+
- Bump @fluentui/react-utilities to v9.15.3 ([PR #30056](https://github.com/microsoft/fluentui/pull/30056) by beachball)
|
|
227
|
+
|
|
228
|
+
## [0.1.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.33)
|
|
229
|
+
|
|
230
|
+
Thu, 30 Nov 2023 13:42:08 GMT
|
|
231
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.32..@fluentui/react-search-preview_v0.1.33)
|
|
232
|
+
|
|
233
|
+
### Patches
|
|
234
|
+
|
|
235
|
+
- Bump @fluentui/react-input to v9.4.53 ([PR #29929](https://github.com/microsoft/fluentui/pull/29929) by beachball)
|
|
236
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.20 ([PR #29929](https://github.com/microsoft/fluentui/pull/29929) by beachball)
|
|
237
|
+
|
|
238
|
+
## [0.1.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.32)
|
|
239
|
+
|
|
240
|
+
Mon, 20 Nov 2023 09:55:10 GMT
|
|
241
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.31..@fluentui/react-search-preview_v0.1.32)
|
|
242
|
+
|
|
243
|
+
### Patches
|
|
244
|
+
|
|
245
|
+
- Bump @fluentui/react-input to v9.4.52 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
|
|
246
|
+
|
|
247
|
+
## [0.1.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.31)
|
|
248
|
+
|
|
249
|
+
Thu, 09 Nov 2023 17:29:42 GMT
|
|
250
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.30..@fluentui/react-search-preview_v0.1.31)
|
|
251
|
+
|
|
252
|
+
### Patches
|
|
253
|
+
|
|
254
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
255
|
+
- Bump @fluentui/react-input to v9.4.51 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
|
256
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.19 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
|
257
|
+
- Bump @fluentui/react-theme to v9.1.16 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
|
258
|
+
- Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
|
259
|
+
|
|
260
|
+
## [0.1.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.30)
|
|
261
|
+
|
|
262
|
+
Wed, 01 Nov 2023 12:55:59 GMT
|
|
263
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.29..@fluentui/react-search-preview_v0.1.30)
|
|
264
|
+
|
|
265
|
+
### Patches
|
|
266
|
+
|
|
267
|
+
- Bump @fluentui/react-input to v9.4.50 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
|
|
268
|
+
- Bump @fluentui/react-theme to v9.1.15 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
|
|
269
|
+
|
|
270
|
+
## [0.1.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.29)
|
|
271
|
+
|
|
272
|
+
Sat, 28 Oct 2023 23:35:59 GMT
|
|
273
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.28..@fluentui/react-search-preview_v0.1.29)
|
|
274
|
+
|
|
275
|
+
### Patches
|
|
276
|
+
|
|
277
|
+
- Bump @fluentui/react-input to v9.4.49 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
|
|
278
|
+
|
|
279
|
+
## [0.1.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.28)
|
|
280
|
+
|
|
281
|
+
Wed, 18 Oct 2023 17:54:08 GMT
|
|
282
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.27..@fluentui/react-search-preview_v0.1.28)
|
|
283
|
+
|
|
284
|
+
### Patches
|
|
285
|
+
|
|
286
|
+
- Bump @fluentui/react-input to v9.4.48 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
|
|
287
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.18 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
|
|
288
|
+
- Bump @fluentui/react-utilities to v9.15.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
|
|
289
|
+
|
|
290
|
+
## [0.1.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.27)
|
|
291
|
+
|
|
292
|
+
Thu, 12 Oct 2023 14:55:44 GMT
|
|
293
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.26..@fluentui/react-search-preview_v0.1.27)
|
|
294
|
+
|
|
295
|
+
### Patches
|
|
296
|
+
|
|
297
|
+
- Bump @fluentui/react-input to v9.4.47 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
|
|
298
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
|
|
299
|
+
|
|
300
|
+
## [0.1.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.26)
|
|
301
|
+
|
|
302
|
+
Wed, 11 Oct 2023 13:54:26 GMT
|
|
303
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.25..@fluentui/react-search-preview_v0.1.26)
|
|
304
|
+
|
|
305
|
+
### Patches
|
|
306
|
+
|
|
307
|
+
- Bump @fluentui/react-input to v9.4.46 ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by beachball)
|
|
308
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.16 ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by beachball)
|
|
309
|
+
- Bump @fluentui/react-utilities to v9.15.0 ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by beachball)
|
|
310
|
+
|
|
311
|
+
## [0.1.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.25)
|
|
312
|
+
|
|
313
|
+
Mon, 09 Oct 2023 20:45:44 GMT
|
|
314
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.24..@fluentui/react-search-preview_v0.1.25)
|
|
315
|
+
|
|
316
|
+
### Patches
|
|
317
|
+
|
|
318
|
+
- Bump @fluentui/react-input to v9.4.45 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball)
|
|
319
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.15 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball)
|
|
320
|
+
- Bump @fluentui/react-utilities to v9.14.2 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball)
|
|
321
|
+
|
|
322
|
+
## [0.1.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.24)
|
|
323
|
+
|
|
324
|
+
Thu, 05 Oct 2023 15:25:35 GMT
|
|
325
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.23..@fluentui/react-search-preview_v0.1.24)
|
|
326
|
+
|
|
327
|
+
### Patches
|
|
328
|
+
|
|
329
|
+
- Bump @fluentui/react-input to v9.4.44 ([PR #29412](https://github.com/microsoft/fluentui/pull/29412) by beachball)
|
|
330
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.14 ([PR #29412](https://github.com/microsoft/fluentui/pull/29412) by beachball)
|
|
331
|
+
- Bump @fluentui/react-utilities to v9.14.1 ([PR #29412](https://github.com/microsoft/fluentui/pull/29412) by beachball)
|
|
332
|
+
|
|
333
|
+
## [0.1.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.23)
|
|
334
|
+
|
|
335
|
+
Wed, 04 Oct 2023 08:45:47 GMT
|
|
336
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.22..@fluentui/react-search-preview_v0.1.23)
|
|
337
|
+
|
|
338
|
+
### Patches
|
|
339
|
+
|
|
340
|
+
- Bump @fluentui/react-input to v9.4.43 ([commit](https://github.com/microsoft/fluentui/commit/67b6cc6534e684ed32704dc6c0faee632bb840dc) by beachball)
|
|
341
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.13 ([commit](https://github.com/microsoft/fluentui/commit/67b6cc6534e684ed32704dc6c0faee632bb840dc) by beachball)
|
|
342
|
+
- Bump @fluentui/react-utilities to v9.14.0 ([commit](https://github.com/microsoft/fluentui/commit/67b6cc6534e684ed32704dc6c0faee632bb840dc) by beachball)
|
|
343
|
+
|
|
344
|
+
## [0.1.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.22)
|
|
345
|
+
|
|
346
|
+
Mon, 02 Oct 2023 08:56:05 GMT
|
|
347
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.21..@fluentui/react-search-preview_v0.1.22)
|
|
348
|
+
|
|
349
|
+
### Patches
|
|
350
|
+
|
|
351
|
+
- Bump @fluentui/react-input to v9.4.42 ([PR #29301](https://github.com/microsoft/fluentui/pull/29301) by beachball)
|
|
352
|
+
|
|
353
|
+
## [0.1.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.21)
|
|
354
|
+
|
|
355
|
+
Tue, 26 Sep 2023 17:49:10 GMT
|
|
356
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.20..@fluentui/react-search-preview_v0.1.21)
|
|
357
|
+
|
|
358
|
+
### Patches
|
|
359
|
+
|
|
360
|
+
- chore: trigger manual version bump after broken release ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by yuanboxue@microsoft.com)
|
|
361
|
+
- Bump @fluentui/react-input to v9.4.41 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
|
|
362
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.12 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
|
|
363
|
+
- Bump @fluentui/react-theme to v9.1.14 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
|
|
364
|
+
- Bump @fluentui/react-utilities to v9.13.5 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
|
|
365
|
+
|
|
366
|
+
## [0.1.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.20)
|
|
367
|
+
|
|
368
|
+
Tue, 26 Sep 2023 15:31:51 GMT
|
|
369
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.19..@fluentui/react-search-preview_v0.1.20)
|
|
370
|
+
|
|
371
|
+
### Patches
|
|
372
|
+
|
|
373
|
+
- fix: bump swc core to mitigate transpilation memory leaks ([PR #29253](https://github.com/microsoft/fluentui/pull/29253) by martinhochel@microsoft.com)
|
|
374
|
+
- chore: Update react-icons version to pick up IconDirectionContextProvider updated export ([PR #29151](https://github.com/microsoft/fluentui/pull/29151) by ololubek@microsoft.com)
|
|
375
|
+
- Bump @fluentui/react-input to v9.4.40 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
|
|
376
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.11 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
|
|
377
|
+
- Bump @fluentui/react-theme to v9.1.13 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
|
|
378
|
+
- Bump @fluentui/react-utilities to v9.13.4 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
|
|
379
|
+
|
|
380
|
+
## [0.1.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.19)
|
|
381
|
+
|
|
382
|
+
Wed, 20 Sep 2023 17:47:41 GMT
|
|
383
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.18..@fluentui/react-search-preview_v0.1.19)
|
|
384
|
+
|
|
385
|
+
### Patches
|
|
386
|
+
|
|
387
|
+
- chore: trigger manual version bump after broken release ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by martinhochel@microsoft.com)
|
|
388
|
+
- Bump @fluentui/react-input to v9.4.39 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball)
|
|
389
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.10 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball)
|
|
390
|
+
|
|
391
|
+
## [0.1.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.18)
|
|
392
|
+
|
|
393
|
+
Wed, 20 Sep 2023 14:59:53 GMT
|
|
394
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.17..@fluentui/react-search-preview_v0.1.18)
|
|
395
|
+
|
|
396
|
+
### Patches
|
|
397
|
+
|
|
398
|
+
- Bump @fluentui/react-input to v9.4.38 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball)
|
|
399
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.9 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball)
|
|
400
|
+
|
|
401
|
+
## [0.1.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.17)
|
|
402
|
+
|
|
403
|
+
Thu, 14 Sep 2023 16:44:47 GMT
|
|
404
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.16..@fluentui/react-search-preview_v0.1.17)
|
|
405
|
+
|
|
406
|
+
### Patches
|
|
407
|
+
|
|
408
|
+
- Bump @fluentui/react-input to v9.4.37 ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by beachball)
|
|
409
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.8 ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by beachball)
|
|
410
|
+
|
|
411
|
+
## [0.1.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.16)
|
|
412
|
+
|
|
413
|
+
Tue, 12 Sep 2023 08:51:33 GMT
|
|
414
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.15..@fluentui/react-search-preview_v0.1.16)
|
|
415
|
+
|
|
416
|
+
### Patches
|
|
417
|
+
|
|
418
|
+
- Adds pointer as cursor when hovering on SearchBox clear button ([PR #29039](https://github.com/microsoft/fluentui/pull/29039) by syphe@outlook.com)
|
|
419
|
+
- Bump @fluentui/react-input to v9.4.36 ([PR #29129](https://github.com/microsoft/fluentui/pull/29129) by beachball)
|
|
420
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.7 ([PR #29129](https://github.com/microsoft/fluentui/pull/29129) by beachball)
|
|
421
|
+
|
|
422
|
+
## [0.1.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.15)
|
|
423
|
+
|
|
424
|
+
Wed, 06 Sep 2023 13:31:31 GMT
|
|
425
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.14..@fluentui/react-search-preview_v0.1.15)
|
|
426
|
+
|
|
427
|
+
### Patches
|
|
428
|
+
|
|
429
|
+
- Bump @fluentui/react-input to v9.4.35 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball)
|
|
430
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.6 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball)
|
|
431
|
+
- Bump @fluentui/react-utilities to v9.13.3 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball)
|
|
432
|
+
|
|
433
|
+
## [0.1.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.14)
|
|
434
|
+
|
|
435
|
+
Tue, 05 Sep 2023 15:39:04 GMT
|
|
436
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.13..@fluentui/react-search-preview_v0.1.14)
|
|
437
|
+
|
|
438
|
+
### Patches
|
|
439
|
+
|
|
440
|
+
- Bump @fluentui/react-input to v9.4.34 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball)
|
|
441
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.5 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball)
|
|
442
|
+
- Bump @fluentui/react-utilities to v9.13.2 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball)
|
|
443
|
+
|
|
444
|
+
## [0.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.13)
|
|
445
|
+
|
|
446
|
+
Tue, 05 Sep 2023 13:29:01 GMT
|
|
447
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.12..@fluentui/react-search-preview_v0.1.13)
|
|
448
|
+
|
|
449
|
+
### Patches
|
|
450
|
+
|
|
451
|
+
- chore: migrate package to use JSX importSource ([PR #28959](https://github.com/microsoft/fluentui/pull/28959) by bernardo.sunderhus@gmail.com)
|
|
452
|
+
- bumps @swc/helpers version to 0.5.1 ([PR #28989](https://github.com/microsoft/fluentui/pull/28989) by bernardo.sunderhus@gmail.com)
|
|
453
|
+
- Bump @fluentui/react-input to v9.4.33 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
|
|
454
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.4 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
|
|
455
|
+
- Bump @fluentui/react-theme to v9.1.12 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
|
|
456
|
+
- Bump @fluentui/react-utilities to v9.13.1 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
|
|
457
|
+
|
|
458
|
+
## [0.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.12)
|
|
459
|
+
|
|
460
|
+
Tue, 29 Aug 2023 12:57:36 GMT
|
|
461
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.11..@fluentui/react-search-preview_v0.1.12)
|
|
462
|
+
|
|
463
|
+
### Patches
|
|
464
|
+
|
|
465
|
+
- Bump @fluentui/react-input to v9.4.32 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)
|
|
466
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.3 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)
|
|
467
|
+
- Bump @fluentui/react-utilities to v9.13.0 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball)
|
|
468
|
+
|
|
469
|
+
## [0.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.11)
|
|
470
|
+
|
|
471
|
+
Thu, 24 Aug 2023 10:26:35 GMT
|
|
472
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.10..@fluentui/react-search-preview_v0.1.11)
|
|
473
|
+
|
|
474
|
+
### Patches
|
|
475
|
+
|
|
476
|
+
- Bump @fluentui/react-input to v9.4.31 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball)
|
|
477
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.2 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball)
|
|
478
|
+
- Bump @fluentui/react-utilities to v9.12.0 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball)
|
|
479
|
+
|
|
480
|
+
## [0.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.10)
|
|
481
|
+
|
|
482
|
+
Wed, 23 Aug 2023 12:01:49 GMT
|
|
483
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.9..@fluentui/react-search-preview_v0.1.10)
|
|
484
|
+
|
|
485
|
+
### Patches
|
|
486
|
+
|
|
487
|
+
- Bump @fluentui/react-input to v9.4.30 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
|
|
488
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.1 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
|
|
489
|
+
- Bump @fluentui/react-utilities to v9.11.2 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
|
|
490
|
+
|
|
491
|
+
## [0.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.9)
|
|
492
|
+
|
|
493
|
+
Mon, 21 Aug 2023 11:38:02 GMT
|
|
494
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.8..@fluentui/react-search-preview_v0.1.9)
|
|
495
|
+
|
|
496
|
+
### Patches
|
|
497
|
+
|
|
498
|
+
- chore: migrate to new slots API ([PR #28862](https://github.com/microsoft/fluentui/pull/28862) by bernardo.sunderhus@gmail.com)
|
|
499
|
+
|
|
500
|
+
## [0.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.8)
|
|
501
|
+
|
|
502
|
+
Wed, 16 Aug 2023 17:41:08 GMT
|
|
503
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.7..@fluentui/react-search-preview_v0.1.8)
|
|
504
|
+
|
|
505
|
+
### Patches
|
|
506
|
+
|
|
507
|
+
- Bump @fluentui/react-input to v9.4.29 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)
|
|
508
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.0 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)
|
|
509
|
+
|
|
510
|
+
## [0.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.7)
|
|
511
|
+
|
|
512
|
+
Wed, 16 Aug 2023 11:38:33 GMT
|
|
513
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.6..@fluentui/react-search-preview_v0.1.7)
|
|
514
|
+
|
|
515
|
+
### Patches
|
|
516
|
+
|
|
517
|
+
- Bump @fluentui/react-input to v9.4.28 ([PR #28791](https://github.com/microsoft/fluentui/pull/28791) by beachball)
|
|
518
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16 ([PR #28791](https://github.com/microsoft/fluentui/pull/28791) by beachball)
|
|
519
|
+
|
|
520
|
+
## [0.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.6)
|
|
521
|
+
|
|
522
|
+
Fri, 11 Aug 2023 12:14:26 GMT
|
|
523
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.5..@fluentui/react-search-preview_v0.1.6)
|
|
524
|
+
|
|
525
|
+
### Patches
|
|
526
|
+
|
|
527
|
+
- Bump @fluentui/react-input to v9.4.27 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
|
|
528
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.15 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
|
|
529
|
+
- Bump @fluentui/react-utilities to v9.11.1 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
|
|
530
|
+
|
|
531
|
+
## [0.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.5)
|
|
532
|
+
|
|
533
|
+
Wed, 09 Aug 2023 13:17:02 GMT
|
|
534
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.4..@fluentui/react-search-preview_v0.1.5)
|
|
535
|
+
|
|
536
|
+
### Patches
|
|
537
|
+
|
|
538
|
+
- chore: Update Griffel to latest version ([PR #28684](https://github.com/microsoft/fluentui/pull/28684) by olfedias@microsoft.com)
|
|
539
|
+
- Bump @fluentui/react-input to v9.4.26 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
|
|
540
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
|
|
541
|
+
- Bump @fluentui/react-theme to v9.1.11 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
|
|
542
|
+
|
|
543
|
+
## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.4)
|
|
544
|
+
|
|
545
|
+
Fri, 04 Aug 2023 08:52:58 GMT
|
|
546
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.3..@fluentui/react-search-preview_v0.1.4)
|
|
547
|
+
|
|
548
|
+
### Patches
|
|
549
|
+
|
|
550
|
+
- Bump @fluentui/react-input to v9.4.25 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
551
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.13 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
552
|
+
- Bump @fluentui/react-theme to v9.1.10 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
553
|
+
- Bump @fluentui/react-utilities to v9.11.0 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
554
|
+
|
|
555
|
+
## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.3)
|
|
556
|
+
|
|
557
|
+
Tue, 01 Aug 2023 10:17:21 GMT
|
|
558
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.2..@fluentui/react-search-preview_v0.1.3)
|
|
559
|
+
|
|
560
|
+
### Patches
|
|
561
|
+
|
|
562
|
+
- Bump @fluentui/react-input to v9.4.24 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
|
|
563
|
+
|
|
564
|
+
## [0.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.2)
|
|
565
|
+
|
|
566
|
+
Tue, 25 Jul 2023 13:29:21 GMT
|
|
567
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.1..@fluentui/react-search-preview_v0.1.2)
|
|
568
|
+
|
|
569
|
+
### Patches
|
|
570
|
+
|
|
571
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
572
|
+
- Bump @fluentui/react-input to v9.4.23 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball)
|
|
573
|
+
|
|
574
|
+
## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.1)
|
|
575
|
+
|
|
576
|
+
Thu, 20 Jul 2023 18:27:36 GMT
|
|
577
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search-preview_v0.1.0..@fluentui/react-search-preview_v0.1.1)
|
|
578
|
+
|
|
579
|
+
### Patches
|
|
580
|
+
|
|
581
|
+
- Bump @fluentui/react-input to v9.4.22 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
|
|
582
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
|
|
583
|
+
|
|
584
|
+
## [0.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-search-preview_v0.1.0)
|
|
585
|
+
|
|
586
|
+
Mon, 17 Jul 2023 21:27:35 GMT
|
|
587
|
+
|
|
588
|
+
### Minor changes
|
|
589
|
+
|
|
590
|
+
- feat: release preview package ([PR #28531](https://github.com/microsoft/fluentui/pull/28531) by eysjiang@gmail.com)
|
package/LICENSE
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@fluentui/react-search
|
|
2
|
+
|
|
3
|
+
Copyright (c) Microsoft Corporation
|
|
4
|
+
|
|
5
|
+
All rights reserved.
|
|
6
|
+
|
|
7
|
+
MIT License
|
|
8
|
+
|
|
9
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
12
|
+
|
|
13
|
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14
|
+
|
|
15
|
+
Note: Usage of the fonts and icons referenced in Fluent UI React is subject to the terms listed at https://aka.ms/fluentui-assets-license
|
package/README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# @fluentui/react-search
|
|
2
|
+
|
|
3
|
+
**React Search components for [Fluent UI React](https://react.fluentui.dev/)**
|
|
4
|
+
|
|
5
|
+
The `SearchBox` component allows the users to access information with ease, providing flexibility and the ability to clear and filter the search.
|
|
6
|
+
|
|
7
|
+
### Usage
|
|
8
|
+
|
|
9
|
+
Import SearchBox:
|
|
10
|
+
|
|
11
|
+
```js
|
|
12
|
+
import { SearchBox } from '@fluentui/react-search';
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
#### Examples
|
|
16
|
+
|
|
17
|
+
```jsx
|
|
18
|
+
<SearchBox defaultValue="Hello, World!" />
|
|
19
|
+
<SearchBox value={value} onChange={onInputChange} />
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
See [Fluent UI Storybook](https://react.fluentui.dev/) for more detailed usage examples.
|
|
23
|
+
|
|
24
|
+
Alternatively, run Storybook locally with:
|
|
25
|
+
|
|
26
|
+
1. `yarn start`
|
|
27
|
+
2. Select `react-search` from the list.
|
|
28
|
+
|
|
29
|
+
### Specification
|
|
30
|
+
|
|
31
|
+
See [Spec.md](./docs/Spec.md)
|
|
32
|
+
|
|
33
|
+
### Upgrade Guide
|
|
34
|
+
|
|
35
|
+
If you're upgrading to Fluent UI v9 see the upgrade guide in [Storybook](https://react.fluentui.dev/) under Concepts > Upgrading.
|