All Versions
10
Latest Version
Avg Release Cycle
122 days
Latest Release
2242 days ago

Changelog History

  • v4.1.0 Changes

    February 25, 2018
    • ๐Ÿ›  (re)fixed #242: vex will now use unprefixed animationend events if supported, before checking for vendor prefixes
    • ๐Ÿ†• New yesText/noText options for vex.dialog. See the docs for more info

      vex.dialog.prompt({ yesText: 'Okiedokie' noText: 'Aahw hell no'})

  • v4.0.1 Changes

    September 11, 2017
    • ๐Ÿ›  Fixed #233: dialogs in IE flashed on closing
    • ๐Ÿ”€ Merged #238, adds Sass Autoprefixer for 47% smaller dist CSS files
  • v4.0.0 Changes

    June 30, 2017

    Breaking DOM structure change introduced in #223. The .vex-overlay element now sits next to the .vex element, instead of as a child. This fixes scrolling issues on tall dialogs that have been in the library for a while.

    ๐Ÿ†• New structure:

    \<div class="vex-overlay"\>\</div\> \<div class="vex"\> \<div class="vex-content"\> \<div class="vex-close"\>\</div\> \</div\> \</div\>
    
  • v3.1.1

    April 04, 2017
  • v3.1.0

    March 10, 2017
  • v3.0.0

    September 01, 2016
  • v3.0.0-beta.1

    August 09, 2016
  • v2.3.4

    January 05, 2016
  • v2.3.3

    November 08, 2015
  • v2.3.2 Changes

    February 19, 2015

    ๐Ÿ‘€ See #108