@spectrum-web-components/search 1.9.0 → 1.9.1-nightly.20251028214328
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 +883 -0
- package/package.json +75 -75
- package/src/search-overrides.css.dev.js.map +2 -2
- package/src/search-overrides.css.js.map +2 -2
- package/src/search.css.dev.js.map +2 -2
- package/src/search.css.js.map +2 -2
- package/src/spectrum-search.css.dev.js.map +2 -2
- package/src/spectrum-search.css.js.map +2 -2
- package/stories/search-sizes.stories.js +30 -0
- package/stories/search-sizes.stories.js.map +7 -0
- package/stories/search.stories.js +27 -0
- package/stories/search.stories.js.map +7 -0
- package/test/benchmark/test-basic.js +14 -0
- package/test/benchmark/test-basic.js.map +7 -0
- package/test/search-memory.test.js +8 -0
- package/{sp-search.dev.js.map → test/search-memory.test.js.map} +3 -3
- package/test/search-sizes.test-vrt.js +5 -0
- package/{sp-search.js.map → test/search-sizes.test-vrt.js.map} +4 -4
- package/test/search.test-vrt.js +5 -0
- package/test/search.test-vrt.js.map +7 -0
- package/test/search.test.js +181 -0
- package/test/search.test.js.map +7 -0
- package/custom-elements.json +0 -223
- package/sp-search.d.ts +0 -17
- package/sp-search.dev.js +0 -5
- package/sp-search.js +0 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,883 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## 1.9.1-nightly.20251028214328
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @spectrum-web-components/base@1.9.1-nightly.20251028214328
|
|
9
|
+
- @spectrum-web-components/button@1.9.1-nightly.20251028214328
|
|
10
|
+
- @spectrum-web-components/icon@1.9.1-nightly.20251028214328
|
|
11
|
+
- @spectrum-web-components/icons-workflow@1.9.1-nightly.20251028214328
|
|
12
|
+
- @spectrum-web-components/textfield@1.9.1-nightly.20251028214328
|
|
13
|
+
|
|
14
|
+
## 1.9.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`7d23140`](https://github.com/adobe/spectrum-web-components/commit/7d23140c21f0006ddea8a5cf39478ff36acbfbb8), [`bdf54c1`](https://github.com/adobe/spectrum-web-components/commit/bdf54c1bc6d3eb20da1a1bf3b40650e6ab1ba399), [`72d807c`](https://github.com/adobe/spectrum-web-components/commit/72d807c75d04b0fec1794a8d3e68383ca61d9e4c), [`14ebeb9`](https://github.com/adobe/spectrum-web-components/commit/14ebeb9e8a24de9c9a80e7f3f0babd19a34e8179)]:
|
|
19
|
+
- @spectrum-web-components/button@1.9.0
|
|
20
|
+
- @spectrum-web-components/icons-workflow@1.9.0
|
|
21
|
+
- @spectrum-web-components/textfield@1.9.0
|
|
22
|
+
- @spectrum-web-components/icon@1.9.0
|
|
23
|
+
- @spectrum-web-components/base@1.9.0
|
|
24
|
+
|
|
25
|
+
## 1.8.0
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [[`15be17d`](https://github.com/adobe/spectrum-web-components/commit/15be17db91f1140ccf3cad52b1f2ed6c4b9e28ba)]:
|
|
30
|
+
- @spectrum-web-components/button@1.8.0
|
|
31
|
+
- @spectrum-web-components/icon@1.8.0
|
|
32
|
+
- @spectrum-web-components/icons-workflow@1.8.0
|
|
33
|
+
- @spectrum-web-components/textfield@1.8.0
|
|
34
|
+
- @spectrum-web-components/base@1.8.0
|
|
35
|
+
|
|
36
|
+
## 1.7.0
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [[`cde976d`](https://github.com/adobe/spectrum-web-components/commit/cde976ddfa71f898e2d0404ecc53150db149a861)]:
|
|
41
|
+
- @spectrum-web-components/textfield@1.7.0
|
|
42
|
+
- @spectrum-web-components/button@1.7.0
|
|
43
|
+
- @spectrum-web-components/icon@1.7.0
|
|
44
|
+
- @spectrum-web-components/icons-workflow@1.7.0
|
|
45
|
+
- @spectrum-web-components/base@1.7.0
|
|
46
|
+
|
|
47
|
+
## 1.6.0
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- [#5157](https://github.com/adobe/spectrum-web-components/pull/5157) [`9e15a66`](https://github.com/adobe/spectrum-web-components/commit/9e15a66a281745004add414ff977d4a71186aedd) Thanks [@TarunAdobe](https://github.com/TarunAdobe)! - # Release Note
|
|
52
|
+
|
|
53
|
+
## Infield Button
|
|
54
|
+
|
|
55
|
+
### 6.1.2
|
|
56
|
+
- [#3615](https://github.com/adobe/spectrum-css/pull/3615) [`f09c84a`](https://github.com/adobe/spectrum-css/commit/f09c84ae9922d67b6fe237d693afee0fab53fa67) Thanks [@Rajdeepc](https://github.com/Rajdeepc)! - ### Infield button fast follows
|
|
57
|
+
- Updated infield button disabled border color to use `-spectrum-gray-300` for spectrum-two theme and `-spectrum-gray-200` for other themes.
|
|
58
|
+
|
|
59
|
+
### 6.1.1
|
|
60
|
+
|
|
61
|
+
📝 [#3536](https://github.com/adobe/spectrum-css/pull/3536) [`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)!
|
|
62
|
+
- S2 Foundations fixes
|
|
63
|
+
- Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
|
|
64
|
+
- This corresponds to the background-color updates picker has for S2.
|
|
65
|
+
- Corrects the border color for the default picker for S2 foundations, using `gray-500` (instead of `gray-800`) to align with other field/form components.
|
|
66
|
+
- Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.
|
|
67
|
+
|
|
68
|
+
### 6.1.0
|
|
69
|
+
|
|
70
|
+
📝 [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!
|
|
71
|
+
|
|
72
|
+
Dependency alignment across the project.
|
|
73
|
+
- Updated dependencies [[`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee), [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
|
|
74
|
+
- @spectrum-css/icon@9.1.0
|
|
75
|
+
- @spectrum-css/tokens@16.0.1
|
|
76
|
+
|
|
77
|
+
## Number Field
|
|
78
|
+
|
|
79
|
+
Bump @spectrum-css/stepper to 7.1.3
|
|
80
|
+
|
|
81
|
+
### 7.1.3
|
|
82
|
+
- [#3621](https://github.com/adobe/spectrum-css/pull/3621) [`3aec28a`](https://github.com/adobe/spectrum-css/commit/3aec28aac60bdf32a585fa8ff38559d80b57ff86) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)!
|
|
83
|
+
- Updates `-spectrum-stepper-buttons-border-color-keyboard-focus` from `gray-900` to `gray-800` to match the rest of the border color on keyboardFocus.
|
|
84
|
+
|
|
85
|
+
### 7.1.2
|
|
86
|
+
|
|
87
|
+
📝 [#3594](https://github.com/adobe/spectrum-css/pull/3594) [`6200a63`](https://github.com/adobe/spectrum-css/commit/6200a63f2c7dc1d2b0481c33b17c86427726c0bd) Thanks [@TarunAdobe](https://github.com/TarunAdobe)!
|
|
88
|
+
- Updates Stepper's key-focus border color (`-spectrum-stepper-border-color-keyboard-focus`) to `-spectrum-gray-800`.
|
|
89
|
+
|
|
90
|
+
### 7.1.1
|
|
91
|
+
|
|
92
|
+
📝 [#3536](https://github.com/adobe/spectrum-css/pull/3536) [`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)!
|
|
93
|
+
- S2 Foundations fixes
|
|
94
|
+
- Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
|
|
95
|
+
- This corresponds to the background-color updates picker has for S2.
|
|
96
|
+
- Corrects the border color for the default picker for S2 foundations, using `gray-500` (instead of `gray-800`) to align with other field/form components.
|
|
97
|
+
- Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.
|
|
98
|
+
|
|
99
|
+
### 7.1.0
|
|
100
|
+
|
|
101
|
+
📝 [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!
|
|
102
|
+
|
|
103
|
+
Dependency alignment across the project.
|
|
104
|
+
- Updated dependencies [[`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee), [`9b108f7`](https://github.com/adobe/spectrum-css/commit/9b108f7e05df1f55ab315dad96736d3ff4757f8c), [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
|
|
105
|
+
- @spectrum-css/actionbutton@8.0.0
|
|
106
|
+
- @spectrum-css/icon@9.1.0
|
|
107
|
+
- @spectrum-css/infieldbutton@7.0.0
|
|
108
|
+
- @spectrum-css/textfield@9.0.0
|
|
109
|
+
- @spectrum-css/tokens@16.0.1
|
|
110
|
+
|
|
111
|
+
## Textfield
|
|
112
|
+
|
|
113
|
+
### 8.1.1
|
|
114
|
+
|
|
115
|
+
📝 [#3575](https://github.com/adobe/spectrum-css/pull/3575) [`2e17d10`](https://github.com/adobe/spectrum-css/commit/2e17d109ebec3c2745c32a15840af5c636c8dc5d) Thanks [@TarunAdobe](https://github.com/TarunAdobe)!
|
|
116
|
+
- Updated border color on keyboard focus state for textfield in spectrum-two theme.
|
|
117
|
+
|
|
118
|
+
### 8.1.0
|
|
119
|
+
|
|
120
|
+
📝 [#3539](https://github.com/adobe/spectrum-css/pull/3539) [`9b108f7`](https://github.com/adobe/spectrum-css/commit/9b108f7e05df1f55ab315dad96736d3ff4757f8c) Thanks [@rise-erpelding](https://github.com/rise-erpelding)!
|
|
121
|
+
- Updates invalid icon spacing to be vertically centered for S2.
|
|
122
|
+
|
|
123
|
+
📝 [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!
|
|
124
|
+
- Dependency alignment across the project.
|
|
125
|
+
|
|
126
|
+
Set component peerDependencies as optional to reduce console warnings on downstream projects.
|
|
127
|
+
- Updated dependencies [[`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee), [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
|
|
128
|
+
- @spectrum-css/helptext@8.0.0
|
|
129
|
+
- @spectrum-css/tokens@16.0.1
|
|
130
|
+
|
|
131
|
+
## Search
|
|
132
|
+
|
|
133
|
+
### 8.1.2
|
|
134
|
+
- [#3658](https://github.com/adobe/spectrum-css/pull/3658) [`e9fde67`](https://github.com/adobe/spectrum-css/commit/e9fde67bf341798a6ab34f227b2e7a417d1e5da7) Thanks [@rise-erpelding](https://github.com/rise-erpelding)! - Change S2 theme border color to gray-800 on keyfocus per design request in order to align with text field.
|
|
135
|
+
|
|
136
|
+
### 8.1.1
|
|
137
|
+
|
|
138
|
+
📝 [#3593](https://github.com/adobe/spectrum-css/pull/3593) [`d829abb`](https://github.com/adobe/spectrum-css/commit/d829abb44f1eaa1874090e52caee553d776684e7) Thanks [@TarunAdobe](https://github.com/TarunAdobe)!
|
|
139
|
+
|
|
140
|
+
Updated `--spectrum-search-background-color-disabled` to `--spectrum-gray-25` and `--spectrum-search-border-color-disabled` to `--spectrum-gray-300` for the S2 foundations contexts.
|
|
141
|
+
|
|
142
|
+
Also defines disabled quiet border and background colors (`--system-search-quiet-background-color-disabled` and `--system-search-quiet-border-color-disabled`) in order to maintain disabled quiet styling.
|
|
143
|
+
|
|
144
|
+
### 8.1.0
|
|
145
|
+
|
|
146
|
+
📝 [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!
|
|
147
|
+
|
|
148
|
+
Dependency alignment across the project.
|
|
149
|
+
- Updated dependencies [[`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee), [`9b108f7`](https://github.com/adobe/spectrum-css/commit/9b108f7e05df1f55ab315dad96736d3ff4757f8c), [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
|
|
150
|
+
- @spectrum-css/clearbutton@8.0.0
|
|
151
|
+
- @spectrum-css/icon@9.1.0
|
|
152
|
+
- @spectrum-css/textfield@9.0.0
|
|
153
|
+
- @spectrum-css/tokens@16.0.1
|
|
154
|
+
|
|
155
|
+
- Updated dependencies [[`f6cebbd`](https://github.com/adobe/spectrum-web-components/commit/f6cebbd90008a2abb1232c355ae06e8566086093), [`00eb0a8`](https://github.com/adobe/spectrum-web-components/commit/00eb0a889583dff9d964341d9c1c27048be3d19e), [`9e15a66`](https://github.com/adobe/spectrum-web-components/commit/9e15a66a281745004add414ff977d4a71186aedd)]:
|
|
156
|
+
- @spectrum-web-components/icons-workflow@1.6.0
|
|
157
|
+
- @spectrum-web-components/button@1.6.0
|
|
158
|
+
- @spectrum-web-components/textfield@1.6.0
|
|
159
|
+
- @spectrum-web-components/icon@1.6.0
|
|
160
|
+
- @spectrum-web-components/base@1.6.0
|
|
161
|
+
|
|
162
|
+
## 1.5.0
|
|
163
|
+
|
|
164
|
+
### Patch Changes
|
|
165
|
+
|
|
166
|
+
- Updated dependencies [[`4e06533`](https://github.com/adobe/spectrum-web-components/commit/4e065332e0236757fc3a050e53747ce82ac40ed5)]:
|
|
167
|
+
- @spectrum-web-components/button@1.5.0
|
|
168
|
+
- @spectrum-web-components/textfield@1.5.0
|
|
169
|
+
- @spectrum-web-components/icon@1.5.0
|
|
170
|
+
- @spectrum-web-components/icons-workflow@1.5.0
|
|
171
|
+
- @spectrum-web-components/base@1.5.0
|
|
172
|
+
|
|
173
|
+
## 1.4.0
|
|
174
|
+
|
|
175
|
+
### Patch Changes
|
|
176
|
+
|
|
177
|
+
- Updated dependencies []:
|
|
178
|
+
- @spectrum-web-components/button@1.4.0
|
|
179
|
+
- @spectrum-web-components/icon@1.4.0
|
|
180
|
+
- @spectrum-web-components/icons-workflow@1.4.0
|
|
181
|
+
- @spectrum-web-components/textfield@1.4.0
|
|
182
|
+
- @spectrum-web-components/base@1.4.0
|
|
183
|
+
|
|
184
|
+
## 1.3.0
|
|
185
|
+
|
|
186
|
+
### Patch Changes
|
|
187
|
+
|
|
188
|
+
- Updated dependencies []:
|
|
189
|
+
- @spectrum-web-components/button@1.3.0
|
|
190
|
+
- @spectrum-web-components/icon@1.3.0
|
|
191
|
+
- @spectrum-web-components/icons-workflow@1.3.0
|
|
192
|
+
- @spectrum-web-components/textfield@1.3.0
|
|
193
|
+
- @spectrum-web-components/base@1.3.0
|
|
194
|
+
|
|
195
|
+
All notable changes to this project will be documented in this file.
|
|
196
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
197
|
+
|
|
198
|
+
# [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
|
|
199
|
+
|
|
200
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
201
|
+
|
|
202
|
+
## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
|
|
203
|
+
|
|
204
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
205
|
+
|
|
206
|
+
## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
|
|
207
|
+
|
|
208
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
209
|
+
|
|
210
|
+
# [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
|
|
211
|
+
|
|
212
|
+
### Bug Fixes
|
|
213
|
+
|
|
214
|
+
- lock prerelease versions for Spectrum CSS ([#5014](https://github.com/adobe/spectrum-web-components/issues/5014)) ([8aa7734](https://github.com/adobe/spectrum-web-components/commit/8aa77342f169b75ecbd1c07a2a1050860b182822))
|
|
215
|
+
|
|
216
|
+
## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
|
|
217
|
+
|
|
218
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
219
|
+
|
|
220
|
+
## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
|
|
221
|
+
|
|
222
|
+
### Bug Fixes
|
|
223
|
+
|
|
224
|
+
- **search:** clear button ui in express ([#4910](https://github.com/adobe/spectrum-web-components/issues/4910)) ([f88e1e2](https://github.com/adobe/spectrum-web-components/commit/f88e1e2c03ed74f8d3f7924d395a34168afd244c))
|
|
225
|
+
|
|
226
|
+
# [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
|
|
227
|
+
|
|
228
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
229
|
+
|
|
230
|
+
# [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
|
|
231
|
+
|
|
232
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
233
|
+
|
|
234
|
+
## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
|
|
235
|
+
|
|
236
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
237
|
+
|
|
238
|
+
# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
|
|
239
|
+
|
|
240
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
241
|
+
|
|
242
|
+
## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
|
|
243
|
+
|
|
244
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
245
|
+
|
|
246
|
+
## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
|
|
247
|
+
|
|
248
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
249
|
+
|
|
250
|
+
# [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
|
|
251
|
+
|
|
252
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
253
|
+
|
|
254
|
+
# [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
|
|
255
|
+
|
|
256
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
257
|
+
|
|
258
|
+
# [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
|
|
259
|
+
|
|
260
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
261
|
+
|
|
262
|
+
# [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
|
|
263
|
+
|
|
264
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
265
|
+
|
|
266
|
+
# [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
|
|
267
|
+
|
|
268
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
269
|
+
|
|
270
|
+
## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
|
|
271
|
+
|
|
272
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
273
|
+
|
|
274
|
+
## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
|
|
275
|
+
|
|
276
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
277
|
+
|
|
278
|
+
## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
|
|
279
|
+
|
|
280
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
281
|
+
|
|
282
|
+
## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
|
|
283
|
+
|
|
284
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
285
|
+
|
|
286
|
+
## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
|
|
287
|
+
|
|
288
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
289
|
+
|
|
290
|
+
# [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
|
|
291
|
+
|
|
292
|
+
### Features
|
|
293
|
+
|
|
294
|
+
- **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
|
|
295
|
+
|
|
296
|
+
## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
|
|
297
|
+
|
|
298
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
299
|
+
|
|
300
|
+
## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
|
|
301
|
+
|
|
302
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
303
|
+
|
|
304
|
+
# [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
|
|
305
|
+
|
|
306
|
+
### Features
|
|
307
|
+
|
|
308
|
+
- **icon:** use core tokens ([a11ef6b](https://github.com/adobe/spectrum-web-components/commit/a11ef6b45141769b4c73a7c79322e780a8a1fa6e))
|
|
309
|
+
|
|
310
|
+
## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
|
|
311
|
+
|
|
312
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
313
|
+
|
|
314
|
+
## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
|
|
315
|
+
|
|
316
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
317
|
+
|
|
318
|
+
## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
|
|
319
|
+
|
|
320
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
321
|
+
|
|
322
|
+
## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
|
|
323
|
+
|
|
324
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
325
|
+
|
|
326
|
+
## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
|
|
327
|
+
|
|
328
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
329
|
+
|
|
330
|
+
# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
|
|
331
|
+
|
|
332
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
333
|
+
|
|
334
|
+
## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
|
|
335
|
+
|
|
336
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
337
|
+
|
|
338
|
+
## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
|
|
339
|
+
|
|
340
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
341
|
+
|
|
342
|
+
## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
|
|
343
|
+
|
|
344
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
345
|
+
|
|
346
|
+
## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
|
|
347
|
+
|
|
348
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
349
|
+
|
|
350
|
+
# [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
|
|
351
|
+
|
|
352
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
353
|
+
|
|
354
|
+
# [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
|
|
355
|
+
|
|
356
|
+
### Bug Fixes
|
|
357
|
+
|
|
358
|
+
- **search:** add mod to remove clear button padding ([65168fe](https://github.com/adobe/spectrum-web-components/commit/65168fe546ca271cd68722f0c3f4a0be8d4a3253))
|
|
359
|
+
|
|
360
|
+
# [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
|
|
361
|
+
|
|
362
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
363
|
+
|
|
364
|
+
# [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
|
|
365
|
+
|
|
366
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
367
|
+
|
|
368
|
+
# [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
|
|
369
|
+
|
|
370
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
371
|
+
|
|
372
|
+
# [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
|
|
373
|
+
|
|
374
|
+
### Bug Fixes
|
|
375
|
+
|
|
376
|
+
- **number-field,search,textfield:** add t-shirt sizes ([fda8f96](https://github.com/adobe/spectrum-web-components/commit/fda8f96b71b1447a8281f73d885c1c33ae74cfec))
|
|
377
|
+
|
|
378
|
+
## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
|
|
379
|
+
|
|
380
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
381
|
+
|
|
382
|
+
# [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
|
|
383
|
+
|
|
384
|
+
### Features
|
|
385
|
+
|
|
386
|
+
- **search:** use core tokens ([c62a7cd](https://github.com/adobe/spectrum-web-components/commit/c62a7cddae81b9767b0ce83117b790d9a7639547))
|
|
387
|
+
|
|
388
|
+
# [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
|
|
389
|
+
|
|
390
|
+
### Features
|
|
391
|
+
|
|
392
|
+
- **search,textfield:** use core tokens ([2ed5135](https://github.com/adobe/spectrum-web-components/commit/2ed51355c2787ac06274e763ea1eee7bfd0c9c72))
|
|
393
|
+
|
|
394
|
+
# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
|
|
395
|
+
|
|
396
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
397
|
+
|
|
398
|
+
# 0.30.0 (2023-05-03)
|
|
399
|
+
|
|
400
|
+
### Bug Fixes
|
|
401
|
+
|
|
402
|
+
- add tslib as dependency where needed ([78885d9](https://github.com/adobe/spectrum-web-components/commit/78885d9ca7192a053d3b380c338ad5570da474f9))
|
|
403
|
+
- apply "HelpTextMixin" to form elements ([a952447](https://github.com/adobe/spectrum-web-components/commit/a952447254d091b99fe9270b2857cddc48df7c73))
|
|
404
|
+
- correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
|
|
405
|
+
- ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
|
|
406
|
+
- ensure CCX search visual delivery ([22b90b9](https://github.com/adobe/spectrum-web-components/commit/22b90b901071d8cdbee8a0f6ac2d6fe8acb6dbf0))
|
|
407
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716f2f787deb8d868a78bd28c8e62fe90e21))
|
|
408
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
409
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
410
|
+
- normalize "event" and "error" argument names ([8d382cd](https://github.com/adobe/spectrum-web-components/commit/8d382cdac98282c886f23c4a8d6cf4910c4a606c))
|
|
411
|
+
- **search:** ensure "reset" surfaces "input" and "change" events ([d8204a9](https://github.com/adobe/spectrum-web-components/commit/d8204a9cf05605696cab02c1e47edb4fad36e9ed))
|
|
412
|
+
- **search:** prevent overflow content from going behind clear button ([956f947](https://github.com/adobe/spectrum-web-components/commit/956f947533fa37cdbd9852ad5ae8eb984e9965f6))
|
|
413
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
414
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
415
|
+
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
|
|
416
|
+
- use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
|
|
417
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
418
|
+
- use type="search" for nicer virtual keyboards ([c439eb3](https://github.com/adobe/spectrum-web-components/commit/c439eb3b5d0b9dbc628691a5215d65c936c3939e))
|
|
419
|
+
|
|
420
|
+
### Features
|
|
421
|
+
|
|
422
|
+
- **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
|
|
423
|
+
- add and use icons-ui package ([d9c3ab2](https://github.com/adobe/spectrum-web-components/commit/d9c3ab212b4f756334e857fc513ccbf0a4dff9cc))
|
|
424
|
+
- adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
|
|
425
|
+
- **button:** use synthetic button instead of native ([49e94bc](https://github.com/adobe/spectrum-web-components/commit/49e94bcf79da6ec1ef05f4197042f992922b91ca))
|
|
426
|
+
- conditionally load focus-visible polyfill ([6b5e5cf](https://github.com/adobe/spectrum-web-components/commit/6b5e5cf515f02ef14f072b7aee62feed7a83c281))
|
|
427
|
+
- **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
|
|
428
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
429
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
430
|
+
- **search:** adds sp-search element ([d484fc2](https://github.com/adobe/spectrum-web-components/commit/d484fc2848a08d52ebb1fc2064202a4288b6b4b3))
|
|
431
|
+
- **search:** introduce API to control form interactions ([42fac00](https://github.com/adobe/spectrum-web-components/commit/42fac00ac071e87f9f80ae45212ea469d4d05fb0))
|
|
432
|
+
- **search:** submit will bubble ([8014345](https://github.com/adobe/spectrum-web-components/commit/801434548576daf4c31dc99eb6972ea140c68943))
|
|
433
|
+
- **search:** support "quiet" variant ([d0f85f1](https://github.com/adobe/spectrum-web-components/commit/d0f85f18887731f80d26eaec84ae601f4e433196))
|
|
434
|
+
- **search:** update spectrum css input ([05d8131](https://github.com/adobe/spectrum-web-components/commit/05d813121075a96652b122c7bb9aafa375dc97ad))
|
|
435
|
+
- **search:** use Spectrum CSS ^3.0.0 ([7830ac0](https://github.com/adobe/spectrum-web-components/commit/7830ac0868e855145cee0922529a0f6d4d3e7f50))
|
|
436
|
+
- shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
|
|
437
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/39188887afad9bec52ef48d4e22596f9b757a9fe))
|
|
438
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
439
|
+
|
|
440
|
+
### Performance Improvements
|
|
441
|
+
|
|
442
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
443
|
+
|
|
444
|
+
### Reverts
|
|
445
|
+
|
|
446
|
+
- Revert "chore: release new versions" ([a6d655d](https://github.com/adobe/spectrum-web-components/commit/a6d655d1435ee6427a3778b89f1a6cf9fe4beb9d))
|
|
447
|
+
|
|
448
|
+
## [0.12.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.15...@spectrum-web-components/search@0.12.16) (2023-04-24)
|
|
449
|
+
|
|
450
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
451
|
+
|
|
452
|
+
## [0.12.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.14...@spectrum-web-components/search@0.12.15) (2023-04-05)
|
|
453
|
+
|
|
454
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
455
|
+
|
|
456
|
+
## [0.12.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.13...@spectrum-web-components/search@0.12.14) (2023-03-22)
|
|
457
|
+
|
|
458
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
459
|
+
|
|
460
|
+
## [0.12.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.12...@spectrum-web-components/search@0.12.13) (2023-03-08)
|
|
461
|
+
|
|
462
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
463
|
+
|
|
464
|
+
## [0.12.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.11...@spectrum-web-components/search@0.12.12) (2023-02-13)
|
|
465
|
+
|
|
466
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
467
|
+
|
|
468
|
+
## [0.12.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.10...@spectrum-web-components/search@0.12.11) (2023-02-08)
|
|
469
|
+
|
|
470
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
471
|
+
|
|
472
|
+
## [0.12.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.9...@spectrum-web-components/search@0.12.10) (2023-01-23)
|
|
473
|
+
|
|
474
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
475
|
+
|
|
476
|
+
## [0.12.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.8...@spectrum-web-components/search@0.12.9) (2023-01-09)
|
|
477
|
+
|
|
478
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
479
|
+
|
|
480
|
+
## [0.12.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.7...@spectrum-web-components/search@0.12.8) (2022-12-08)
|
|
481
|
+
|
|
482
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
483
|
+
|
|
484
|
+
## [0.12.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.6...@spectrum-web-components/search@0.12.7) (2022-11-21)
|
|
485
|
+
|
|
486
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
487
|
+
|
|
488
|
+
## [0.12.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.5...@spectrum-web-components/search@0.12.6) (2022-11-14)
|
|
489
|
+
|
|
490
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
491
|
+
|
|
492
|
+
## [0.12.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.4...@spectrum-web-components/search@0.12.5) (2022-10-28)
|
|
493
|
+
|
|
494
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
495
|
+
|
|
496
|
+
## [0.12.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.3...@spectrum-web-components/search@0.12.4) (2022-10-17)
|
|
497
|
+
|
|
498
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
499
|
+
|
|
500
|
+
## [0.12.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.2...@spectrum-web-components/search@0.12.3) (2022-10-10)
|
|
501
|
+
|
|
502
|
+
### Bug Fixes
|
|
503
|
+
|
|
504
|
+
- **search:** prevent overflow content from going behind clear button ([956f947](https://github.com/adobe/spectrum-web-components/commit/956f947533fa37cdbd9852ad5ae8eb984e9965f6))
|
|
505
|
+
|
|
506
|
+
## [0.12.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.1...@spectrum-web-components/search@0.12.2) (2022-09-14)
|
|
507
|
+
|
|
508
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
509
|
+
|
|
510
|
+
## [0.12.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.12.0...@spectrum-web-components/search@0.12.1) (2022-08-24)
|
|
511
|
+
|
|
512
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
513
|
+
|
|
514
|
+
# [0.12.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.11.6...@spectrum-web-components/search@0.12.0) (2022-08-09)
|
|
515
|
+
|
|
516
|
+
### Features
|
|
517
|
+
|
|
518
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
519
|
+
|
|
520
|
+
## [0.11.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.11.5...@spectrum-web-components/search@0.11.6) (2022-08-04)
|
|
521
|
+
|
|
522
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
523
|
+
|
|
524
|
+
## [0.11.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.11.4...@spectrum-web-components/search@0.11.5) (2022-07-18)
|
|
525
|
+
|
|
526
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
527
|
+
|
|
528
|
+
## [0.11.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.11.3...@spectrum-web-components/search@0.11.4) (2022-06-29)
|
|
529
|
+
|
|
530
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
531
|
+
|
|
532
|
+
## [0.11.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.11.2...@spectrum-web-components/search@0.11.3) (2022-06-07)
|
|
533
|
+
|
|
534
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
535
|
+
|
|
536
|
+
## [0.11.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.11.1...@spectrum-web-components/search@0.11.2) (2022-05-27)
|
|
537
|
+
|
|
538
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
539
|
+
|
|
540
|
+
## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.11.0...@spectrum-web-components/search@0.11.1) (2022-05-12)
|
|
541
|
+
|
|
542
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
543
|
+
|
|
544
|
+
# [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.10.7...@spectrum-web-components/search@0.11.0) (2022-04-21)
|
|
545
|
+
|
|
546
|
+
### Bug Fixes
|
|
547
|
+
|
|
548
|
+
- ensure CCX search visual delivery ([22b90b9](https://github.com/adobe/spectrum-web-components/commit/22b90b901071d8cdbee8a0f6ac2d6fe8acb6dbf0))
|
|
549
|
+
|
|
550
|
+
### Features
|
|
551
|
+
|
|
552
|
+
- conditionally load focus-visible polyfill ([6b5e5cf](https://github.com/adobe/spectrum-web-components/commit/6b5e5cf515f02ef14f072b7aee62feed7a83c281))
|
|
553
|
+
|
|
554
|
+
## [0.10.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.10.6...@spectrum-web-components/search@0.10.7) (2022-03-30)
|
|
555
|
+
|
|
556
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
557
|
+
|
|
558
|
+
## [0.10.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.10.5...@spectrum-web-components/search@0.10.6) (2022-03-08)
|
|
559
|
+
|
|
560
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
561
|
+
|
|
562
|
+
## [0.10.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.10.4...@spectrum-web-components/search@0.10.5) (2022-03-04)
|
|
563
|
+
|
|
564
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
565
|
+
|
|
566
|
+
## [0.10.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.10.3...@spectrum-web-components/search@0.10.4) (2022-02-22)
|
|
567
|
+
|
|
568
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
569
|
+
|
|
570
|
+
## [0.10.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.10.2...@spectrum-web-components/search@0.10.3) (2022-01-26)
|
|
571
|
+
|
|
572
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
573
|
+
|
|
574
|
+
## [0.10.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.10.1...@spectrum-web-components/search@0.10.2) (2022-01-07)
|
|
575
|
+
|
|
576
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
577
|
+
|
|
578
|
+
## [0.10.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.10.0...@spectrum-web-components/search@0.10.1) (2021-12-13)
|
|
579
|
+
|
|
580
|
+
### Bug Fixes
|
|
581
|
+
|
|
582
|
+
- apply "HelpTextMixin" to form elements ([a952447](https://github.com/adobe/spectrum-web-components/commit/a952447254d091b99fe9270b2857cddc48df7c73))
|
|
583
|
+
|
|
584
|
+
# [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.9.1...@spectrum-web-components/search@0.10.0) (2021-11-08)
|
|
585
|
+
|
|
586
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
587
|
+
|
|
588
|
+
## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.9.0...@spectrum-web-components/search@0.9.1) (2021-11-08)
|
|
589
|
+
|
|
590
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
591
|
+
|
|
592
|
+
# [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.18...@spectrum-web-components/search@0.9.0) (2021-11-02)
|
|
593
|
+
|
|
594
|
+
### Features
|
|
595
|
+
|
|
596
|
+
- adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
|
|
597
|
+
|
|
598
|
+
## [0.8.18](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.17...@spectrum-web-components/search@0.8.18) (2021-10-12)
|
|
599
|
+
|
|
600
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
601
|
+
|
|
602
|
+
## [0.8.17](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.16...@spectrum-web-components/search@0.8.17) (2021-10-05)
|
|
603
|
+
|
|
604
|
+
### Bug Fixes
|
|
605
|
+
|
|
606
|
+
- use type="search" for nicer virtual keyboards ([c439eb3](https://github.com/adobe/spectrum-web-components/commit/c439eb3b5d0b9dbc628691a5215d65c936c3939e))
|
|
607
|
+
|
|
608
|
+
## [0.8.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.15...@spectrum-web-components/search@0.8.16) (2021-09-20)
|
|
609
|
+
|
|
610
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
611
|
+
|
|
612
|
+
## [0.8.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.14...@spectrum-web-components/search@0.8.15) (2021-09-13)
|
|
613
|
+
|
|
614
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
615
|
+
|
|
616
|
+
## [0.8.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.13...@spectrum-web-components/search@0.8.14) (2021-08-24)
|
|
617
|
+
|
|
618
|
+
### Bug Fixes
|
|
619
|
+
|
|
620
|
+
- correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
|
|
621
|
+
|
|
622
|
+
## [0.8.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.12...@spectrum-web-components/search@0.8.13) (2021-08-03)
|
|
623
|
+
|
|
624
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
625
|
+
|
|
626
|
+
## [0.8.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.11...@spectrum-web-components/search@0.8.12) (2021-07-22)
|
|
627
|
+
|
|
628
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
629
|
+
|
|
630
|
+
## [0.8.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.10...@spectrum-web-components/search@0.8.11) (2021-07-01)
|
|
631
|
+
|
|
632
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
633
|
+
|
|
634
|
+
## [0.8.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.9...@spectrum-web-components/search@0.8.10) (2021-06-16)
|
|
635
|
+
|
|
636
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
637
|
+
|
|
638
|
+
## [0.8.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.8...@spectrum-web-components/search@0.8.9) (2021-06-07)
|
|
639
|
+
|
|
640
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
641
|
+
|
|
642
|
+
## [0.8.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.7...@spectrum-web-components/search@0.8.8) (2021-05-24)
|
|
643
|
+
|
|
644
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
645
|
+
|
|
646
|
+
## [0.8.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.6...@spectrum-web-components/search@0.8.7) (2021-05-12)
|
|
647
|
+
|
|
648
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
649
|
+
|
|
650
|
+
## [0.8.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.5...@spectrum-web-components/search@0.8.6) (2021-04-15)
|
|
651
|
+
|
|
652
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
653
|
+
|
|
654
|
+
## [0.8.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.4...@spectrum-web-components/search@0.8.5) (2021-04-09)
|
|
655
|
+
|
|
656
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
657
|
+
|
|
658
|
+
## [0.8.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.3...@spectrum-web-components/search@0.8.4) (2021-03-29)
|
|
659
|
+
|
|
660
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
661
|
+
|
|
662
|
+
## [0.8.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.2...@spectrum-web-components/search@0.8.3) (2021-03-22)
|
|
663
|
+
|
|
664
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
665
|
+
|
|
666
|
+
## [0.8.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.1...@spectrum-web-components/search@0.8.2) (2021-03-22)
|
|
667
|
+
|
|
668
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
669
|
+
|
|
670
|
+
## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.8.0...@spectrum-web-components/search@0.8.1) (2021-03-05)
|
|
671
|
+
|
|
672
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
673
|
+
|
|
674
|
+
# [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.7.3...@spectrum-web-components/search@0.8.0) (2021-03-04)
|
|
675
|
+
|
|
676
|
+
### Features
|
|
677
|
+
|
|
678
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
679
|
+
|
|
680
|
+
## [0.7.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.7.2...@spectrum-web-components/search@0.7.3) (2021-02-11)
|
|
681
|
+
|
|
682
|
+
### Bug Fixes
|
|
683
|
+
|
|
684
|
+
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
|
|
685
|
+
|
|
686
|
+
## [0.7.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.7.1...@spectrum-web-components/search@0.7.2) (2021-02-02)
|
|
687
|
+
|
|
688
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
689
|
+
|
|
690
|
+
## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.7.0...@spectrum-web-components/search@0.7.1) (2021-01-28)
|
|
691
|
+
|
|
692
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
693
|
+
|
|
694
|
+
# [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.5.4...@spectrum-web-components/search@0.7.0) (2021-01-21)
|
|
695
|
+
|
|
696
|
+
### Bug Fixes
|
|
697
|
+
|
|
698
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
699
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
700
|
+
- use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
|
|
701
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
702
|
+
|
|
703
|
+
### Features
|
|
704
|
+
|
|
705
|
+
- **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
|
|
706
|
+
- **button:** use synthetic button instead of native ([49e94bc](https://github.com/adobe/spectrum-web-components/commit/49e94bcf79da6ec1ef05f4197042f992922b91ca))
|
|
707
|
+
- **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
|
|
708
|
+
- **search:** update spectrum css input ([05d8131](https://github.com/adobe/spectrum-web-components/commit/05d813121075a96652b122c7bb9aafa375dc97ad))
|
|
709
|
+
|
|
710
|
+
# [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.5.4...@spectrum-web-components/search@0.6.0) (2021-01-13)
|
|
711
|
+
|
|
712
|
+
### Bug Fixes
|
|
713
|
+
|
|
714
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
715
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
716
|
+
- use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
|
|
717
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
718
|
+
|
|
719
|
+
### Features
|
|
720
|
+
|
|
721
|
+
- **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
|
|
722
|
+
- **button:** use synthetic button instead of native ([49e94bc](https://github.com/adobe/spectrum-web-components/commit/49e94bcf79da6ec1ef05f4197042f992922b91ca))
|
|
723
|
+
- **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
|
|
724
|
+
- **search:** update spectrum css input ([05d8131](https://github.com/adobe/spectrum-web-components/commit/05d813121075a96652b122c7bb9aafa375dc97ad))
|
|
725
|
+
|
|
726
|
+
## [0.5.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.5.3...@spectrum-web-components/search@0.5.4) (2020-10-12)
|
|
727
|
+
|
|
728
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
729
|
+
|
|
730
|
+
## [0.5.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.5.2...@spectrum-web-components/search@0.5.3) (2020-10-12)
|
|
731
|
+
|
|
732
|
+
### Bug Fixes
|
|
733
|
+
|
|
734
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
735
|
+
|
|
736
|
+
## [0.5.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.5.1...@spectrum-web-components/search@0.5.2) (2020-09-25)
|
|
737
|
+
|
|
738
|
+
### Bug Fixes
|
|
739
|
+
|
|
740
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
741
|
+
|
|
742
|
+
## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.5.0...@spectrum-web-components/search@0.5.1) (2020-09-14)
|
|
743
|
+
|
|
744
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
745
|
+
|
|
746
|
+
# [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.4.4...@spectrum-web-components/search@0.5.0) (2020-08-31)
|
|
747
|
+
|
|
748
|
+
### Features
|
|
749
|
+
|
|
750
|
+
- **search:** use Spectrum CSS ^3.0.0 ([7830ac0](https://github.com/adobe/spectrum-web-components/commit/7830ac0868e855145cee0922529a0f6d4d3e7f50))
|
|
751
|
+
|
|
752
|
+
## [0.4.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.4.3...@spectrum-web-components/search@0.4.4) (2020-08-19)
|
|
753
|
+
|
|
754
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
755
|
+
|
|
756
|
+
## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.4.2...@spectrum-web-components/search@0.4.3) (2020-07-27)
|
|
757
|
+
|
|
758
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
759
|
+
|
|
760
|
+
## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.4.1...@spectrum-web-components/search@0.4.2) (2020-07-24)
|
|
761
|
+
|
|
762
|
+
### Bug Fixes
|
|
763
|
+
|
|
764
|
+
- ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
|
|
765
|
+
|
|
766
|
+
## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.4.0...@spectrum-web-components/search@0.4.1) (2020-07-22)
|
|
767
|
+
|
|
768
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
769
|
+
|
|
770
|
+
# [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.3.4...@spectrum-web-components/search@0.4.0) (2020-07-17)
|
|
771
|
+
|
|
772
|
+
### Features
|
|
773
|
+
|
|
774
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
775
|
+
|
|
776
|
+
## [0.3.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.3.3...@spectrum-web-components/search@0.3.4) (2020-06-08)
|
|
777
|
+
|
|
778
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
779
|
+
|
|
780
|
+
## [0.3.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.3.2...@spectrum-web-components/search@0.3.3) (2020-05-12)
|
|
781
|
+
|
|
782
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
783
|
+
|
|
784
|
+
## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.3.1...@spectrum-web-components/search@0.3.2) (2020-05-08)
|
|
785
|
+
|
|
786
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
787
|
+
|
|
788
|
+
## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.3.0...@spectrum-web-components/search@0.3.1) (2020-04-21)
|
|
789
|
+
|
|
790
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
791
|
+
|
|
792
|
+
# [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.12...@spectrum-web-components/search@0.3.0) (2020-04-16)
|
|
793
|
+
|
|
794
|
+
### Features
|
|
795
|
+
|
|
796
|
+
- add and use icons-ui package ([d9c3ab2](https://github.com/adobe/spectrum-web-components/commit/d9c3ab212b4f756334e857fc513ccbf0a4dff9cc))
|
|
797
|
+
|
|
798
|
+
### Performance Improvements
|
|
799
|
+
|
|
800
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
801
|
+
|
|
802
|
+
## [0.2.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.11...@spectrum-web-components/search@0.2.12) (2020-04-10)
|
|
803
|
+
|
|
804
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
805
|
+
|
|
806
|
+
## [0.2.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.10...@spectrum-web-components/search@0.2.11) (2020-04-07)
|
|
807
|
+
|
|
808
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
809
|
+
|
|
810
|
+
## [0.2.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.9...@spectrum-web-components/search@0.2.10) (2020-03-25)
|
|
811
|
+
|
|
812
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
813
|
+
|
|
814
|
+
## [0.2.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.8...@spectrum-web-components/search@0.2.9) (2020-03-11)
|
|
815
|
+
|
|
816
|
+
### Bug Fixes
|
|
817
|
+
|
|
818
|
+
- **search:** ensure "reset" surfaces "input" and "change" events ([d8204a9](https://github.com/adobe/spectrum-web-components/commit/d8204a9))
|
|
819
|
+
|
|
820
|
+
## [0.2.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.7...@spectrum-web-components/search@0.2.8) (2020-02-05)
|
|
821
|
+
|
|
822
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
823
|
+
|
|
824
|
+
## [0.2.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.6...@spectrum-web-components/search@0.2.7) (2020-02-01)
|
|
825
|
+
|
|
826
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
827
|
+
|
|
828
|
+
## [0.2.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.5...@spectrum-web-components/search@0.2.6) (2020-01-30)
|
|
829
|
+
|
|
830
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
831
|
+
|
|
832
|
+
## [0.2.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.4...@spectrum-web-components/search@0.2.5) (2020-01-06)
|
|
833
|
+
|
|
834
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
835
|
+
|
|
836
|
+
## [0.2.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.3...@spectrum-web-components/search@0.2.4) (2019-12-12)
|
|
837
|
+
|
|
838
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
839
|
+
|
|
840
|
+
## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.2...@spectrum-web-components/search@0.2.3) (2019-12-09)
|
|
841
|
+
|
|
842
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
843
|
+
|
|
844
|
+
## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.1...@spectrum-web-components/search@0.2.2) (2019-12-02)
|
|
845
|
+
|
|
846
|
+
### Bug Fixes
|
|
847
|
+
|
|
848
|
+
- normalize "event" and "error" argument names ([8d382cd](https://github.com/adobe/spectrum-web-components/commit/8d382cd))
|
|
849
|
+
|
|
850
|
+
## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.2.0...@spectrum-web-components/search@0.2.1) (2019-11-27)
|
|
851
|
+
|
|
852
|
+
### Bug Fixes
|
|
853
|
+
|
|
854
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716))
|
|
855
|
+
|
|
856
|
+
# [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.1.3...@spectrum-web-components/search@0.2.0) (2019-11-19)
|
|
857
|
+
|
|
858
|
+
### Features
|
|
859
|
+
|
|
860
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/3918888))
|
|
861
|
+
|
|
862
|
+
## [0.1.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.1.2...@spectrum-web-components/search@0.1.3) (2019-11-01)
|
|
863
|
+
|
|
864
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
865
|
+
|
|
866
|
+
## [0.1.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.1.1...@spectrum-web-components/search@0.1.2) (2019-10-16)
|
|
867
|
+
|
|
868
|
+
### Bug Fixes
|
|
869
|
+
|
|
870
|
+
- add tslib as dependency where needed ([78885d9](https://github.com/adobe/spectrum-web-components/commit/78885d9))
|
|
871
|
+
|
|
872
|
+
## [0.1.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/search@0.1.0...@spectrum-web-components/search@0.1.1) (2019-10-16)
|
|
873
|
+
|
|
874
|
+
**Note:** Version bump only for package @spectrum-web-components/search
|
|
875
|
+
|
|
876
|
+
# 0.1.0 (2019-10-14)
|
|
877
|
+
|
|
878
|
+
### Features
|
|
879
|
+
|
|
880
|
+
- **search:** adds sp-search element ([d484fc2](https://github.com/adobe/spectrum-web-components/commit/d484fc2))
|
|
881
|
+
- **search:** introduce API to control form interactions ([42fac00](https://github.com/adobe/spectrum-web-components/commit/42fac00))
|
|
882
|
+
- **search:** submit will bubble ([8014345](https://github.com/adobe/spectrum-web-components/commit/8014345))
|
|
883
|
+
- **search:** support "quiet" variant ([d0f85f1](https://github.com/adobe/spectrum-web-components/commit/d0f85f1))
|