-
Notifications
You must be signed in to change notification settings - Fork 8
/
CHANGELOG
76 lines (48 loc) · 2.66 KB
/
CHANGELOG
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
====================================
= flowgallery.js jquery plugin =
====================================
v0.7.0 (2013-01-08)
- complete refactor of underlying code to improve performance and maintainability
- added scripting API for controlling gallery through javascript
- added "loadingHeight" and "loadingWidth" config params that specify size of placeholder while loading
- changed behaviour for "thumbTopOffset" - when set to "auto", thumbnails will vertically realign themselves with each active image
- when gallery needs to be resized because of active images with different heights, this resizing of the list is now animated as the active image is scaled
- changed "forwardOnActiveClick" default value to "true"
v0.6.5 (2012-11-04)
- image title attribute for captions now supports html tags
v0.6.4 (2011-07-03)
- enable 'auto' setting for thumbWidth config option (thanks to Andrew White for contribution!)
v0.6.3 (2011-06-04)
- bugfix: calculate animations from width of parent container and not document (thanks to pinmc for fix)
- bugfix: fix initial image width calculation in jQuery v1.6.0
v0.6.2 (2011-02-26)
- added config param "forwardOnActiveClick", if true will move forward to next image when active image is clicked
- bugfix: reset navigation key bindings on initialization to avoid multiple calls
v0.6.1 (2011-02-26)
- bugfix: fixed initialization of private variables - so that they get reset properly on subsequent call to flowgallery
v0.6.0 (2011-02-26)
- added navigation with arrow keys and config param "enableKeyNavigation"
- added config param "thumbPadding" for specifying border of thumbnails
- bugfix: don't display caption if title is empty (thanks to bakman2 for fix)
v0.5.1 (2011-01-18)
- bugfix for attaching load handler on images
v0.5.0 (2011-01-14)
- enable dynamic image size loading (original size of image used)
- included image preloader
- improved performance and browser compatibility
v0.4.1 (2010-08-12)
- bugfix of activeIndex setting
v0.4.0 (2010-08-11)
- added activeIndex config param, to allow setting of initially displayed image
- disabled dynamic image size loading (causing too many problems - need to test more thoroughly), currently requires setting of image sizes in img tag
v0.3.0 (2010-07-23)
- fixed issue with centering when vertical scrollbars appeared
- added image padding into calculations for leftOffset for proper centering
- added "animate" option, if set to false then easing is turned off
- general code cleanup
v0.2.0 (2010-07-16)
- refactored to use <ul> list for images
- support for flexible image sizes
- added demo
v0.1.0 (2010-06-22)
- basic working version with fixed image sizes.