Releases: HubSpot/vex
Releases · HubSpot/vex
v4.1.0
v4.0.1
v4.0.0
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
v3.1.1 Update vex.dialog to 1.0.7
'closeAllOnPopState' option
v3.1.0 Bump bower.json to 3.1.0
Check if animated before closing
v2.3.3 Bump version to 2.3.3 and build files
Add CSS and JS files to Bower’s `main`
Removed Compass mixin dependencies and added grunt-sass task.
Support multiple optional class names
Merge pull request #97 from HubSpot/bump-v2.2.2 Bump and build 2.3.0
Missing compiled resources for v2.1.0
v2.1.1 Tag 2.1.1 due to premature 2.1.0 tag (Oh grunt…)