@webex/widgets 1.13.1 → 1.14.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/widgets",
3
- "version": "1.13.1",
3
+ "version": "1.14.0",
4
4
  "main": "dist/webexWidgets.esm.js",
5
5
  "module": "dist/webexWidgets.esm.js",
6
6
  "scripts": {
@@ -30,8 +30,8 @@
30
30
  "dependencies": {
31
31
  "@momentum-ui/react": "^23.21.4",
32
32
  "@webex/component-adapter-interfaces": "^1.17.0",
33
- "@webex/components": "^1.134.2",
34
- "@webex/sdk-component-adapter": "^1.61.0",
33
+ "@webex/components": "^1.141.2",
34
+ "@webex/sdk-component-adapter": "^1.63.0",
35
35
  "winston": "^3.3.3"
36
36
  },
37
37
  "devDependencies": {
@@ -47,8 +47,8 @@
47
47
  "@babel/preset-react": "^7.8.3",
48
48
  "@commitlint/cli": "^8.3.5",
49
49
  "@commitlint/config-conventional": "^8.3.4",
50
- "@semantic-release/changelog": "^5.0.0",
51
- "@semantic-release/git": "^9.0.0",
50
+ "@semantic-release/changelog": "^6.0.0",
51
+ "@semantic-release/git": "^10.0.0",
52
52
  "@wdio/cli": "^7.3.1",
53
53
  "@wdio/jasmine-framework": "^7.4.6",
54
54
  "@wdio/junit-reporter": "^7.4.2",
@@ -94,9 +94,9 @@
94
94
  "rollup-plugin-node-resolve": "^5.2.0",
95
95
  "rollup-plugin-postcss": "^4.0.0",
96
96
  "sass-loader": "^8.0.2",
97
- "semantic-release": "^17.0.2",
97
+ "semantic-release": "^18.0.0",
98
98
  "style-loader": "^1.1.3",
99
- "webex": "^1.128.0",
99
+ "webex": "^1.141.0",
100
100
  "webpack": "^4.41.6",
101
101
  "webpack-cli": "^3.3.11",
102
102
  "webpack-dev-server": "^3.10.3"
@@ -105,7 +105,7 @@
105
105
  "prop-types": "^15.7.2",
106
106
  "react": "^16.12.0",
107
107
  "react-dom": "^16.12.0",
108
- "webex": "^1.128.0"
108
+ "webex": "^1.141.0"
109
109
  },
110
110
  "babel": {
111
111
  "presets": [
package/CHANGELOG.md DELETED
@@ -1,189 +0,0 @@
1
- ## [1.13.1](https://github.com/webex/widgets/compare/v1.13.0...v1.13.1) (2021-09-14)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **WebexMeeting:** make widget occupy all available vertical space ([d73c633](https://github.com/webex/widgets/commit/d73c633511137e2af007cf0282b3ac0ec3fa8b81))
7
-
8
- # [1.13.0](https://github.com/webex/widgets/compare/v1.12.0...v1.13.0) (2021-09-08)
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * **package:** update components to v1.132.0 and sdk adapter to v1.59.0 ([77181e6](https://github.com/webex/widgets/commit/77181e643b4b826ad360b8ed953bae7fe6f93798))
14
- * **package:** update components to v1.134.2 and sdk adapter to v1.61.0 ([864a332](https://github.com/webex/widgets/commit/864a3323c040681342e0aa3efa9afe8357acc8a6))
15
-
16
-
17
- ### Features
18
-
19
- * **WebexWidget:** add theme selector on the widgets demo page ([15626a1](https://github.com/webex/widgets/commit/15626a1e1a4ac98f18f5263d724f708e4d347e3d))
20
-
21
- # [1.12.0](https://github.com/webex/widgets/compare/v1.11.0...v1.12.0) (2021-09-06)
22
-
23
-
24
- ### Features
25
-
26
- * **WebexMeeting:** make widget occupy all available vertical space ([bc3340c](https://github.com/webex/widgets/commit/bc3340c1c45294b9e533a67ec25139d0ab26d71d))
27
-
28
- # [1.11.0](https://github.com/webex/widgets/compare/v1.10.0...v1.11.0) (2021-09-03)
29
-
30
-
31
- ### Features
32
-
33
- * **webpack:** configure webpack to load gif files ([00d9fa0](https://github.com/webex/widgets/commit/00d9fa08afd724953adf9e161f0173490dd764f7))
34
-
35
- # [1.10.0](https://github.com/webex/widgets/compare/v1.9.1...v1.10.0) (2021-08-31)
36
-
37
-
38
- ### Features
39
-
40
- * **WebexMeeting:** add className and style as props ([ddcf819](https://github.com/webex/widgets/commit/ddcf81985fe5018df7799157461b74d61c519198))
41
- * **WebexMeeting:** add logo prop to WebexMeeting and WebexMediaAccess ([0c8b884](https://github.com/webex/widgets/commit/0c8b8849a4ab56407d55c12b265a948a904448d3))
42
- * **WebexMeeting:** style logo for themes ([25b54a2](https://github.com/webex/widgets/commit/25b54a25d9e0f5249632f4d0bcf8101bc44978d9))
43
-
44
- ## [1.9.1](https://github.com/webex/widgets/compare/v1.9.0...v1.9.1) (2021-08-17)
45
-
46
-
47
- ### Bug Fixes
48
-
49
- * **package:** update components to v1.96.1 and sdk adapter to v1.55.0 ([ca756a8](https://github.com/webex/widgets/commit/ca756a8a69166b347d88f33f03c61d1c8be1d477))
50
-
51
- # [1.9.0](https://github.com/webex/widgets/compare/v1.8.1...v1.9.0) (2021-08-12)
52
-
53
-
54
- ### Features
55
-
56
- * **WebexMeeting:** remove control bar and roster from widget ([2d2ea12](https://github.com/webex/widgets/commit/2d2ea12ce71390e255cae1879ae359f8136882f9))
57
-
58
- ## [1.8.1](https://github.com/webex/widgets/compare/v1.8.0...v1.8.1) (2021-07-28)
59
-
60
-
61
- ### Bug Fixes
62
-
63
- * **package:** update components to v1.85.1 and sdk adapter to v1.52.0 ([51c1e39](https://github.com/webex/widgets/commit/51c1e3929cebdd4c7497d614d3bd09a6a1a3fea3))
64
-
65
- # [1.8.0](https://github.com/webex/widgets/compare/v1.7.1...v1.8.0) (2021-07-27)
66
-
67
-
68
- ### Features
69
-
70
- * **WebexWidget:** display media access based on permissions ([0255e5a](https://github.com/webex/widgets/commit/0255e5a9966ea246b105fe1745a8c2e564c1088b))
71
-
72
- ## [1.7.1](https://github.com/webex/widgets/compare/v1.7.0...v1.7.1) (2021-07-22)
73
-
74
-
75
- ### Bug Fixes
76
-
77
- * **package:** update components to v1.84.1 and sdk adapter to v1.49.0 ([fd79f62](https://github.com/webex/widgets/commit/fd79f62b679d3d3006a41e344fa6f0bd0efa479a))
78
-
79
- # [1.7.0](https://github.com/webex/widgets/compare/v1.6.0...v1.7.0) (2021-07-19)
80
-
81
-
82
- ### Features
83
-
84
- * **package:** configure winston logger ([0a3495b](https://github.com/webex/widgets/commit/0a3495b452b78a7d7cc489e561afeeb91055c626))
85
-
86
- # [1.6.0](https://github.com/webex/widgets/compare/v1.5.0...v1.6.0) (2021-07-14)
87
-
88
-
89
- ### Features
90
-
91
- * **WebexMeeting:** add the settings button to the controls bar ([3d6601e](https://github.com/webex/widgets/commit/3d6601e162d8d04050d6999662433aca8e6a611f))
92
-
93
- # [1.5.0](https://github.com/webex/widgets/compare/v1.4.4...v1.5.0) (2021-07-12)
94
-
95
-
96
- ### Bug Fixes
97
-
98
- * **package:** update sdk adapter to v1.41.0 ([ee355d5](https://github.com/webex/widgets/commit/ee355d548b4122aeeb7f900b245a3517b889d9bc))
99
-
100
-
101
- ### Features
102
-
103
- * **logo:** update webex logo ([b12f1ed](https://github.com/webex/widgets/commit/b12f1edc8e0c35987684d8fb73423518596dad83))
104
-
105
- ## [1.4.4](https://github.com/webex/widgets/compare/v1.4.3...v1.4.4) (2021-07-08)
106
-
107
-
108
- ### Bug Fixes
109
-
110
- * **package:** update components to v1.79.0 and sdk adapter to v1.40.0 ([5ca560e](https://github.com/webex/widgets/commit/5ca560e03976868a033a5e3077374460f81fcaa9))
111
-
112
- ## [1.4.3](https://github.com/webex/widgets/compare/v1.4.2...v1.4.3) (2021-06-25)
113
-
114
-
115
- ### Bug Fixes
116
-
117
- * **WebexMeeting:** remove WebexMeetingControlBar after meeting has ended ([a5cac4c](https://github.com/webex/widgets/commit/a5cac4c29b601c73b85848636631d6f67bac1221))
118
-
119
- ## [1.4.2](https://github.com/webex/widgets/compare/v1.4.1...v1.4.2) (2021-06-18)
120
-
121
-
122
- ### Bug Fixes
123
-
124
- * **package:** update sdk component adapter to v1.36.0 ([ce151c2](https://github.com/webex/widgets/commit/ce151c208189165e084fd62fd3fb9dc943986b11))
125
-
126
- ## [1.4.1](https://github.com/webex/widgets/compare/v1.4.0...v1.4.1) (2021-05-21)
127
-
128
-
129
- ### Bug Fixes
130
-
131
- * **package:** update components to v1.64.1 and sdk adapter to v1.33.4 ([f5eb3ea](https://github.com/webex/widgets/commit/f5eb3ea573094cb1733d07ed80ac288f77124791))
132
-
133
- # [1.4.0](https://github.com/webex/widgets/compare/v1.3.1...v1.4.0) (2021-05-12)
134
-
135
-
136
- ### Features
137
-
138
- * **WebexMeeting:** add roster component in meeting widget ([b947e68](https://github.com/webex/widgets/commit/b947e68d4cc43329150d76e1fa56475cc9834876))
139
-
140
- ## [1.3.1](https://github.com/webex/widgets/compare/v1.3.0...v1.3.1) (2021-01-21)
141
-
142
-
143
- ### Bug Fixes
144
-
145
- * **package:** update dependencies ([ee47ba1](https://github.com/webex/widgets/commit/ee47ba115a48cdbe04669220513d2ba69cb6b70e))
146
-
147
- # [1.3.0](https://github.com/webex/widgets/compare/v1.2.0...v1.3.0) (2020-09-24)
148
-
149
-
150
- ### Features
151
-
152
- * **package:** update @webex/sdk-component-adapter to 1.24.1 ([13dbb1e](https://github.com/webex/widgets/commit/13dbb1e03728bf1742a5de55b6024bf9b6a1a6f1))
153
- * **package:** update components and add momentum ([1fa7bb7](https://github.com/webex/widgets/commit/1fa7bb7c7c885d4a57ad36c86296666f0269c5cb))
154
- * **package:** update webex to 1.96.1 ([acec0f2](https://github.com/webex/widgets/commit/acec0f24b7a3cec77da0a75bbd402a27f7fe2850))
155
- * **WebexMeeting:** use momentum css directly ([b1877c8](https://github.com/webex/widgets/commit/b1877c8624124410c80e07cf6633649190b8a597))
156
-
157
- # [1.2.0](https://github.com/webex/widgets/compare/v1.1.0...v1.2.0) (2020-03-05)
158
-
159
-
160
- ### Features
161
-
162
- * **rollup:** add postCss plugin to rollup configs ([01b6207](https://github.com/webex/widgets/commit/01b62077e4a3c97823454ab83a8771be00b3d1a0))
163
- * **WebexMeeting:** initial implementaion ([0f8a137](https://github.com/webex/widgets/commit/0f8a1379dabe37bd450ab56004cdfbade1563534))
164
- * **App:** render the meeting widget with props ([2fb85dc](https://github.com/webex/widgets/commit/2fb85dc5edb7160f1d3b62256ba795105eb557df))
165
-
166
- # [1.1.0](https://github.com/webex/widgets/compare/v1.0.0...v1.1.0) (2020-03-01)
167
-
168
-
169
- ### Features
170
-
171
- * **webpack:** add initial configuration ([28bc898](https://github.com/webex/widgets/commit/28bc89852d523ca3c2eb02c263e8fb4d8c5bef4a))
172
- * **package:** add start script ([e07d92f](https://github.com/webex/widgets/commit/e07d92fa5fcc98ad6f5cc4d0b4602085878252a3))
173
- * **rollup:** declare js and jsx extentions to resolve only ([92d202a](https://github.com/webex/widgets/commit/92d202ab97e9679af389d71b514f188563fe851b))
174
- * **release:** exclude umd and cjs bundles to publish ([f3096e1](https://github.com/webex/widgets/commit/f3096e1d91e5336652699d746ae2130ee45b664e))
175
- * **rollup:** exclude webex from the bundle ([0c8534c](https://github.com/webex/widgets/commit/0c8534c1ed77fb8e02b43e12b7c2bfdaa996d39e))
176
- * **demo:** initial implementation ([f58ca53](https://github.com/webex/widgets/commit/f58ca53d16d1c7d976021e3ca42bc52fe9711c59))
177
- * **widgets:** initial implementation ([0793a0f](https://github.com/webex/widgets/commit/0793a0fa5c6b72fac8c4230b2570d7a120e8f54a))
178
- * **package:** install react dependencies ([47d163b](https://github.com/webex/widgets/commit/47d163b6db332b197ee778157b56d48307132ba8))
179
- * **package:** install webpack dependencies ([130a3c4](https://github.com/webex/widgets/commit/130a3c40c3df7386890c1986faa0da6f89334742))
180
- * **package:** webex is a dev and peer dependency now ([0aa3bb7](https://github.com/webex/widgets/commit/0aa3bb709b9bde992f10680f5e09ad4775e0cdcc))
181
-
182
- # 1.0.0 (2020-02-13)
183
-
184
-
185
- ### Features
186
-
187
- * **App:** add index file ([3eec782](https://github.com/webex/widgets/commit/3eec782ac2885a6f4f32dbc22a580bd226c82f9a))
188
- * **App:** import webex component system dependencies ([13128d1](https://github.com/webex/widgets/commit/13128d1899569f6b8c0aca5e5ac31abe739da1ae))
189
- * **App:** import webex dependency ([913861b](https://github.com/webex/widgets/commit/913861b16ec82e3ff90346517153df42ce55c13e))
Binary file