Skip to content

Releases: emailjs-com/emailjs-sdk

SDK v3.6.2

10 Apr 19:05
Compare
Choose a tag to compare

Essential Links

Changes

  • the user ID has been renamed to the public key.
  • corrected the readme.

Improvements

  • Dump versions

SDK v3.5.0

29 Mar 12:44
Compare
Choose a tag to compare

Essential Links

Improvements

  • Dump versions

SDK v3.4.0

11 Jan 17:28
Compare
Choose a tag to compare

Essential Links

Changes

The minimum Node.js version has been downgraded to 14.0.0.

Improvements

  • Dump versions

SDK v3.3.0

29 Dec 19:07
Compare
Choose a tag to compare

Essential Links

Breaking Changes

The SDK name changed to @emailjs/browser

Improvements

  • Dump versions

SDK v3.2.0

09 Jul 20:56
Compare
Choose a tag to compare

Essential Links

Improvements

  • Added support for server-side rendering (next.js)

SDK v3.1.0

14 Jun 16:49
Compare
Choose a tag to compare

Essential Links

Changes

  • removed the "optional chaining" operator from modules

SDK v3.0.2

09 Jun 20:57
Compare
Choose a tag to compare

Essential Links

Bugs

  • fixed the experimental syntax classProperties issue in version 3.0.1

SDK v3.0.1

09 Jun 14:35
Compare
Choose a tag to compare

Essential Links

Breaking Changes

  • The UI service has been removed, emailjs.sendForm method no longer changes the classes of the form element.
  • The source folder with esmodule renamed to es folder
  • The automatic injection of the reCaptcha response for the emailjs.send method has been removed.
  • The SDK no longer tries to fix an invalid form selector for the emailjs.sendForm method.

Improvements

  • ES modules in the es folder
  • 100% test coverage
  • Improved legacy browser support for packaging SDK (dist folder)
  • add support for the react-native (experimentally)