-
Notifications
You must be signed in to change notification settings - Fork 116
/
CHANGELOG.txt
152 lines (127 loc) · 6.17 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
GalleryView - jQuery Content Gallery Plugin
Author: Jack Anderson
Version 3.0 DEV - 2012-03-21
----------------------------------------
Version 3.0 beta 3 - 2011-03-15
----------------------------------------
Anchor tags in source markup now transfer to both the filmstrip and the panel
Fixed bug preventing filmstrip from stretching full width of gallery when 'show_filmstrip_nav' option was set to false
Enabled ability to show all frames and filmstrip navigation together
Added new option to control display of panel overlays
Classes applied to the source <li> tags will be copied to both the appropriate filmstrip frame and panel
Classes applied to the source <ul> tag will be copied to the resulting gallery <div>
New options:
- show_overlays
- BOOLEAN: flag to indicate whether to show or hide panel overlays
Version 3.0 beta 2 - 2011-03-14
----------------------------------------
Class names altered to be less generic, avoid interference from other CSS
Removed fixed caption size, added CSS support for multi-line captions
Added 'filter:inherit' CSS rule to panels to combat IE8 which prevents fade animations from working
Changed navigation images to <div> tags with images as backgrounds. Navigation images can now be defined in CSS
Removed options:
- nav_theme
- no longer necessary as navigation images are defined in CSS
- theme_format
- no longer necessary as navigation images are defined in CSS
Version 3.0 beta 1 - 2011-03-10
----------------------------------------
Setting transition interval to 0 prevents automated transitions instead of causing instant transitions
Capped transition speed at value of transition interval to prevent overlapping animations
Changed default panel_scale value from 'nocrop' to 'crop'
Capped pointer size to 1/2 of frame width to prevent pointer from extending past frame edge
Fixed bug that caused misplaced panels when not displaying filmstrip
Fixed bug when calling plugin after window load
Added ability to slide panels as an alternative to fading
Various bug fixes regarding incorrect element placement after customizing CSS
Improved gallery loading behavior (users no longer see gallery animating to initial panel/frame)
Updated navigation themes to PNG format and included PNG support for custom navigation themes
Made both panel and filmstrip navigation optional, regardless of panel and filmstrip visibility
Panel navigation overlay images are now set to be opaque due to an IE7 PNG transparency bug. You can create your own transparent overlay images if you wish
New options:
- filmstrip_style
- STRING: Sets behavior of filmstrip (scroll,show all)
- 'show all' forces 'show_navigation' to false and 'pointer_size' to zero (if there are
multiple rows of frames)
- show_panel_nav
- BOOLEAN: flag to indicate whether to display panel-based navigation buttons
- show_filmstrip_nav
- BOOLEAN: flag to indicate whether to display filmstrip-based navigation buttons
- animate_pointer
- BOOLEAN: flag to indicate whether filmstrip pointer animates between frames or jumps instantly
- panel_animation
- STRING: type of transition panels should undergo (fade,crossfade,slide,zoom,none)
- theme_format
- STRING: extension type of images in the theme indicated by the 'nav_theme' option
Removed options:
- fade_panels
- no longer necessary as setting panel_animation to 'none' serves the same purpose
Version 2.1.1 - 2010-03-15
----------------------------------------
Small bug fix dealing with frame opacity
Version 2.1 - 20010-03-14
----------------------------------------
Made minor updates to ensure compatibility with jQuery 1.4.x
Heavily commented javascript code
Included README.txt with instructions on using plugin
Updated jQuery Timers plugin to version 1.3
Version 2.0 - 2009-05-05
----------------------------------------
Revised required HTML markup for GalleryView
Filmstrip frames are generated automatically (no need for two sets of images)
Moved majority of aesthetic styling to external CSS
Default aesthetics for gallery updated
Set GalleryView to wait until images finish loading before building itself
Added 'current' class to current filmstrip frame for user customization
Allowed for more user-defined styling in panels and filmstrip frames
Filmstrip can now be placed on left and right side of gallery, in addition to top and bottom
Panel images can now be scaled to fit within panel or zoomed & cropped to fill panel
Filmstrip images can now be scaled to fit within frame or zoomed & cropped to fill frame
Panel overlay backgrounds are now only added to those panels with overlays
'pause_on_hover' option now pauses when mouse hovers over filmstrip as well as panel
Added option to start gallery on any frame
Current frame pointer is now built with CSS and its size can be customized easily
Increased size of hitbox on panel-navigation buttons
Updated options:
- filmstrip_position
- new allowable values : 'top', 'right', 'bottom', 'left'
Removed options:
- overlay_height
- overlay_font_size
- overlay_color
- background_color
- overlay_text_color
- caption_text_color
- border
New options:
- show_panels (boolean)
- show_filmstrip (boolean)
- start_frame (integer)
- pointer_size (integer)
- panel_scale
- allowable values : 'crop', 'nocrop'
- frame_scale
- allowable values : 'crop', 'nocrop'
- frame_gap (integer)
Version 1.1 - 2009-04-05
----------------------------------------
Added feature allowing filmstrip w/o panels
Added feature allowing panels w/o filmstrip
Added feature allowing filmstrip placement above or below panels
Added new graphics for panel navigation
Anchored navigation buttons to edges of filmstrip, rather than gallery boundaries
New options:
- filmstrip_position
- allowable values : 'top', 'bottom'
- overlay_position
- allowable values : 'top', 'bottom'
Version 1.0.1 - 2009-03-30
----------------------------------------
Fixed bug allowing blank frames to display in filmstrip
Changed pointer graphic from GIF to PNG to allow for greater customization
Added 'overflow: hidden' to panels to prevent oversized content from breaking gallery
Disabled frame clicking during filmstrip animation
Changed pointer border from 4px to 2px
Version 1.0 - 2009-03-29
----------------------------------------
Initial Release