@webex/widgets 1.28.1 → 1.28.2-next.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 +627 -0
- package/dist/css/webex-widgets.css +1 -1
- package/dist/webexWidgets.esm.js +4420 -4947
- package/dist/webexWidgets.esm.js.map +1 -1
- package/package.json +13 -9
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,627 @@
|
|
|
1
|
+
## [1.28.2](https://github.com/webex/widgets/compare/v1.28.1...v1.28.2) (2025-10-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **meeting-widget:** add custom focus management and arrow key navigation ([#533](https://github.com/webex/widgets/issues/533)) ([766a646](https://github.com/webex/widgets/commit/766a646ba187250ca7f412e8f00a068c01ed0a5e))
|
|
7
|
+
* **Meeting Widget:** stop screen readers focusing on visually hidden controls ([#532](https://github.com/webex/widgets/issues/532)) ([d728896](https://github.com/webex/widgets/commit/d72889685890bdefdb67b2d50dcbc281ca336052))
|
|
8
|
+
|
|
9
|
+
## [1.28.1](https://github.com/webex/widgets/compare/v1.28.0...v1.28.1) (2025-05-28)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **accessibility:** fix wrong mic/camera instructions ([#450](https://github.com/webex/widgets/issues/450)) ([ff88612](https://github.com/webex/widgets/commit/ff88612e563c3ab93be82bda3a05effd68a68e3a))
|
|
15
|
+
|
|
16
|
+
# [1.28.0](https://github.com/webex/widgets/compare/v1.27.8...v1.28.0) (2024-12-30)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **widgets:** enable password and name inputs during init ([#351](https://github.com/webex/widgets/issues/351)) ([7f36b73](https://github.com/webex/widgets/commit/7f36b73a4f41e38ef0f94e36e2bb92fb1e37aecb))
|
|
22
|
+
|
|
23
|
+
## [1.27.8](https://github.com/webex/widgets/compare/v1.27.7...v1.27.8) (2024-12-11)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* **release:** accessibility issues fixed on components repo. ([#346](https://github.com/webex/widgets/issues/346)) ([6390d24](https://github.com/webex/widgets/commit/6390d24880a0a5362dffc427d4aae7d8d5292ba3))
|
|
29
|
+
|
|
30
|
+
## [1.27.7](https://github.com/webex/widgets/compare/v1.27.6...v1.27.7) (2024-11-27)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* updated-to-latest-components ([#343](https://github.com/webex/widgets/issues/343)) ([78c3e90](https://github.com/webex/widgets/commit/78c3e907946637b79b251735afae2ac712565130))
|
|
36
|
+
|
|
37
|
+
## [1.27.6](https://github.com/webex/widgets/compare/v1.27.5...v1.27.6) (2024-11-13)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* **WebexMeetings:** update member name from join prompt ([#240](https://github.com/webex/widgets/issues/240)) ([a6c5298](https://github.com/webex/widgets/commit/a6c529843ec1dadcb142fd0acd58dbd72ec52cc5))
|
|
43
|
+
|
|
44
|
+
## [1.27.5](https://github.com/webex/widgets/compare/v1.27.4...v1.27.5) (2024-10-29)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* **webex:** upgrading webex to new-version ([#235](https://github.com/webex/widgets/issues/235)) ([248aa87](https://github.com/webex/widgets/commit/248aa87c9c537d0a6ee41e2d85edc641c1cd4fc9))
|
|
50
|
+
|
|
51
|
+
## [1.27.4](https://github.com/webex/widgets/compare/v1.27.3...v1.27.4) (2024-10-17)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Bug Fixes
|
|
55
|
+
|
|
56
|
+
* updated components to 1.275.2 fix meeting title margin ([#233](https://github.com/webex/widgets/issues/233)) ([fa3f23c](https://github.com/webex/widgets/commit/fa3f23c6fed813486b48a9429da3b2e825f03079))
|
|
57
|
+
|
|
58
|
+
## [1.27.3](https://github.com/webex/widgets/compare/v1.27.2...v1.27.3) (2024-10-11)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Bug Fixes
|
|
62
|
+
|
|
63
|
+
* updated components and sdk-component-adapter to fix Meeting Name ([#232](https://github.com/webex/widgets/issues/232)) ([3bc001c](https://github.com/webex/widgets/commit/3bc001cae51bcad5388fc6773e12e9ced2aa437f))
|
|
64
|
+
|
|
65
|
+
## [1.27.2](https://github.com/webex/widgets/compare/v1.27.1...v1.27.2) (2024-10-07)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Bug Fixes
|
|
69
|
+
|
|
70
|
+
* **webex:** upgrading webex to new version to 2.x version ([#231](https://github.com/webex/widgets/issues/231)) ([6c798fa](https://github.com/webex/widgets/commit/6c798fad45eda8837e40057f5828638ad4b71e79))
|
|
71
|
+
|
|
72
|
+
## [1.27.1](https://github.com/webex/widgets/compare/v1.27.0...v1.27.1) (2024-10-04)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Bug Fixes
|
|
76
|
+
|
|
77
|
+
* updated sdk-component-adapter to latest to fix joinMeeting ([#229](https://github.com/webex/widgets/issues/229)) ([7b8b3c7](https://github.com/webex/widgets/commit/7b8b3c77066be782bc8fff5f78b226f99e5c1594))
|
|
78
|
+
|
|
79
|
+
# [1.27.0](https://github.com/webex/widgets/compare/v1.26.5...v1.27.0) (2024-08-13)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Features
|
|
83
|
+
|
|
84
|
+
* **react:** upgrade react to 18.3.1 ([#226](https://github.com/webex/widgets/issues/226)) ([d0e3bc1](https://github.com/webex/widgets/commit/d0e3bc1c71c53288825c49adb140c3b47c859a45))
|
|
85
|
+
|
|
86
|
+
## [1.26.5](https://github.com/webex/widgets/compare/v1.26.4...v1.26.5) (2024-07-24)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Bug Fixes
|
|
90
|
+
|
|
91
|
+
* **tooling:** upgraded webpack packages and included polyfills ([#225](https://github.com/webex/widgets/issues/225)) ([a5f5482](https://github.com/webex/widgets/commit/a5f5482218c69b6f6238ab4b41226d32c32724d5))
|
|
92
|
+
|
|
93
|
+
## [1.26.4](https://github.com/webex/widgets/compare/v1.26.3...v1.26.4) (2024-07-23)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Bug Fixes
|
|
97
|
+
|
|
98
|
+
* **tooling:** fixed the demo build ([#224](https://github.com/webex/widgets/issues/224)) ([487b698](https://github.com/webex/widgets/commit/487b698b3f3aea3bff80f044b21c5106a65ecc24))
|
|
99
|
+
* **tooling:** upgraded node version from 14 to 20 ([#222](https://github.com/webex/widgets/issues/222)) ([6ac4733](https://github.com/webex/widgets/commit/6ac4733e4716fd2cec8b114b53cb08ae24f97531))
|
|
100
|
+
|
|
101
|
+
## [1.26.3](https://github.com/webex/widgets/compare/v1.26.2...v1.26.3) (2024-07-09)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Bug Fixes
|
|
105
|
+
|
|
106
|
+
* **meeting:** added captcha flow ([#221](https://github.com/webex/widgets/issues/221)) ([61c0e68](https://github.com/webex/widgets/commit/61c0e68ee6018e786dd1c327de95dc53a6641774))
|
|
107
|
+
|
|
108
|
+
## [1.26.2](https://github.com/webex/widgets/compare/v1.26.1...v1.26.2) (2024-05-08)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Bug Fixes
|
|
112
|
+
|
|
113
|
+
* **meeting:** fixing build error ([#220](https://github.com/webex/widgets/issues/220)) ([2a0f6e5](https://github.com/webex/widgets/commit/2a0f6e528db5ddb5c035c54994636d2cd46fa53c))
|
|
114
|
+
* **meeting:** updated sdkcomponentadapter version to add password flow ([#219](https://github.com/webex/widgets/issues/219)) ([f944c4d](https://github.com/webex/widgets/commit/f944c4d77cfeb38172c9beb978183bf74648edf3))
|
|
115
|
+
|
|
116
|
+
## [1.26.1](https://github.com/webex/widgets/compare/v1.26.0...v1.26.1) (2023-11-23)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Bug Fixes
|
|
120
|
+
|
|
121
|
+
* **meetings:** fix the broken link for migration guide ([be878b4](https://github.com/webex/widgets/commit/be878b4ea489ac3d98b8bec158605a558f2cc7e6))
|
|
122
|
+
|
|
123
|
+
# [1.26.0](https://github.com/webex/widgets/compare/v1.25.5...v1.26.0) (2023-10-11)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
* **meetings:** space id code change in meetings widget ([a90461b](https://github.com/webex/widgets/commit/a90461b2a0a04313b4989051321f2debd2a30e45))
|
|
129
|
+
|
|
130
|
+
## [1.25.5](https://github.com/webex/widgets/compare/v1.25.4...v1.25.5) (2023-10-05)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Bug Fixes
|
|
134
|
+
|
|
135
|
+
* **meetings:** fix intermittent auto leave meeting issue ([8efff72](https://github.com/webex/widgets/commit/8efff728fab8028f8b29d741acc036d7a446b817))
|
|
136
|
+
|
|
137
|
+
## [1.25.4](https://github.com/webex/widgets/compare/v1.25.3...v1.25.4) (2023-08-01)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
### Bug Fixes
|
|
141
|
+
|
|
142
|
+
* upgrade @webex/components version ([636946d](https://github.com/webex/widgets/commit/636946d89bbd5636f8fa37ef9d2820c558d49dc4))
|
|
143
|
+
|
|
144
|
+
## [1.25.3](https://github.com/webex/widgets/compare/v1.25.2...v1.25.3) (2023-06-27)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Bug Fixes
|
|
148
|
+
|
|
149
|
+
* move the webex to dependencies in widgets ([dd1e72a](https://github.com/webex/widgets/commit/dd1e72a71de63fadf865d9b36c44e3ac0f72b3b9))
|
|
150
|
+
|
|
151
|
+
## [1.25.2](https://github.com/webex/widgets/compare/v1.25.1...v1.25.2) (2022-04-01)
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
### Bug Fixes
|
|
155
|
+
|
|
156
|
+
* **package:** update components, sdk adapter and interfaces version ([3f52077](https://github.com/webex/widgets/commit/3f520779f765f243d2ba5e41456ebf87c157f510))
|
|
157
|
+
|
|
158
|
+
## [1.25.1](https://github.com/webex/widgets/compare/v1.25.0...v1.25.1) (2022-03-30)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Bug Fixes
|
|
162
|
+
|
|
163
|
+
* **package:** update components to v1.267.1 and sdk adapter to v1.108.0 ([26e797d](https://github.com/webex/widgets/commit/26e797db263c6af73102dcba609b99f938484faf))
|
|
164
|
+
|
|
165
|
+
# [1.25.0](https://github.com/webex/widgets/compare/v1.24.0...v1.25.0) (2022-03-29)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
### Features
|
|
169
|
+
|
|
170
|
+
* **demo:** add option to enable fedramp ([0c5f5e3](https://github.com/webex/widgets/commit/0c5f5e3d6d7ad3da8a1aafb4a4f7b9505674c478))
|
|
171
|
+
* **WebexMeetings:** add option to enable fedramp ([66d2cea](https://github.com/webex/widgets/commit/66d2cea8fb8871ee76387a6388d96cb7c3931b0b))
|
|
172
|
+
|
|
173
|
+
# [1.24.0](https://github.com/webex/widgets/compare/v1.23.0...v1.24.0) (2022-01-15)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Features
|
|
177
|
+
|
|
178
|
+
* **WebexMeetingsWidgetDemo:** add fullscreen option for meeting widget demo ([bd97418](https://github.com/webex/widgets/commit/bd974187c98792d37fa7dffcbba7b8436ede25ae))
|
|
179
|
+
|
|
180
|
+
# [1.23.0](https://github.com/webex/widgets/compare/v1.22.3...v1.23.0) (2021-12-10)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Bug Fixes
|
|
184
|
+
|
|
185
|
+
* **package:** update components to v1.207.1 ([5de0e2d](https://github.com/webex/widgets/commit/5de0e2d83506fc90e4e02f36e12ca42c980a0dc1))
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Features
|
|
189
|
+
|
|
190
|
+
* **rollup:** **[breaking change]*** bundle CSS under css folder ([e9bf3e4](https://github.com/webex/widgets/commit/e9bf3e4e369af22115db16045333919422b32d80))
|
|
191
|
+
|
|
192
|
+
## [1.22.3](https://github.com/webex/widgets/compare/v1.22.2...v1.22.3) (2021-12-09)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
### Bug Fixes
|
|
196
|
+
|
|
197
|
+
* **package:** update sdk adapter to v1.97.2 ([b6bb5e3](https://github.com/webex/widgets/commit/b6bb5e3fc094200c653f97586bbb8a91eddf7327))
|
|
198
|
+
|
|
199
|
+
## [1.22.2](https://github.com/webex/widgets/compare/v1.22.1...v1.22.2) (2021-12-09)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Bug Fixes
|
|
203
|
+
|
|
204
|
+
* **build:** use new widget file name for rollup injection of app version ([ac13daa](https://github.com/webex/widgets/commit/ac13daa6caeba83feff1d7e4c3a75d5073f541e0))
|
|
205
|
+
|
|
206
|
+
## [1.22.1](https://github.com/webex/widgets/compare/v1.22.0...v1.22.1) (2021-12-08)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Bug Fixes
|
|
210
|
+
|
|
211
|
+
* **package:** update components to v1.207.0 and sdk adapter to v1.96.0 ([4176084](https://github.com/webex/widgets/commit/4176084161dbd91fee56eb6e141f771c958013f5))
|
|
212
|
+
|
|
213
|
+
# [1.22.0](https://github.com/webex/widgets/compare/v1.21.0...v1.22.0) (2021-12-07)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Features
|
|
217
|
+
|
|
218
|
+
* **Meetings:** **breaking change:** rename to WebexMeetingsWidget ([a749c56](https://github.com/webex/widgets/commit/a749c5677dbce932780ae3834a067d8211b3f5e9))
|
|
219
|
+
|
|
220
|
+
# [1.21.0](https://github.com/webex/widgets/compare/v1.20.9...v1.21.0) (2021-12-07)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### Features
|
|
224
|
+
|
|
225
|
+
* **WebexMeeting:** add layoutType prop for meeting's remote video ([e261770](https://github.com/webex/widgets/commit/e261770d779c0395ac385418e6b57663494f26d0))
|
|
226
|
+
|
|
227
|
+
## [1.20.9](https://github.com/webex/widgets/compare/v1.20.8...v1.20.9) (2021-11-26)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Bug Fixes
|
|
231
|
+
|
|
232
|
+
* **package:** update components to v1.205.1 and sdk adapter to v1.94.0 ([bcc41a3](https://github.com/webex/widgets/commit/bcc41a39f7f2319c4bb3fc07a6dca5112f88c248))
|
|
233
|
+
|
|
234
|
+
## [1.20.8](https://github.com/webex/widgets/compare/v1.20.7...v1.20.8) (2021-11-25)
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
### Bug Fixes
|
|
238
|
+
|
|
239
|
+
* **package:** update components to v1.205.0 and sdk adapter to v1.92.1 ([d29b000](https://github.com/webex/widgets/commit/d29b000603df2f14a69f44bb51cc9075d3c06686))
|
|
240
|
+
|
|
241
|
+
## [1.20.7](https://github.com/webex/widgets/compare/v1.20.6...v1.20.7) (2021-11-25)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Bug Fixes
|
|
245
|
+
|
|
246
|
+
* **WebexMeeting:** set min-width on the meeting widget to 18.5rem ([70a3ac2](https://github.com/webex/widgets/commit/70a3ac2fdb615ff1dc38fdadd427dc47c4885e67))
|
|
247
|
+
|
|
248
|
+
## [1.20.6](https://github.com/webex/widgets/compare/v1.20.5...v1.20.6) (2021-11-22)
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
### Bug Fixes
|
|
252
|
+
|
|
253
|
+
* **package:** update components to v1.203.0 and sdk adapter to v1.91.2 ([c96d0df](https://github.com/webex/widgets/commit/c96d0df9bd11d32f51fa1f850ff8d0cc3a55d686))
|
|
254
|
+
|
|
255
|
+
## [1.20.5](https://github.com/webex/widgets/compare/v1.20.4...v1.20.5) (2021-11-22)
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### Bug Fixes
|
|
259
|
+
|
|
260
|
+
* **WebexMeeting:** delete the extra spaces added at the end of the line ([8606348](https://github.com/webex/widgets/commit/8606348bcb7c617f67839998804921469cdb47e6))
|
|
261
|
+
|
|
262
|
+
## [1.20.4](https://github.com/webex/widgets/compare/v1.20.3...v1.20.4) (2021-11-22)
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
### Bug Fixes
|
|
266
|
+
|
|
267
|
+
* **package:** bump react version to ^17.0.2 ([b79575a](https://github.com/webex/widgets/commit/b79575a351277a80eaa67ebbfa30d00f322520f1))
|
|
268
|
+
|
|
269
|
+
## [1.20.3](https://github.com/webex/widgets/compare/v1.20.2...v1.20.3) (2021-11-22)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Bug Fixes
|
|
273
|
+
|
|
274
|
+
* **package:** move momentum ui from dependencies to dev dependecies ([829fc65](https://github.com/webex/widgets/commit/829fc659b0d1a35852bc31412037c835ce9854c6))
|
|
275
|
+
|
|
276
|
+
## [1.20.2](https://github.com/webex/widgets/compare/v1.20.1...v1.20.2) (2021-11-20)
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
### Bug Fixes
|
|
280
|
+
|
|
281
|
+
* **package:** update components to v1.202.0 and sdk adapter to v1.91.0 ([ae34eea](https://github.com/webex/widgets/commit/ae34eea9569580263c631f6b3159f1f708c953ff))
|
|
282
|
+
|
|
283
|
+
## [1.20.1](https://github.com/webex/widgets/compare/v1.20.0...v1.20.1) (2021-11-19)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Bug Fixes
|
|
287
|
+
|
|
288
|
+
* **WebexMeeting:** add style scoping to setup form and section ([ec28128](https://github.com/webex/widgets/commit/ec281282928a4ad52ec517c73b8104378c6d1a20))
|
|
289
|
+
* **package:** update js-sdk to 1.149.2 ([8ede1dd](https://github.com/webex/widgets/commit/8ede1dda50d2bfb2342fed73abd00c4342a816f2))
|
|
290
|
+
|
|
291
|
+
# [1.20.0](https://github.com/webex/widgets/compare/v1.19.1...v1.20.0) (2021-11-17)
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Features
|
|
295
|
+
|
|
296
|
+
* **tests:** assert media is muted after joining the meeting ([40a43e8](https://github.com/webex/widgets/commit/40a43e8a5d5d839f29a735620426509d14319cf7))
|
|
297
|
+
|
|
298
|
+
## [1.19.1](https://github.com/webex/widgets/compare/v1.19.0...v1.19.1) (2021-11-16)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Bug Fixes
|
|
302
|
+
|
|
303
|
+
* **package:** update components to v1.195.0 and sdk adapter to v1.90.0 ([a0b2757](https://github.com/webex/widgets/commit/a0b275727533a093d1d53d51f38dbf4043e8f003))
|
|
304
|
+
|
|
305
|
+
# [1.19.0](https://github.com/webex/widgets/compare/v1.18.3...v1.19.0) (2021-11-16)
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### Features
|
|
309
|
+
|
|
310
|
+
* **tests:** add join with media e2e test ([7d72b95](https://github.com/webex/widgets/commit/7d72b959c51ab572b12948f9a607e2467c775290))
|
|
311
|
+
|
|
312
|
+
## [1.18.3](https://github.com/webex/widgets/compare/v1.18.2...v1.18.3) (2021-11-16)
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### Bug Fixes
|
|
316
|
+
|
|
317
|
+
* **WebexMeeting:** add min-width on the meeting widget ([687cc06](https://github.com/webex/widgets/commit/687cc06a3247c5ce8a9950596cb8d025d4c19fcc))
|
|
318
|
+
|
|
319
|
+
## [1.18.2](https://github.com/webex/widgets/compare/v1.18.1...v1.18.2) (2021-11-12)
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
### Bug Fixes
|
|
323
|
+
|
|
324
|
+
* **package:** update components to v1.189.0 and sdk adapter to v1.89.0 ([26c2b80](https://github.com/webex/widgets/commit/26c2b8051cf9d1340fffc7509cc25593cffc631b))
|
|
325
|
+
|
|
326
|
+
## [1.18.1](https://github.com/webex/widgets/compare/v1.18.0...v1.18.1) (2021-11-11)
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### Bug Fixes
|
|
330
|
+
|
|
331
|
+
* **package:** update interfaces to v1.22.0, components to v1.184.0 and sdk adapter to v1.88.0 ([14913dd](https://github.com/webex/widgets/commit/14913dda5ef2b8a2ed59c100c6c91dd759c2b414))
|
|
332
|
+
|
|
333
|
+
# [1.18.0](https://github.com/webex/widgets/compare/v1.17.2...v1.18.0) (2021-11-08)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Bug Fixes
|
|
337
|
+
|
|
338
|
+
* **rollup:** replace deprecated rollup plugins with recommended ones ([0006227](https://github.com/webex/widgets/commit/0006227349be73dc371227481bcf2e10334512a0))
|
|
339
|
+
* **package:** update components to v1.172.0 and sdk adapter to v1.77.0 ([32699d3](https://github.com/webex/widgets/commit/32699d3925255cd721858e27a6be909f41daa8ae))
|
|
340
|
+
* **package:** update components to v1.174.0 and sdk adapter to v1.82.1 ([fbd3738](https://github.com/webex/widgets/commit/fbd3738038d02136ba3872d0268ad49e3ece1d83))
|
|
341
|
+
* **package:** update components to v1.177.0 and sdk adapter to v1.85.2 ([0549e0d](https://github.com/webex/widgets/commit/0549e0deb2e4a18d15c025f01a47161a79dcf2bd))
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
### Features
|
|
345
|
+
|
|
346
|
+
* **WebexMeeting:** add collapsible controls range props to widget ([f3a8421](https://github.com/webex/widgets/commit/f3a8421b57568ee823dfca1e839ab8c4c76c405d))
|
|
347
|
+
|
|
348
|
+
## [1.17.2](https://github.com/webex/widgets/compare/v1.17.1...v1.17.2) (2021-10-26)
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Bug Fixes
|
|
352
|
+
|
|
353
|
+
* **WebexMeeting:** revive e2e tests ([c73b390](https://github.com/webex/widgets/commit/c73b3904a17a98c161e624374a11711d0234ed45))
|
|
354
|
+
|
|
355
|
+
## [1.17.1](https://github.com/webex/widgets/compare/v1.17.0...v1.17.1) (2021-10-21)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
### Bug Fixes
|
|
359
|
+
|
|
360
|
+
* **package:** update components to v1.167.0 and sdk adapter to v1.71.0 ([ec2f3df](https://github.com/webex/widgets/commit/ec2f3df2b65097fcc15a8337c0d4eaaf4c132a15))
|
|
361
|
+
|
|
362
|
+
# [1.17.0](https://github.com/webex/widgets/compare/v1.16.1...v1.17.0) (2021-10-21)
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
### Features
|
|
366
|
+
|
|
367
|
+
* **WebexMeeting:** remove momentum ui ([fcd4ff3](https://github.com/webex/widgets/commit/fcd4ff3902cd42dfc4106fd78c7f7d59a0e87aa5))
|
|
368
|
+
|
|
369
|
+
## [1.16.1](https://github.com/webex/widgets/compare/v1.16.0...v1.16.1) (2021-10-19)
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Bug Fixes
|
|
373
|
+
|
|
374
|
+
* **package:** update components to v1.162.0 and sdk adapter to v1.68.0 ([f374371](https://github.com/webex/widgets/commit/f374371313e1032a0a3eb0347bf47efed2b5ba0e))
|
|
375
|
+
|
|
376
|
+
# [1.16.0](https://github.com/webex/widgets/compare/v1.15.0...v1.16.0) (2021-10-13)
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
### Features
|
|
380
|
+
|
|
381
|
+
* **WebexMeeting:** add controls prop to meeting widget ([11ef9e0](https://github.com/webex/widgets/commit/11ef9e026dff2f674e32d69546ba2a08f27331fa))
|
|
382
|
+
|
|
383
|
+
# [1.15.0](https://github.com/webex/widgets/compare/v1.14.3...v1.15.0) (2021-10-13)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Features
|
|
387
|
+
|
|
388
|
+
* **WebexMeeting:** add usage metrics for meetings widget ([63b13bb](https://github.com/webex/widgets/commit/63b13bb4c727bdb0d0681167c3000c49778898a9))
|
|
389
|
+
|
|
390
|
+
## [1.14.3](https://github.com/webex/widgets/compare/v1.14.2...v1.14.3) (2021-10-11)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Bug Fixes
|
|
394
|
+
|
|
395
|
+
* **package:** update webex version from 1.141.0 to 1.142.0 ([8f996b9](https://github.com/webex/widgets/commit/8f996b94bef486d4222a3ecf174bc886d332987d))
|
|
396
|
+
|
|
397
|
+
## [1.14.2](https://github.com/webex/widgets/compare/v1.14.1...v1.14.2) (2021-10-05)
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
### Bug Fixes
|
|
401
|
+
|
|
402
|
+
* **package:** update components to v1.146.0 and sdk adapter to v1.64.0 ([7b2c978](https://github.com/webex/widgets/commit/7b2c978eb0ea10b42c41155a33a8c902b46226db))
|
|
403
|
+
|
|
404
|
+
## [1.14.1](https://github.com/webex/widgets/compare/v1.14.0...v1.14.1) (2021-09-29)
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
### Bug Fixes
|
|
408
|
+
|
|
409
|
+
* **WebexMeeting:** resize meeting on mobile ([8ffde53](https://github.com/webex/widgets/commit/8ffde53bbaa6e0f0f01fa740c5c7a5e3e9fccb8c))
|
|
410
|
+
|
|
411
|
+
# [1.14.0](https://github.com/webex/widgets/compare/v1.13.4...v1.14.0) (2021-09-24)
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Features
|
|
415
|
+
|
|
416
|
+
* **WebexMeeting:** add accessibility for webex logo in widget ([83bdfff](https://github.com/webex/widgets/commit/83bdfffa2a3e3aba255f43091d4e7ae5dd33dfad))
|
|
417
|
+
|
|
418
|
+
## [1.13.4](https://github.com/webex/widgets/compare/v1.13.3...v1.13.4) (2021-09-24)
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
### Bug Fixes
|
|
422
|
+
|
|
423
|
+
* **package:** update sdk-adapter to 1.63.0 ([02e47dc](https://github.com/webex/widgets/commit/02e47dc5ca0eaf9e317fc3597a0dd499925a626d))
|
|
424
|
+
|
|
425
|
+
## [1.13.3](https://github.com/webex/widgets/compare/v1.13.2...v1.13.3) (2021-09-16)
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
### Bug Fixes
|
|
429
|
+
|
|
430
|
+
* **package:** update webex version from 1.128.0 to 1.141.0 ([6bb549e](https://github.com/webex/widgets/commit/6bb549e98fc2949099ded94febd0032ce116d558))
|
|
431
|
+
|
|
432
|
+
## [1.13.2](https://github.com/webex/widgets/compare/v1.13.1...v1.13.2) (2021-09-15)
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
### Bug Fixes
|
|
436
|
+
|
|
437
|
+
* **package:** update components to v1.141.1 and sdk adapter to v1.61.1 ([b9f1285](https://github.com/webex/widgets/commit/b9f12852c4204b699b109cee0b5f419a02ba51d6))
|
|
438
|
+
|
|
439
|
+
## [1.13.1](https://github.com/webex/widgets/compare/v1.13.0...v1.13.1) (2021-09-14)
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
### Bug Fixes
|
|
443
|
+
|
|
444
|
+
* **WebexMeeting:** make widget occupy all available vertical space ([d73c633](https://github.com/webex/widgets/commit/d73c633511137e2af007cf0282b3ac0ec3fa8b81))
|
|
445
|
+
|
|
446
|
+
# [1.13.0](https://github.com/webex/widgets/compare/v1.12.0...v1.13.0) (2021-09-08)
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Bug Fixes
|
|
450
|
+
|
|
451
|
+
* **package:** update components to v1.132.0 and sdk adapter to v1.59.0 ([77181e6](https://github.com/webex/widgets/commit/77181e643b4b826ad360b8ed953bae7fe6f93798))
|
|
452
|
+
* **package:** update components to v1.134.2 and sdk adapter to v1.61.0 ([864a332](https://github.com/webex/widgets/commit/864a3323c040681342e0aa3efa9afe8357acc8a6))
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### Features
|
|
456
|
+
|
|
457
|
+
* **WebexWidget:** add theme selector on the widgets demo page ([15626a1](https://github.com/webex/widgets/commit/15626a1e1a4ac98f18f5263d724f708e4d347e3d))
|
|
458
|
+
|
|
459
|
+
# [1.12.0](https://github.com/webex/widgets/compare/v1.11.0...v1.12.0) (2021-09-06)
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### Features
|
|
463
|
+
|
|
464
|
+
* **WebexMeeting:** make widget occupy all available vertical space ([bc3340c](https://github.com/webex/widgets/commit/bc3340c1c45294b9e533a67ec25139d0ab26d71d))
|
|
465
|
+
|
|
466
|
+
# [1.11.0](https://github.com/webex/widgets/compare/v1.10.0...v1.11.0) (2021-09-03)
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
### Features
|
|
470
|
+
|
|
471
|
+
* **webpack:** configure webpack to load gif files ([00d9fa0](https://github.com/webex/widgets/commit/00d9fa08afd724953adf9e161f0173490dd764f7))
|
|
472
|
+
|
|
473
|
+
# [1.10.0](https://github.com/webex/widgets/compare/v1.9.1...v1.10.0) (2021-08-31)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
### Features
|
|
477
|
+
|
|
478
|
+
* **WebexMeeting:** add className and style as props ([ddcf819](https://github.com/webex/widgets/commit/ddcf81985fe5018df7799157461b74d61c519198))
|
|
479
|
+
* **WebexMeeting:** add logo prop to WebexMeeting and WebexMediaAccess ([0c8b884](https://github.com/webex/widgets/commit/0c8b8849a4ab56407d55c12b265a948a904448d3))
|
|
480
|
+
* **WebexMeeting:** style logo for themes ([25b54a2](https://github.com/webex/widgets/commit/25b54a25d9e0f5249632f4d0bcf8101bc44978d9))
|
|
481
|
+
|
|
482
|
+
## [1.9.1](https://github.com/webex/widgets/compare/v1.9.0...v1.9.1) (2021-08-17)
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
### Bug Fixes
|
|
486
|
+
|
|
487
|
+
* **package:** update components to v1.96.1 and sdk adapter to v1.55.0 ([ca756a8](https://github.com/webex/widgets/commit/ca756a8a69166b347d88f33f03c61d1c8be1d477))
|
|
488
|
+
|
|
489
|
+
# [1.9.0](https://github.com/webex/widgets/compare/v1.8.1...v1.9.0) (2021-08-12)
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
### Features
|
|
493
|
+
|
|
494
|
+
* **WebexMeeting:** remove control bar and roster from widget ([2d2ea12](https://github.com/webex/widgets/commit/2d2ea12ce71390e255cae1879ae359f8136882f9))
|
|
495
|
+
|
|
496
|
+
## [1.8.1](https://github.com/webex/widgets/compare/v1.8.0...v1.8.1) (2021-07-28)
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### Bug Fixes
|
|
500
|
+
|
|
501
|
+
* **package:** update components to v1.85.1 and sdk adapter to v1.52.0 ([51c1e39](https://github.com/webex/widgets/commit/51c1e3929cebdd4c7497d614d3bd09a6a1a3fea3))
|
|
502
|
+
|
|
503
|
+
# [1.8.0](https://github.com/webex/widgets/compare/v1.7.1...v1.8.0) (2021-07-27)
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
### Features
|
|
507
|
+
|
|
508
|
+
* **WebexWidget:** display media access based on permissions ([0255e5a](https://github.com/webex/widgets/commit/0255e5a9966ea246b105fe1745a8c2e564c1088b))
|
|
509
|
+
|
|
510
|
+
## [1.7.1](https://github.com/webex/widgets/compare/v1.7.0...v1.7.1) (2021-07-22)
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
### Bug Fixes
|
|
514
|
+
|
|
515
|
+
* **package:** update components to v1.84.1 and sdk adapter to v1.49.0 ([fd79f62](https://github.com/webex/widgets/commit/fd79f62b679d3d3006a41e344fa6f0bd0efa479a))
|
|
516
|
+
|
|
517
|
+
# [1.7.0](https://github.com/webex/widgets/compare/v1.6.0...v1.7.0) (2021-07-19)
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
### Features
|
|
521
|
+
|
|
522
|
+
* **package:** configure winston logger ([0a3495b](https://github.com/webex/widgets/commit/0a3495b452b78a7d7cc489e561afeeb91055c626))
|
|
523
|
+
|
|
524
|
+
# [1.6.0](https://github.com/webex/widgets/compare/v1.5.0...v1.6.0) (2021-07-14)
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
### Features
|
|
528
|
+
|
|
529
|
+
* **WebexMeeting:** add the settings button to the controls bar ([3d6601e](https://github.com/webex/widgets/commit/3d6601e162d8d04050d6999662433aca8e6a611f))
|
|
530
|
+
|
|
531
|
+
# [1.5.0](https://github.com/webex/widgets/compare/v1.4.4...v1.5.0) (2021-07-12)
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Bug Fixes
|
|
535
|
+
|
|
536
|
+
* **package:** update sdk adapter to v1.41.0 ([ee355d5](https://github.com/webex/widgets/commit/ee355d548b4122aeeb7f900b245a3517b889d9bc))
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
### Features
|
|
540
|
+
|
|
541
|
+
* **logo:** update webex logo ([b12f1ed](https://github.com/webex/widgets/commit/b12f1edc8e0c35987684d8fb73423518596dad83))
|
|
542
|
+
|
|
543
|
+
## [1.4.4](https://github.com/webex/widgets/compare/v1.4.3...v1.4.4) (2021-07-08)
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
### Bug Fixes
|
|
547
|
+
|
|
548
|
+
* **package:** update components to v1.79.0 and sdk adapter to v1.40.0 ([5ca560e](https://github.com/webex/widgets/commit/5ca560e03976868a033a5e3077374460f81fcaa9))
|
|
549
|
+
|
|
550
|
+
## [1.4.3](https://github.com/webex/widgets/compare/v1.4.2...v1.4.3) (2021-06-25)
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
### Bug Fixes
|
|
554
|
+
|
|
555
|
+
* **WebexMeeting:** remove WebexMeetingControlBar after meeting has ended ([a5cac4c](https://github.com/webex/widgets/commit/a5cac4c29b601c73b85848636631d6f67bac1221))
|
|
556
|
+
|
|
557
|
+
## [1.4.2](https://github.com/webex/widgets/compare/v1.4.1...v1.4.2) (2021-06-18)
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
### Bug Fixes
|
|
561
|
+
|
|
562
|
+
* **package:** update sdk component adapter to v1.36.0 ([ce151c2](https://github.com/webex/widgets/commit/ce151c208189165e084fd62fd3fb9dc943986b11))
|
|
563
|
+
|
|
564
|
+
## [1.4.1](https://github.com/webex/widgets/compare/v1.4.0...v1.4.1) (2021-05-21)
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
### Bug Fixes
|
|
568
|
+
|
|
569
|
+
* **package:** update components to v1.64.1 and sdk adapter to v1.33.4 ([f5eb3ea](https://github.com/webex/widgets/commit/f5eb3ea573094cb1733d07ed80ac288f77124791))
|
|
570
|
+
|
|
571
|
+
# [1.4.0](https://github.com/webex/widgets/compare/v1.3.1...v1.4.0) (2021-05-12)
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
### Features
|
|
575
|
+
|
|
576
|
+
* **WebexMeeting:** add roster component in meeting widget ([b947e68](https://github.com/webex/widgets/commit/b947e68d4cc43329150d76e1fa56475cc9834876))
|
|
577
|
+
|
|
578
|
+
## [1.3.1](https://github.com/webex/widgets/compare/v1.3.0...v1.3.1) (2021-01-21)
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
### Bug Fixes
|
|
582
|
+
|
|
583
|
+
* **package:** update dependencies ([ee47ba1](https://github.com/webex/widgets/commit/ee47ba115a48cdbe04669220513d2ba69cb6b70e))
|
|
584
|
+
|
|
585
|
+
# [1.3.0](https://github.com/webex/widgets/compare/v1.2.0...v1.3.0) (2020-09-24)
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
### Features
|
|
589
|
+
|
|
590
|
+
* **package:** update @webex/sdk-component-adapter to 1.24.1 ([13dbb1e](https://github.com/webex/widgets/commit/13dbb1e03728bf1742a5de55b6024bf9b6a1a6f1))
|
|
591
|
+
* **package:** update components and add momentum ([1fa7bb7](https://github.com/webex/widgets/commit/1fa7bb7c7c885d4a57ad36c86296666f0269c5cb))
|
|
592
|
+
* **package:** update webex to 1.96.1 ([acec0f2](https://github.com/webex/widgets/commit/acec0f24b7a3cec77da0a75bbd402a27f7fe2850))
|
|
593
|
+
* **WebexMeeting:** use momentum css directly ([b1877c8](https://github.com/webex/widgets/commit/b1877c8624124410c80e07cf6633649190b8a597))
|
|
594
|
+
|
|
595
|
+
# [1.2.0](https://github.com/webex/widgets/compare/v1.1.0...v1.2.0) (2020-03-05)
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
### Features
|
|
599
|
+
|
|
600
|
+
* **rollup:** add postCss plugin to rollup configs ([01b6207](https://github.com/webex/widgets/commit/01b62077e4a3c97823454ab83a8771be00b3d1a0))
|
|
601
|
+
* **WebexMeeting:** initial implementaion ([0f8a137](https://github.com/webex/widgets/commit/0f8a1379dabe37bd450ab56004cdfbade1563534))
|
|
602
|
+
* **App:** render the meeting widget with props ([2fb85dc](https://github.com/webex/widgets/commit/2fb85dc5edb7160f1d3b62256ba795105eb557df))
|
|
603
|
+
|
|
604
|
+
# [1.1.0](https://github.com/webex/widgets/compare/v1.0.0...v1.1.0) (2020-03-01)
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
### Features
|
|
608
|
+
|
|
609
|
+
* **webpack:** add initial configuration ([28bc898](https://github.com/webex/widgets/commit/28bc89852d523ca3c2eb02c263e8fb4d8c5bef4a))
|
|
610
|
+
* **package:** add start script ([e07d92f](https://github.com/webex/widgets/commit/e07d92fa5fcc98ad6f5cc4d0b4602085878252a3))
|
|
611
|
+
* **rollup:** declare js and jsx extentions to resolve only ([92d202a](https://github.com/webex/widgets/commit/92d202ab97e9679af389d71b514f188563fe851b))
|
|
612
|
+
* **release:** exclude umd and cjs bundles to publish ([f3096e1](https://github.com/webex/widgets/commit/f3096e1d91e5336652699d746ae2130ee45b664e))
|
|
613
|
+
* **rollup:** exclude webex from the bundle ([0c8534c](https://github.com/webex/widgets/commit/0c8534c1ed77fb8e02b43e12b7c2bfdaa996d39e))
|
|
614
|
+
* **demo:** initial implementation ([f58ca53](https://github.com/webex/widgets/commit/f58ca53d16d1c7d976021e3ca42bc52fe9711c59))
|
|
615
|
+
* **widgets:** initial implementation ([0793a0f](https://github.com/webex/widgets/commit/0793a0fa5c6b72fac8c4230b2570d7a120e8f54a))
|
|
616
|
+
* **package:** install react dependencies ([47d163b](https://github.com/webex/widgets/commit/47d163b6db332b197ee778157b56d48307132ba8))
|
|
617
|
+
* **package:** install webpack dependencies ([130a3c4](https://github.com/webex/widgets/commit/130a3c40c3df7386890c1986faa0da6f89334742))
|
|
618
|
+
* **package:** webex is a dev and peer dependency now ([0aa3bb7](https://github.com/webex/widgets/commit/0aa3bb709b9bde992f10680f5e09ad4775e0cdcc))
|
|
619
|
+
|
|
620
|
+
# 1.0.0 (2020-02-13)
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
### Features
|
|
624
|
+
|
|
625
|
+
* **App:** add index file ([3eec782](https://github.com/webex/widgets/commit/3eec782ac2885a6f4f32dbc22a580bd226c82f9a))
|
|
626
|
+
* **App:** import webex component system dependencies ([13128d1](https://github.com/webex/widgets/commit/13128d1899569f6b8c0aca5e5ac31abe739da1ae))
|
|
627
|
+
* **App:** import webex dependency ([913861b](https://github.com/webex/widgets/commit/913861b16ec82e3ff90346517153df42ce55c13e))
|