@playkit-js/moderation 3.3.4 → 3.3.5
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 +6 -4
- package/dist/playkit-moderation.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### 3.3.5 (2025-10-23)
|
|
6
|
+
|
|
5
7
|
### 3.3.4 (2025-05-22)
|
|
6
8
|
|
|
7
9
|
### 3.3.3 (2025-04-24)
|
|
@@ -142,7 +144,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
142
144
|
|
|
143
145
|
### Bug Fixes
|
|
144
146
|
|
|
145
|
-
* **FEV-1655:** on the moderation plugin when the report button is disabled on hover it does not look like the design ([#47](https://github.com/kaltura/playkit-js-moderation/issues/47)) ([2e54290](https://github.com/kaltura/playkit-js-moderation/commit/
|
|
147
|
+
* **FEV-1655:** on the moderation plugin when the report button is disabled on hover it does not look like the design ([#47](https://github.com/kaltura/playkit-js-moderation/issues/47)) ([2e54290](https://github.com/kaltura/playkit-js-moderation/commit/2e542908f3c4b2876babc7b8df8393e4f5bbb19d))
|
|
146
148
|
|
|
147
149
|
### [3.2.1](https://github.com/kaltura/playkit-js-moderation/compare/v3.2.0...v3.2.1) (2023-01-26)
|
|
148
150
|
|
|
@@ -167,7 +169,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
167
169
|
### Features
|
|
168
170
|
|
|
169
171
|
* **FEV-1453:** a11y fixes (remove unused files) ([649a782](https://github.com/kaltura/playkit-js-moderation/commit/649a78246d87e439d0d0e5f24b7f32111362dbeb))
|
|
170
|
-
* **FEV-1552:** Add support to the More plugin ([#34](https://github.com/kaltura/playkit-js-moderation/issues/34)) ([37260a3](https://github.com/kaltura/playkit-js-moderation/commit/
|
|
172
|
+
* **FEV-1552:** Add support to the More plugin ([#34](https://github.com/kaltura/playkit-js-moderation/issues/34)) ([37260a3](https://github.com/kaltura/playkit-js-moderation/commit/37260a3a9676ac602cb2e95ac53f00831003.3.5))
|
|
171
173
|
|
|
172
174
|
|
|
173
175
|
### Bug Fixes
|
|
@@ -191,7 +193,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
191
193
|
|
|
192
194
|
### Bug Fixes
|
|
193
195
|
|
|
194
|
-
* **FEV468:** I as User want to report inappropriate content to the moderator ([#18](https://github.com/kaltura/playkit-js-moderation/issues/18)) ([6ceb3f3](https://github.com/kaltura/playkit-js-moderation/commit/
|
|
196
|
+
* **FEV468:** I as User want to report inappropriate content to the moderator ([#18](https://github.com/kaltura/playkit-js-moderation/issues/18)) ([6ceb3f3](https://github.com/kaltura/playkit-js-moderation/commit/6ceb3.3.5fb42b8261b3591b488a7aeb8316b894))
|
|
195
197
|
|
|
196
198
|
### [2.0.2](https://github.com/kaltura/playkit-js-moderation/compare/v2.0.1...v2.0.2) (2020-06-01)
|
|
197
199
|
|
|
@@ -219,7 +221,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
219
221
|
* **FEV-468:** tech fix ([e89f917](https://github.com/kaltura/playkit-js-moderation/commit/e89f917bc5c0cbfac09d7a1356bf14ccd8b35593))
|
|
220
222
|
* **FEV-468:** textarea styles ([54ff25f](https://github.com/kaltura/playkit-js-moderation/commit/54ff25f31c810189a4cc8e544e1b1a47d34504c6))
|
|
221
223
|
* **FEV-468:** use placeholder ([3942b24](https://github.com/kaltura/playkit-js-moderation/commit/3942b24a260757c16687660bf8e2efa666490b2f))
|
|
222
|
-
* **FEV-481:** add accessibility ([12eccc8](https://github.com/kaltura/playkit-js-moderation/commit/
|
|
224
|
+
* **FEV-481:** add accessibility ([12eccc8](https://github.com/kaltura/playkit-js-moderation/commit/12eccc8eed34354313005fd25576049da2408421))
|
|
223
225
|
* **FEV-481:** fix submit button styles on focus ([b6cfcc9](https://github.com/kaltura/playkit-js-moderation/commit/b6cfcc9044e610bd51da0f163f6ecb659bcc9f9f))
|
|
224
226
|
|
|
225
227
|
### 0.0.1( (2020-01-27)
|