Releases: HubSpot/vex
Releases · HubSpot/vex
Fix #46 (Lingering `".vex-open"` body class in <=IE9)
v2.1.0 v2.1.0
Missing compiled resources for v2.0.1
Better support for HTML5 text-like input types
See the discussion at #36 (comment).
Bugfix to prompt callback
Per #35, in a vex.dialog.prompt
, ""
now returns ""
instead of { vex: "" }
. Since this was potentially breaking to those relying on the old behavior, we bumped to major version 2
.
Allow `value` to be passed in to initialize a prompt input
Remove console.log from default dialog callback
v1.3.4 v1.3.4
Bug fix
Scrolling improvements
- Prevent background scrolling #18
- Improve scrolling performance on iOS by using
-webkit-overflow-scrolling