forked from sebarmeli/JAIL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
40 lines (30 loc) · 1.81 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
JAIL 0.9.9 (30/12/2011)
----------------------- -
- fixed issue with callback
- fixed issue with the use of '$' (AMD case)
- 'scroll' event managed in a better way
JAIL 0.9.8 (29/12/2011)
----------------------- -
- 'data-src' attributes substitutes 'data-href'
- 'load' will replace 'load+scroll' ('+scroll' won't exist anymore)
- 'selector' attribute renamed 'triggerElement'
- 'loadHiddenImages' attribute replaces 'ignoreHiddenImages'
- 'package.json' file added
- Added support for AMD spec
- Added 'post-receive hook' to the plugins.jquery.com site (not functional yet)
- Added checks on the 'overflow' CSS property
- Removed "asynchImageLoader" function
- Code restructured in meaningful public and private functions
- Removed GPL version
- Added example using 'require.js'
- Fixed issue #17, #20, #21, #22
- Better way of handling unbinding events
- JAIL 0.9.7 (12/10/2011) - Issue 16 fixed, "ignoreHiddenImages" parameter added and "container" parameter removed.
- JAIL 0.9.5 (3/08/2011) - Issues around images visible inside a container or inside an iframe been fixed. JS filename changed into jail.js.
- JAIL 0.9 (13/05/2011) - callback fixes + support for callbackAfterEachImage parameter
- JAIL 0.8 (03/04/2011) - jail() function, fixed critical issue on v0.7, resizing function, scrolling fixes
- JAIL 0.7 (19/02/2011) - Added "offset" configuration
- JAIL 0.6 (05/02/2011) - Fixed a critical issue on "effect" configuration
- JAIL 0.5 (27/01/2011) - 'Delay' configuration removed, critical fix on unbind method, refactoring to pass JSLint without warnings.
- JAIL 0.4 (21/01/2011) - Added ability to detect scroll on containing elements instead of just `window`. Plus, lots of refactoring. (Contributor : Derek Lindahl - dlindahl)
- JAIL 0.2 (20/01/2011) - HTML5 data attribute `data-href` used instead of `name` attribute