| 1 | v1.0: |
|---|
| 2 | * Initial release |
|---|
| 3 | |
|---|
| 4 | v1.0.1: |
|---|
| 5 | * Fixed bug in jd.gallery.js that prevented more than 10 images in |
|---|
| 6 | carousel. |
|---|
| 7 | * Fixed bug in resizer.php that prevented filenames with extensions in |
|---|
| 8 | uppercase. |
|---|
| 9 | |
|---|
| 10 | v1.2: |
|---|
| 11 | * Fixed thumbGenerator name |
|---|
| 12 | * Fixed jumping thumbnails bug |
|---|
| 13 | * In options: |
|---|
| 14 | - Added useExternalCarousel (boolean, with carouselElement as an element) |
|---|
| 15 | - Added populateFrom option (element) |
|---|
| 16 | - Added showCarouselLabel option (boolean) |
|---|
| 17 | - Added activateCarouselScroller (boolean) |
|---|
| 18 | - Added slideInfoZoneSlide (boolean) |
|---|
| 19 | * Switched to mootools 1.11 |
|---|
| 20 | * Added plugin support for digitarald's history manager |
|---|
| 21 | * Made a version compatible with name-spaced mootools (to be used with prototype, jquery or others) |
|---|
| 22 | |
|---|
| 23 | v2.0: |
|---|
| 24 | * Code got cleaner, with some refactored functions. Should still be 80% backward-compatible. |
|---|
| 25 | * Gallery Set (to select which gallery you want to see and switch between galleries) mode. |
|---|
| 26 | > (replaces the buggy picture wall in earlier betas). |
|---|
| 27 | * Changed populate functions (more modular) |
|---|
| 28 | * Added Flush and recreate functions for slides and carousel |
|---|
| 29 | * Added transitions engine |
|---|
| 30 | * Real preloader for the slides. |
|---|
| 31 | * Preloader for the carousel thanks to Tomocchino's preloader class. |
|---|
| 32 | * In options: |
|---|
| 33 | - Added options related to new features |
|---|
| 34 | - Added thumbIdleOpacity (float) |
|---|
| 35 | - Allowed carouselElement to be an ID of the element (string) |
|---|
| 36 | - Added thumbCloseCarousel (boolean) |
|---|
| 37 | - Added carouselHorizontal (boolean) to prevent spliting the carousel in multiple lines if it's horizontal (default: true) |
|---|
| 38 | * Transitions (change the effect using defaultTransition option): |
|---|
| 39 | - Old default is fade. |
|---|
| 40 | - Real Cross-Fading for transparent PNGs: crossfade. |
|---|
| 41 | - Fading to background: fadebg. |
|---|
| 42 | - Some example of a neat fade&slide effect: fadeslideleft. |
|---|
| 43 | - Continuous scrolling : |
|---|
| 44 | + continuoushorizontal |
|---|
| 45 | + continuousvertical |
|---|
| 46 | |
|---|
| 47 | v2.1beta1: |
|---|
| 48 | * Compatible with mootools 1.2 |
|---|
| 49 | * Fixed carouselHorizontal |
|---|
| 50 | * Fixed external carousel bug |
|---|
| 51 | * Update History manager from Digitarald |
|---|
| 52 | * Added plugin support for digitarald's ReMooz (demozoom.html to see it) |
|---|