Skip to content

v3.0

Latest
Compare
Choose a tag to compare
@mttbernardini mttbernardini released this 10 Sep 11:52
  • Removed polyfill for addEventListener on IE8.
  • dialog() now returns a Promise (no more callbacks) resolving to the result object (previously known as returnObj).
  • Renamed varsdata, both in the options for dialog and in the Promise resolved object.

NB: These changes break compatibility with v2.x. Please read the new documentation for further details.

NB: This version drops support for older browsers and IE. Consider using polyfills for addEventListener and Promise for browsers not supporting them.