|
| 1 | +version 6.2.x |
| 2 | +Plugin is now capable of using CSS-transitions (instead of javascript animations) powered by the jQuery.transit-plugin. |
| 3 | +Optionally use the existing wrapper element a the carousel-wrapper. |
| 4 | +Improved resetting to pre-init state after triggering the "destroy"-custom event. |
| 5 | +Removed the use of public methods. |
| 6 | + |
| 7 | +version 6.1.x |
| 8 | +Added support for using the jQuery.throttle and jQuery.debounce plugins. |
| 9 | +Small bugfixes. |
| 10 | +Added z-index to cloned carousels for fx crossfade and (un)cover. |
| 11 | + |
| 12 | +version 6.0.x |
| 13 | +Added new scrolling effects "cover-fade" and "uncover-fade". |
| 14 | +Replaced support for the touchwipe-plugin with the touchSwipe-plugin. |
| 15 | +Added option to swipe using the mouse (drag). |
| 16 | +Changed the scroll.swipe option to a new scroll-object. |
| 17 | +Changed scroll.mousewheel options to a new scroll-object. |
| 18 | +Added auto.progress.bar, auto.progress.interval and auto.progress.updater options for progressbar behavior. |
| 19 | +Renamed auto.onPauseStart, auto.onPausePause and auto.onPauseEnd to auto.onTimeoutStart, auto.onTimeoutPause and auto.onTimeoutEnd. |
| 20 | +Renamed auto.pauseDuration to auto.timeoutDuration. |
| 21 | +Added option pagination.deviation to deviate selected pager-bullet. |
| 22 | +The 2nd plugin parameter can be true as a shortcut for { debug: true }. |
| 23 | +Added parameter direction to the conditions and onEnd-callback function. |
| 24 | +The onBefore, onAfter and onCreate-callback functions now receive only one parameter: a map of all data. |
| 25 | +Added scroll.direction to the parameter for the onBefore and onAfter-callback functions. |
| 26 | +Added scroll.items to the parameter for the onBefore and onAfter-callback functions. |
| 27 | +Added items.skipped to the parameter for the onBefore and onAfter-callback functions. |
| 28 | +The scroll-object parameter in the prev and next-custom events extend and not override the configuration scroll-object. |
| 29 | +Added parameter queue to the prev and next-custom events. |
| 30 | +Added object $.fn.carouFredSel.cookie with get, set and remove functions to manage cookies. |
| 31 | +Removed item argument from anchorBuilder-callback function, now this refers to the current item. |
| 32 | +Fixed non-circular bug on responsive carousels. |
| 33 | +Fixed variable item-sizes bug in alternative effects. |
| 34 | +Fixed double duration time in fade-effect. |
| 35 | +Fixed destroying responsive carousel bug. |
| 36 | +Fixed bug with negative margin when scrolling backward. |
| 37 | + |
| 38 | +version 5.6.x |
| 39 | +Fixed responsive bug in IE. |
| 40 | +Fixed small bugs. |
| 41 | + |
| 42 | +version 5.5.x |
| 43 | +Enabled creating responsive carousels. |
| 44 | +Added support for dynamic sizes (e.g. "100%"). |
| 45 | +Added pauseOnResize option. |
| 46 | +Added pauseOnEvent option. |
| 47 | +Fixed small bugs. |
| 48 | + |
| 49 | +version 5.4.x |
| 50 | +Added slice-custom event. |
| 51 | +Addes easing funcitons quadratic, cubic and elastic. |
| 52 | + |
| 53 | +version 5.3.x |
| 54 | +Added updateSizes-custom event. |
| 55 | +Addes items.filter option to specify the elements to handle as items (and ignore all other elements). |
| 56 | +Added option to use a fixed pagination. |
| 57 | + |
| 58 | +version 5.2.x |
| 59 | +Added auto.button and auto.event options. |
| 60 | +Added classnames.paused and classnames.stopped to the second configuration object. |
| 61 | +Improved showing more items than would fit. |
| 62 | +items.visible can take a function that returns a value. |
| 63 | +Added array option for items.start |
| 64 | +Added scrolling a dynamic number of items. |
| 65 | +Fixed bug with negative padding. |
| 66 | +Added option to specify the classnames for navigational buttons and anchors. |
| 67 | + |
| 68 | +version 5.1.x |
| 69 | +Added "page" as a value for scroll.items. |
| 70 | +Added min and max as an option for items.visible. |
| 71 | +Improved scrolling a variable number of visible items. |
| 72 | +Added option to set the namespace and a prefix for the custom events. |
| 73 | +Changed behavior for "+1", "-1", "odd", "odd+, "even" and "even+" for items.visible. |
| 74 | +Added showing a dynamic number of items. |
| 75 | +Added onAfter paramter for the slideTo-custom event. |
| 76 | +Added prevPage-, nextPage- and slideToPage-custom events. |
| 77 | + |
| 78 | +version 5.0.x |
| 79 | +Added option to specify items per page in pagination. |
| 80 | +Added option to resume pause in custom event. |
| 81 | +Rewrote large sections of the code. |
| 82 | +Changed return value of the isPaused-custom event. |
| 83 | +Added isStopped-custom event. |
| 84 | +Added isScrolling-custom event. |
| 85 | +Added option to immediately pause or stop a carousel |
| 86 | +Added finish and resume-custom events. |
| 87 | +Added onBefore and onAfter-custom events. |
| 88 | +Added option to start at the position stored in a cookie. |
| 89 | +Improved onPauseStart, onPausePause and onPauseEnd timing. |
| 90 | +Added second configuration-object for plugin options. |
| 91 | +Moved dedug-option to second configuration-object. |
| 92 | + |
| 93 | +version 4.5.x |
| 94 | +Added event and wipe options to the scrolling configuration. |
| 95 | +Fixed bug in non-circular carousels with a viriable number of visible items. |
| 96 | + |
| 97 | +version 4.4.x |
| 98 | +Added "+1", "-1", "odd", "odd+, "even" and "even+" as a value for items.visible. |
| 99 | +Added queue option and event. |
| 100 | +Added synchronise option and event. |
| 101 | +Added fx "directscroll". |
| 102 | +Added direction paramter for the slideTo-custom event. |
| 103 | +Enabled inserting items at the end of the list in the original item order. |
| 104 | +button and container options can take a function that returns a value. |
| 105 | +Fixed bug with fx "cover" and "uncover" with variable sizes. |
| 106 | +Fixed bug with same buttons on multiple carousels. |
| 107 | + |
| 108 | +version 4.3.x |
| 109 | +Replaced global pause with stop-custom event. |
| 110 | +Increased performance. |
| 111 | +Enabled using the return value when calling the triggerHandler-method. |
| 112 | +Fixed nested carousel bug. |
| 113 | +Added debug option for debugging. |
| 114 | +Added currentPage and currentVisible as custom events. |
| 115 | +Added align "left" (or "top"), "right" (or "bottom") and "center". |
| 116 | +The configuration-custom event now supports a key/value object as configuration. |
| 117 | +Optional onAfter-callback function as parameter in the prev- and next-custom events. |
| 118 | + |
| 119 | +version 4.2.x |
| 120 | +Added onCreate callback-function. |
| 121 | +Improved parameters in callback-functions. |
| 122 | +Improvements made to destroy event. |
| 123 | +Added fx "fade", "crossfade", "cover" and "uncover". |
| 124 | +Added option to put items back in original order when destroying a carousel. |
| 125 | + |
| 126 | +version 4.1.x |
| 127 | +Updated current page calculation on pagination. |
| 128 | +Fixed bug with auto-complemented values when re-setting options. |
| 129 | +Added firstItem as a second parameter in the anchorBuilder function. |
| 130 | +Scope (this) in callback-function now refers to the carousels HTML-element. |
| 131 | +Carousel no longer scroll if it isn't visible (:hidden). |
| 132 | +Added configuration and currentPosition as custom events. |
| 133 | +Added onPauseStart, onPauseEnd and onPausePause callback-functions for scrolling automatically. |
| 134 | + |
| 135 | +version 4.0.x |
| 136 | +Plugin automatically complements undefined values for sizes, padding and visible items, depending on other options. For example: if the number of visible items is undefined, it will be calculated by deviding the width by the item width. |
| 137 | +Better support for a variable number of visible items with variable sizes. |
| 138 | +Added padding: "auto" to automatically center the items inside the carousel. |
| 139 | +Added items.start: "random". |
| 140 | +Added linkAnchors and destroy as custom events. |
| 141 | +Wrapper will inherit margins from carousel-element. |
| 142 | +Added conditions callback-functions. |
| 143 | + |
| 144 | +version 3.2.x |
| 145 | +prev and next events no longer scroll a globally paused carousel. |
| 146 | +Added auto as a value for the height/width option. |
| 147 | +Added current_position public method. |
| 148 | +Blocked double created carousels (first created will be destroyed). |
| 149 | + |
| 150 | +version 3.1.x |
| 151 | +Added onEnd callback-functions. |
| 152 | + |
| 153 | +version 3.0.x |
| 154 | +Added support for a Variable Number Of Visible Items With Variable Sizes. |
| 155 | + |
| 156 | +version 2.6.x |
| 157 | +Removed support for scrollTo (conflicted with prototype). |
| 158 | +Added preventDefault on keyPresses. |
| 159 | + |
| 160 | +version 2.5.x |
| 161 | +Added option to globally pause and play. |
| 162 | +Integrated the jQuery.mousewheel-plugin. |
| 163 | +Added the link_anchors public method. |
| 164 | +Added option to resume the pauseOnHover onMouseOut as an alternative to restart it. |
| 165 | + |
| 166 | +version 2.4.x |
| 167 | +Added shorthand notation for the items and scroll options. |
| 168 | +Added optional padding to the wrapper-div. |
| 169 | +Made firing the plugin case-insensitive. |
| 170 | +Added the items.minimal and items.start options. |
| 171 | +Changed the parameters for the callback-functions onBefore and onAfter. |
| 172 | +Changed the name for the custom event scrollTo in to slideTo. |
| 173 | + |
| 174 | +version 2.3.x |
| 175 | +Added the option to create non-circular carousels. |
| 176 | +Added the option to create non-infinite carousels. |
| 177 | +Changed the parameters for the custom events scrollTo, insertItem en removeItem. |
| 178 | + |
| 179 | +version 2.2.x |
| 180 | +Added pixel-based speed calculation. |
| 181 | +Added the public methods configuration and destroy. |
| 182 | +Changed the parameters for the callback-functions onBefore and onAfter. |
| 183 | + |
| 184 | +version 2.1.x |
| 185 | +Added support for variable item sizes. |
| 186 | +Added the option to set a fixed width and height for the carousel. |
| 187 | +Changed the option visibleItems in to items.visible. |
| 188 | + |
| 189 | +version 2.0.x |
| 190 | +Integrated the jQuery.nap-plugin. |
| 191 | +Added item-based speed calculation. |
| 192 | +Changed the option autoPlay in to auto.play. |
| 193 | +Added the possibility to create a carousel from any HTML element. |
0 commit comments