Skip to content

Latest commit

 

History

History
87 lines (64 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

87 lines (64 loc) · 4.02 KB

2.5.2 (March 12th, 2018)

  • updated load method to comply with jQuery
  • improved resize and responsive methods to give true aspect ratio responsiveness. threesixty will now make itself as large as it can within the restrictions of the parent element.
  • improved upon the fullscreen and added fullscreen background color choice
  • massively improved upon the navigation controls and added option of placement
  • improved speed of image loading
  • added alt to images to comply with W3C directives

2.5.1 (July 12th, 2017)

  • Update JQuery to version 3.

2.5.0 (July 12th, 2017)

  • Feature - Made fullscreen an option instead of plugin
  • Feature - Made plugin fully responsive using aspect ratio
  • Feature - Added option for light or dark navigation
  • Feature - Using FontAwesome for navigation and fullscreen button

2.0.5 (Jan 6th, 2015)

2.0.4 (Jan 5th, 2015)

2.0.3 (Jan 5th, 2015)

2.0.2 (Jan 1th, 2015)

  • Feature - pass animation speed in play function. Issue #53

2.0.1 (Jan 1th, 2015)

  • Removed console log from a function

2.0.0 (Jan 1th, 2015)

  • Feature - Option add to control the speed of the play rotation. Issue #53
  • container dependency removed from css now . Issue #51
  • recalculate height on resize if responsive true . Issue #34

1.0.9 (May 12th, 2014)

  • BUG - base.browser.isIE returns TRUE on non IE browser Issue #43
  • Feature - Trigger "ready" event Issue #42

1.0.8 (April 3rd, 2014)

  • Missing drag flag added to disable drag and swipe events Issue #40

1.0.7 (November 26, 2013)

  • Bug fixes and Bug fixes and minor enhancements

1.0.6-vml (November 20, 2013)

VML Shane Daniel & Josh Robison

  • allow for zero padding more than one digit
  • smoother gotoAndPlay solution for infinite cycle
  • disableWrap option was added for non-true-360 framesets

1.0.6 (Aug 17, 2013)

  • minor ie issue fixed

1.0.5 (July 18, 2013)

  • $.brower.msie issue fixed and plugin is now compatible with latest version for jQuery Issue #26
  • Code linting added grunt-jshint

1.0.4 (July 18, 2013)

  • Fullscreen plugin added

1.0.3 (July 18, 2013)

  • New demos added and website also updated http:360slider
  • folder structure changed and removed all unwanted files.
  • Optional zero padding for filename 1 - 9 Issue #27 zeroPadding: false // If you change it to true it will use zero padding for file names
  • $.brower.msie issue fixed and plugin is now compatible with latest version for jQuery Issue #26 "Uncaught TypeError: Cannot read property 'msie' of undefined" // fixed
  • Build script is now using GruntJS tasks
  • different animation length in .previous() and .next() fixed Issue #23
  • PNG Images with "disableSpin: true" fixed Issue #19
  • Responsive demo added Issue #2

1.0.2 (June 20, 2013)

  • disbaleSpin flag was adding current-image in first and third image and that caused issue with transparent .png image.

1.0.1 (June 03, 2013)

  • disableSpin flag added