Releases for jGrowl
jGrowl 1.2.4
December 13, 2009 - 2:29pm — stosh1985Size: 292.14 KB
md5_file hash: cbe94ecb2aca2f200e144080e5c5ff8b
First released: December 13, 2009 - 2:29pm
Includes compatibility fixes for Internet Explorer.
jGrowl 1.2.3
November 21, 2009 - 9:59am — stosh1985Size: 294.3 KB
md5_file hash: d3bb23cff2be83da11e1545f538fc78b
First released: November 21, 2009 - 9:59am
Fixed some serious bugs introduced in previous versions, also enhanced callback support and continued to improve general functionality. Special thanks to the community for continuing it's contributions to the project!
jGrowl 1.2.2
November 4, 2009 - 11:30pm — stosh1985Size: 293.78 KB
md5_file hash: d192f9c38b7b17c8ff2c32cccdb91852
First released: November 4, 2009 - 11:30pm
Last updated: November 4, 2009 - 11:30pm
Added support for jQuery UI Theme Roller, special thanks to Jeff Chan!
jGrowl 1.2.1
October 1, 2009 - 9:04am — stosh1985Size: 128.88 KB
md5_file hash: 57b255e0c36af41de42695fc358c8ba3
First released: October 1, 2009 - 9:04am
Last updated: October 1, 2009 - 9:03am
Fixed in 1.2.1
- Fixed instance where the interval would fire the close method multiple times.
- Added CSS to hide from print media
- Fixed issue with closer button when div { position: relative } is set
- Fixed leaking issue with multiple containers. Special thanks to Matthew Hanlon!
NOTE: If you are having trouble rendering notificatiosn, especially if you are using Internet Explorer please FIRST check the example scripts in the download package. These scripts render properly and can help you solve your problem. If you still need assistance please e-mail me through my website. Do not post support requests as bugs!
jGrowl 1.2.0
May 11, 2009 - 1:24pm — stosh1985Size: 228.24 KB
md5_file hash: 3f4e705f70b1c6de5bfa82c4bf9dd86e
First released: May 11, 2009 - 1:24pm
The latest and greatest release of jGrowl now features queuing and various bug fixes. This release is fully compatible with jQuery 1.2.x-1.3.x.
jGrowl 1.2.0-beta-3
December 22, 2008 - 3:33pm — stosh1985Size: 221.41 KB
md5_file hash: dd7335ae788e8dbdce0516a35363300b
First released: December 22, 2008 - 3:33pm
Beta 3 includes a new way of triggering a notification's close. This came in response to some user feedback. The purpose of this is to allow you to better customize how a notification might possibly be closed by simple calling $('notification...').trigger('jGrowl.close').
jGrowl 1.2.0-beta-2
December 2, 2008 - 10:54am — stosh1985Size: 221.07 KB
md5_file hash: 869b89737cbd4f463152d76709b77982
First released: December 2, 2008 - 10:54am
Last updated: December 2, 2008 - 10:54am
This release fixes several syntax errors in the main javascript file and corrects a call to the logging callback.
jGrowl 1.2.0-beta-1
November 28, 2008 - 11:09pm — stosh1985Size: 221.06 KB
md5_file hash: 94df83c5651ba41f1b0d05cbe34c5e9a
First released: November 28, 2008 - 11:09pm
Last updated: November 28, 2008 - 11:08pm
jGrowl 1.2.0beta1 introduces a pooling mechanism for limiting how many messages are pooled onto the screen at a given time. When the pooling queue has been reached any subsequent messages are stored until the messages present on the screen disappear, either through expiration or manual closing. There is a new example file demonstrating this functionality and how to turn it on. By default this functionality is disabled and jGrowl should behave like it did in previous versions.
jGrowl 1.1.2
November 28, 2008 - 11:06pm — stosh1985Size: 220.13 KB
md5_file hash: 673c124da9f6d519517d90d64fd67e36
First released: November 28, 2008 - 11:06pm
Last updated: November 28, 2008 - 11:06pm
This is a minor update with minimal changes.
- Added iPhone styled example.
- Fixed possible IE7 bug when determining if the ie6 class shoudl be applied.
- Added template for the close button, so that it's content could be customized.
jGrowl 1.1.1
August 18, 2008 - 4:49am — stosh1985Size: 216.47 KB
md5_file hash: 614fc66f3fd34a22eb5eb4e2f2459074
First released: August 18, 2008 - 4:49am
Changes in 1.1.1
- Fixed CSS styling bug for ie6 caused by a mispelling
- Changes height restriction on default notifications to min-height
- Added skinned examples using a variety of images
- Added the ability to customize the content of the [close all] box
- Added jTweet, an example of using jGrowl + Twitter
NOTE: This is primarily a maintenance release, it fixes several small issues that some users ran into, but other than that it serves to provide better examples of jGrowl and how to use the plugin.
**UPDATED: If you want the compressed or minimized version of jGrowl the original release package does NOT have the correct files. I forgot to redo those when I bundled. I have rebundled and attached it to this release info, so be sure to download the new attached zip file instead of the release file if you want either the compressed or minimized version.
| Attachment | Size |
|---|---|
| jgrowl-1.1.1.zip | 216.47 KB |
jGrowl 1.1.0
June 17, 2008 - 11:37pm — stosh1985Size: 103.35 KB
md5_file hash: ffdfcec73a8167eb1bca60827cb2c4a9
First released: June 17, 2008 - 11:37pm
jGrowl 1.1.0 includes major API changes! jGrowl now supports multiple contains and offers alternative ways of accessing a particular container. This release should be 100% backwards compatible with prior releases, however there are a lot of new capabilities. The demo file has been updated extensively and should be looked at for examples. This release also maintains 100% compatibility with Internet Explorer 6.
Changes in 1.1.0:
- Multiple container and instances.
- Standard $.jGrowl() now wraps $.fn.jGrowl() by first establishing a generic jGrowl container.
- Instance methods of a jGrowl container can be called by $.fn.jGrowl(methodName)
- Added glue preferenced, which allows notifications to be inserted before or after nodes in the container
- Added new log callback which is called before anything is done for the notification
- Corner's attribute are now applied on an individual notification basis.
jGrowl 1.0.4
June 13, 2008 - 7:51am — stosh1985Size: 39.82 KB
md5_file hash: db93823564b4166dc090e787503d9170
First released: June 13, 2008 - 7:51am
This is a maintenance release of 1.0.3 that adds support for IE6. jGrowl should now work correctly across all of the major browsers.
jGrowl 1.0.3
June 11, 2008 - 9:27pm — stosh1985Size: 39.15 KB
md5_file hash: 69a3e8e0e123ae584c5bf2a7d57b1ac9
First released: June 11, 2008 - 9:27pm
Last updated: June 11, 2008 - 11:06pm
This release fixes several bugs and improves upon existing functionality. There are also a number of news ways to customize the behavior of jGrowl. The demo has been updated to demonstrate some of the new functionality.
Changes in 1.0.3:
- Fixed bug with options persisting across notifications
- Fixed theme application bug
- Simplified some selectors and manipulations.
- Added beforeOpen and beforeClose callbacks
- Reorganized some lines of code to be more readable
- Removed unnecessary this.defaults context
- If corners plugin is present, it's now customizable.
- Customizable open animation.
- Customizable close animation.
- Customizable animation easing.
- Added customizable positioning (top-left, top-right, bottom-left, bottom-right, center)
jGrowl 1.0.2
March 24, 2008 - 9:16pm — stosh1985Size: 36.84 KB
md5_file hash: 938bfa155bb338539c87b4bdf283b5c4
First released: March 24, 2008 - 9:16pm
Fixed various bugs. Added: external CSS, per-message theming, open & close callbacks, global closer callback, automatic setup, interval cleanup, custom animation speed, and more per-message customizations.
jGrowl 1.0.1
March 22, 2008 - 7:00am — stosh1985Size: 5.17 KB
md5_file hash: ce1803c39646410f8e3b52b32ec8c401
First released: March 22, 2008 - 7:00am
Initial release. Raise basic notifications within the browser, similar to OS X's Growl framework.
