1.3.5 / 2012-02-20
- Added option constrainProportions, when passed only a fixed width or height, images and inline content will be resized with the right proportions.
1.3.4 / 2012-01-25
- Bug fix; iframes stay open and do not flicker anymore.
- Bug fix; when an error message box is opened for the first time it has the right size.
1.3.3 / 2011-11-05
- Bug fix; inline content didn't open in Opera.
- Improved inline content for mobile view.
- Added option fixedPosition, make the CeraBox window position fixed so it scrolls with.
- Added option clickToCloseOverlay, turn on/off close action on background.
1.3.2 / 2011-10-07
- Bug fix; iOS 5 safari scaling fixed, made buttons and titles blurry.
- Bug fix; group option now also works when passed directly to a new CeraBox instance.
- Made the error message box more dynamic to it's content.
1.3.1 / 2011-09-26
- Preloading images from AJAX requests and inline content.
- CeraBox window positioning improved.
- Added CSS classes for iframe and image content types.
1.3.0 / 2011-09-21
- Rewritten CeraBox.
- Mobile view support.
- Multiple CeraBox instances.
- Window manipulation through the CeraBoxWindow object.
- Custom formatted title text for collections.
- Force items to be opened as a certain type.
- Script from AJAX requests are now evaluated after the content is loaded and adopted.
1.2.21 / 2011-09-20
- Removed the inline element clone fix for IE7 from 1.2.19 as this problem is fixed in MooTools 1.4.
1.2.20 / 2011-09-19
- set('opacity',value) replaced with setStyle('opacity',value), MooTools 4.0 fix.
- Changed the regex test for image types, now supports bmp and get vars like "/example?.jpg".
1.2.19-r / 2011-06-09
- Bug fix; IE7 crashed when opening an inline element twice.
1.2.18-r / 2011-05-24
- Improved inline content handling in IE7, IE8.
- Improved CeraBox closing and switching items window handling.
- Items click event no longer need an event object to be passed.
1.2.17-r / 2011-05-23
- Added the option to display the loading spinner at the center of the selected item.
- Added the option to implement a layer over images to protect it from being copied the easy way.
- Bug fix; the "fullSize" option placed the CeraBox outside of the window in some situations. It now will keep the close button within the window at all times.
1.2.16-r / 2011-05-19
- Added the option to pass a callback function "onAnimationEnd", this fires when the opening animation of a CeraBox is done.
1.2.15-r / 2011-05-16
- Changed all usage of $() to document.id() for compatibility reasons.
1.2.14-r / 2011-04-27
- Bug fix; IE9 hiding content when browsing through a collection, removed filter properties from CSS file.
1.2.13-r / 2011-04-27
- Added the option to display inline HTML, either by an element within the document or from a javascript global variable.
1.2.12-r / 2011-04-14
- Improved fading effects.
- Bug fix; z-index changed of the close button so next button doesn't get in front of it.
- Bug fix; background overlay grew to big when opening a iframe in webkit browsers.
- Bug fix; background overlay window resize fix.
1.2.11-r / 2011-03-22
- Bug fix; time out function had issues after 1.2.10.
- Bug fix; local iframe resize onload had issues after 1.2.10.
1.2.10-r / 2011-03-21
- Bug fix; sometimes ended up in a infinite loop when spamming return when an item was focused.
- Passing current item and it's collection to the callback functions onClose, onChange and onOpen.
- Minor code cleaning.
1.2.9-r / 2011-03-18
- Changed event.stop(); to event.preventDefault(); for items to make it more compatible with other scripts and events.
1.2.8-r / 2011-03-15
- Added the option to add event callbacks onClose, onChange and onOpen. These can either be passed to the constructor for all items or to addItems for specific collections.
1.2.7-r / 2011-03-09
- Added "var" to define variables within methods.
- Bug fix, global group option didn't work as expected. Now will be applied when no group option given to the addItems method.
- Bug fix, fixed width or height didn't apply when a local iframe was called and one of the properties was tried to be retrieved from its size.
- Started keeping track within a public changelog.