Skip to content

Releases: HTMLGuyLLC/jAlert

Improved iframe full-height

25 Jul 21:17
Compare
Choose a tag to compare
4.9.1

Cleanup some CSS stuff, improve iframe full height, improve image ful…

Added confirm question as the third param of the confirm() method

09 Jul 15:01
Compare
Choose a tag to compare
4.8.0

Added confirm question as the third param to the confirm() function

Dom el for content, onClick now receives alert as param, and image popup shrinks to fit image if necessary

09 Jul 14:08
Compare
Choose a tag to compare
  1. Accepts dom element for content (it'll grab the html automatically)
  2. Button onClick method now receives 3 params e, btn, alert (so you can quickly alert.closeAlert())
  3. When you open an image alert using the image param, it will now shrink the popup to fit the image size if it's smaller and disables alert padding

Added margin to alert to make sure alt circle close button is visible

23 Aug 13:28
Compare
Choose a tag to compare

Hotfix for inability to scroll

23 Aug 01:02
Compare
Choose a tag to compare
4.6.5

fix inability to scroll

Flexbox!

23 Aug 00:55
Compare
Choose a tag to compare
Flexbox! Pre-release
Pre-release

No more JS DOM observer or hacky 'centerAlert' method.

Fixed consistency issues with version # and replaced author

12 Aug 18:23
0901eb4
Compare
Choose a tag to compare

Improvements/Fixes

10 Aug 14:50
6cec513
Compare
Choose a tag to compare
Improved top-margin when jAlert is taller than window
Fixed font color of black round close button

Autoclose feature, fixes

10 Aug 14:28
9515857
Compare
Choose a tag to compare
Update version, fixes, demo

Updated version in package.json
Fixed merge conflict junk left in
Added autoclose demo to index.html
Removed autoclose from README since readme is supposed to be super short
Re-minified everything

Don't use - Added autoclose timeout option

09 Aug 15:48
c5129f3
Compare
Choose a tag to compare
Merge pull request #45 from ChristianGabs/master

Auto Close after a period of time