Skip to content

Releases: mmonkey/fireSlider

fireSlider v1.3.1

28 Feb 03:06
Compare
Choose a tag to compare
  • Fixed bug that caused pager clicks to not work in Firefox.
  • Updated readme to include supported browsers.

fireSlider v1.3.0

27 Feb 08:09
Compare
Choose a tag to compare
  • Fixed data-attributes not loading in IE8, 9 & 10.
  • Fixed hasClass() function for IE8 & 9.
    • This fixes disableLinks functionality in IE8 & 9 also.
  • Removed unused DOMParser().

fireSlider v1.2.63

20 Feb 23:17
Compare
Choose a tag to compare
  • Fixed bugs with IE < 10

fireSlider v1.2.62

20 Feb 23:07
Compare
Choose a tag to compare
  • Fixed bug that broke nested links inside of a slide

fireSlider v1.2.61

20 Feb 15:44
Compare
Choose a tag to compare
  • Fixed bug where $.fireSlider() throws and error if it cannot find a matching selector.

fireSlider v1.2.6

19 Feb 06:14
Compare
Choose a tag to compare
  • Re-factored event system:
    • Added FireSlider.eventManager
    • Changed the way events get triggered
    • Added slider data to events
  • Added 'fireslider-before-pager-transition' and 'fireslider-after-pager-transition' events.
  • Updated readme to reflect event changes.

fireSlider v1.2.5

17 Feb 20:52
Compare
Choose a tag to compare
  • FireSliders now keep references to other FireSliders on the page.
  • Fixed bug that caused pagers, prev/next buttons to throw: 'undefined is not a function'
  • Updated $.fireSlider() to be aware of other loaded fireSliders

fireSlider v1.2.4

17 Feb 06:49
Compare
Choose a tag to compare
  • Fixed a bug that caused pager, prev and next options not to be used when passing as javascript options.
  • Updated breakpoints to be "greater than or equal to". This is better for a "mobile-first" approach.
  • Added a smartRelativeSearch function that will take the selector passed in for pager, prev and next and find the most appropriate element to use. This will fix issues when using multiple sliders, all having pager, prev or next buttons with the same class names.

fireSlider v1.2.3

16 Feb 21:58
Compare
Choose a tag to compare
  • Fixed issue with slides snapping in the viewport on pager transitions

fireSlider v1.2.2

16 Feb 08:08
Compare
Choose a tag to compare
  • Added the ability to add custom slider transitions with new FireSlider.effect.register() function!
  • Updated gulp to export two distributions:
    • fireSlider.min.js - Include this version if the page already includes Velocity.js.
    • fireSlider.velocity.js - Include this version if the page doesn't already include Velocity.js.
  • Added Velocity.js license and copyright comments in fireSlider.velocity.js.
  • Added console warning if Velocity isn't available to fireSlider.
  • Updated version comment to be placed at the very top of the file.
  • Updated readme to reflect changes in v1.2.2.