Skip to content

Tags: BradMcGonigle/Reel

Tags

v1.2

Toggle v1.2's commit message
Reel 1.2

========

Lovely new features:
* in-picture annotations
* new image preloading method
* frame by frame stepping
* new data change model
* full documentation
* jQuery 1.5+

New options:
* `annotations`, `attr`, `cursor`, `steppable`, improved `images`

New events:
* `stepLeft`, `stepRight`, `openingDone`, improved `play`

New methods:
* `.unreel()`, improved `.reel()`

Includes fixes for issues pisi#10, pisi#20, pisi#36, pisi#51, pisi#62, pisi#64, pisi#65, pisi#69, pisi#103, pisi#110, pisi#111, pisi#113, pisi#115, pisi#117, pisi#122, pisi#124, pisi#125, pisi#126

Enjoy!

v1.2rc2

Toggle v1.2rc2's commit message
Refactored the pisi#122 fix and back-merged it to be available in the…

… v1.2rc2

v1.2rc

Toggle v1.2rc's commit message
Bumped into 1.2RC

v1.1.4

Toggle v1.1.4's commit message
Fixed an incorrect jQuery `<script>` tag position in tests.

v1.2beta

Toggle v1.2beta's commit message
1.2 Beta OUT! Noteworthy new features include in-picture annotations,…

… Android support, simplified sequences, faster preloader, `.unreel()` method and overhauled data interface. Please test and let me know. Thx! :)

v1.2alpha

Toggle v1.2alpha's commit message
1.2 ALPHA is out!

Just missing annotations examples - the'll be in the beta.

Changes:

* Non-`wheelable` Reels now allow scrolling of the page when wheeling above the Reel instance.
* New option `attr` allows to set custom attributes of the IMG tag (useful for re-using DOM nodes).
* Instances being re-instantiated now perform automatic teardown (pisiGH-62).
* Proper image preload events unbinding on teardown (pisiGH-64).
* Option `scrollable` can disable page scrolling (if needed) on touch devices.
* New event `"openingDone"` now announces the end of opening animation (pisiGH-65).
* Internal event `slide` renamed to `pan` (pisiGH-51).
* Actual frame number is manifested with a wrapper class name, e.g. `frame-8` (pisiGH-69).
* Improved order of preloaded images gradually increasing fidelity of the image, thus the name `"fidelity"` and this mode is now default. The former order is designated `"linear". Preloading mode is chosen by new `preload` option accepting a mode name. (pisiGH-10).
* Deprecated options `hotspot`, `tooltip` and `reversed` have been removed.
* Bare click on left/right half of the image steps the Reel one frame forward/back. Set `steppable` to false to disable. Comes with `"stepLeft"` and `"stepRight"` events (pisiGH-20).
* Custom text/graphics can augment the frames using the brand new `annotations` feature (pisiGH-36).
* New complementary `.unreel()` function to revert effects of `.reel()` on the DOM.
* Control event `play` now accepts optional `speed` parameter.
* Mouse cursor is now customizable with the new `cursor` option. The new failsafe cursor is now `"move"`.

v1.1.3

Toggle v1.1.3's commit message
Reel 1.1.3

* Promptly resolves sudden incompatibility with new jQuery 1.6 (pisiGH-32).
* Enhanced test for by testing for CSS value equivalency rather for string equality (pisiGH-33).
* `leader` tests Opera bug fixed (pisiGH-34).

v1.1.2

Toggle v1.1.2's commit message
Merge branch 'development'

v1.1.1

Toggle v1.1.1's commit message
NEW Reel 1.1.1 is out!

Reel now has its first-sequence-frame-vanishing bug fixed, is more open, has adaptable inner timer, is iOS-friendly and tested, has iPad performace boosted, and reports orbital center point. See CHANGELOG for details.

v1.1

Toggle v1.1's commit message
Released new version 1.1