Skip to content

Releases: binarykitchen/videomail-for-ninja-forms

10.2.1

01 Apr 07:49

Choose a tag to compare

Fix

  • Make WebSocket connection more robust

Chore

  • Upgrade VC dependency
  • Switch Prettier extension

10.2.0

21 Mar 11:00

Choose a tag to compare

Change:

  • Remove obsolete WebSocket options to reduce race-condition related errors

Chore

  • Upgrade VC dependency
  • Apply patches
  • Export types

10.1.0

07 Feb 05:08

Choose a tag to compare

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

12 Jan 00:12

Choose a tag to compare

Change:

9.1.1

08 Jan 06:31

Choose a tag to compare

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

04 Dec 06:49

Choose a tag to compare

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

02 Nov 05:48

Choose a tag to compare

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

21 Oct 02:27

Choose a tag to compare

Change:

  • Breaking change: switch to new Videomail API endpoint.

8.3.1

17 Oct 06:24

Choose a tag to compare

Fix

  • Adds one missing comma :)

8.3.0

17 Oct 06:15

Choose a tag to compare

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