Skip to content

Releases: HubSpot/vex

v4.1.0

25 Feb 16:24
Compare
Choose a tag to compare
  • (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

11 Sep 04:58
Compare
Choose a tag to compare
  • Fixed #233: dialogs in IE flashed on closing
  • Merged #238, adds Sass Autoprefixer for 47% smaller dist CSS files

v4.0.0

30 Jun 02:40
Compare
Choose a tag to compare

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>

Update vex-dialog to 1.0.7

04 Apr 16:52
Compare
Choose a tag to compare
v3.1.1

Update vex.dialog to 1.0.7

'closeAllOnPopState' option

10 Mar 17:44
Compare
Choose a tag to compare
v3.1.0

Bump bower.json to 3.1.0

Check if animated before closing

08 Nov 00:15
Compare
Choose a tag to compare
v2.3.3

Bump version to 2.3.3 and build files

Add CSS and JS files to Bower’s `main`

19 Feb 02:52
Compare
Choose a tag to compare

Removed Compass mixin dependencies and added grunt-sass task.

18 Feb 23:28
Compare
Choose a tag to compare

Support multiple optional class names

05 Jan 23:14
Compare
Choose a tag to compare
Merge pull request #97 from HubSpot/bump-v2.2.2

Bump and build 2.3.0

Missing compiled resources for v2.1.0

12 May 19:04
Compare
Choose a tag to compare
v2.1.1

Tag 2.1.1 due to premature 2.1.0 tag (Oh grunt…)