@playkit-js/moderation 3.3.5 → 3.3.6
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 +4 -2
- 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.6 (2025-11-06)
|
|
6
|
+
|
|
5
7
|
### 3.3.5 (2025-10-23)
|
|
6
8
|
|
|
7
9
|
### 3.3.4 (2025-05-22)
|
|
@@ -169,7 +171,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
169
171
|
### Features
|
|
170
172
|
|
|
171
173
|
* **FEV-1453:** a11y fixes (remove unused files) ([649a782](https://github.com/kaltura/playkit-js-moderation/commit/649a78246d87e439d0d0e5f24b7f32111362dbeb))
|
|
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/
|
|
174
|
+
* **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/37260a3a9676ac602cb2e95ac53f0083100383c5))
|
|
173
175
|
|
|
174
176
|
|
|
175
177
|
### Bug Fixes
|
|
@@ -193,7 +195,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
193
195
|
|
|
194
196
|
### Bug Fixes
|
|
195
197
|
|
|
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/
|
|
198
|
+
* **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/6ceb3f3c5fb42b8261b3591b488a7aeb8316b894))
|
|
197
199
|
|
|
198
200
|
### [2.0.2](https://github.com/kaltura/playkit-js-moderation/compare/v2.0.1...v2.0.2) (2020-06-01)
|
|
199
201
|
|