Releases: seahorsepip/jPopup
Releases · seahorsepip/jPopup
jPopup v2.0.1
Bug fix release.
jPopup v2.0.0
Complete rewrite of original jQuery plugin with more functionality then before.
Fixes css class base
Changes
- Fixes css class base
Fixing issues, class base, z-index, html elements & Animations
Changes
- You can set a classbase other then "jpopup" now
- Starting z-index can be changed
- Use existing html elements to create a jpopup window
- Animations
Fixes
- Closes #4
Resize boundary bugfix
Fixes
- Resize boundary wasn't properly functioning
Resizeable popups and z-index fix
Changes
- Added resizeable option, popups can now be resizeable
Fixes
- z-index on overlay properly set
- dotted border on buttons removed (Firefox)
- text selection on popup dragging/resizing disabled (IE)
SCSS, new position and bug fixes
Changes
- Replaced CSS with SCSS, minified CSS file (processed SCSS file) is available.
- Added position "full"
Fixes
- OverflowY with position "bottom"
- ScrollTop and scrollBottom with position "stretchBottom"
- Changed button property "class" to "buttonClass" (IE bugfix)
Thanks @austinpaquette for the SCSS contribution
Bugfix
Fixed a bug in content() and title() functions.
Quick bugfix
Variable fCloseButtonHTML changed to fCloseButtonContent.
More positions and jquery selectors
Added more positions: topLeft, topRight, bottomLeft, bottomRight, stretchTop, stretchLeft, stretchBottom, StretchRight.
Added new functions to get jquery selectors from a popup: popupWrapper(), popupOverlay(), popup(), popupTitle(), popupContent(), popupButtons(), popupClose().