- Fix clicking custom pagination
- Fix _findHeight typo
- Continue playing even after clicking navigation
- Drop Coffeescript, port to vanilla Javascript
- Change src organization
- Change image positioning to match
background-size: cover
- Add custom pagination
- Add ability for slider to be constrained by an element
- Add more examples
- Add fade effect
- Add fx engine
- Add support for arrow keys
- Fix double image load
- Fix pagination, navigation when using multiple instances
- Fix tests
- Fix update method
- Fix image scale bug when using images larger than viewport
- Fix img:first-child using preserve class
- Fix loading last slide directly
- Ground up rebuild
- Test with QUnit
- New control API
- New events
- Fix current/next/prev bug
- Fix multiple instances
- Fix jQuery noconflict
- Fix hashchange bugs
- Fix misc bugs, overall performance and stability
- Majorly slimmed required css
- Refactors
- Fix flicker in Safari
- Fix hash bug on load
- Include size in API
- Add append API method
- Fix squished images on mobile
- Fix image offset on mobile
- Add support for non-fullscreen images
- Add support for scrollable content
- Major refactor
- Add control API
- Add pagination
- Add hashchange support
- CSS is now included in the bulid
- Fix slides if only 1 present
- Update mobile detection
- Add play, next, prev event hooks
- Image sizes are calculated automatically (and asyncronously)
- Enable 3DTransform for mobile
- Add MIT License
- Fix IE height/width calculation
- Fix
slides.image_adjusted
being triggered too soon
- Fix left offset bug
- UL no longer required
- Add support for jQuery Animate Enhanced
- Add start, stop event hooks
- Drop callbacks for events
- Add build folder with compiled (and minified js)
- Fix slide bug if multiple clicks
- Fix slide offset bug
- Fix image size calculation + scaling
- Fix height bug
- Fix major window resize bug