@playkit-js/moderation 3.3.3 → 3.3.4
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.4 (2025-05-22)
|
|
6
|
+
|
|
5
7
|
### 3.3.3 (2025-04-24)
|
|
6
8
|
|
|
7
9
|
### 3.3.2 (2025-04-02)
|
|
@@ -140,7 +142,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
140
142
|
|
|
141
143
|
### Bug Fixes
|
|
142
144
|
|
|
143
|
-
* **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/
|
|
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/2e542908f3c4b2876babc7b8df83.3.4f5bbb19d))
|
|
144
146
|
|
|
145
147
|
### [3.2.1](https://github.com/kaltura/playkit-js-moderation/compare/v3.2.0...v3.2.1) (2023-01-26)
|
|
146
148
|
|
|
@@ -217,7 +219,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
217
219
|
* **FEV-468:** tech fix ([e89f917](https://github.com/kaltura/playkit-js-moderation/commit/e89f917bc5c0cbfac09d7a1356bf14ccd8b35593))
|
|
218
220
|
* **FEV-468:** textarea styles ([54ff25f](https://github.com/kaltura/playkit-js-moderation/commit/54ff25f31c810189a4cc8e544e1b1a47d34504c6))
|
|
219
221
|
* **FEV-468:** use placeholder ([3942b24](https://github.com/kaltura/playkit-js-moderation/commit/3942b24a260757c16687660bf8e2efa666490b2f))
|
|
220
|
-
* **FEV-481:** add accessibility ([12eccc8](https://github.com/kaltura/playkit-js-moderation/commit/
|
|
222
|
+
* **FEV-481:** add accessibility ([12eccc8](https://github.com/kaltura/playkit-js-moderation/commit/12eccc8eed3.3.4313005fd25576049da2408421))
|
|
221
223
|
* **FEV-481:** fix submit button styles on focus ([b6cfcc9](https://github.com/kaltura/playkit-js-moderation/commit/b6cfcc9044e610bd51da0f163f6ecb659bcc9f9f))
|
|
222
224
|
|
|
223
225
|
### 0.0.1( (2020-01-27)
|