Releases: binarykitchen/videomail-for-ninja-forms
Releases · binarykitchen/videomail-for-ninja-forms
10.2.1
10.2.0
Change:
- Remove obsolete WebSocket options to reduce race-condition related errors
Chore
- Upgrade VC dependency
- Apply patches
- Export types
10.1.0
Improvement
- Corrected documentation about whitelist key and polished its formatting further
Chore
- Upgrade VC dependency
- Polished dev documentation
Change:
- Upgrade pipeline dependencies
10.0.0
Change:
- Breaking: renamed site_name to whitelist_key. Retrieve your whitelist key on https://www.videomail.io/whitelist
9.1.1
Improvement
- Some error messages are more user friendlier, less technical. Sorry :)
Fix
- Correct height of videos, this by making it more responsive to your environment
Change:
- Lay out the foundation for the upcoming new whitelist management. There a no breaking changes.
Chore
- Apply security patches
9.1.0
Improvement
- Videomail button states (enabled/disabled) are now more robust, especially for mobile devices
- Video recording duration can be limited on the spot
Change:
- Accessibility: no more auto play - users have to click on the play button first before watching
- Bump to Node.js v24
- Replace deprecated prettier with the latest version
Fix
- Do not emit resize event when not built
Chore
- Upgrade VC dependency
- Polished dev documentation
9.0.1
Improvement
- More user friendlier error messages for missing inputs
Change:
- Include recording location which will assist investigating technical issues
Fix
- Rename wrong option name from ninjaFormPlugin to videomailNinjaFormPlugin
Chore
- Upgrade VC dependency
9.0.0
Change:
- Breaking change: switch to new Videomail API endpoint.
8.3.1
Fix
- Adds one missing comma :)
8.3.0
Improvement
- Adds new advanced option "disableFormWhenSubmitting" to increase security during form submissions
Change:
- Defaults that new option "disableFormWhenSubmitting" to false, because plugins overlap with each other.
Chore
- Upgrade VC dependency