Changelog: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
===Turn.js 4.1.0 - Nov 26, 2012===
* Added support to the Android's default browser
* Fixed the hard page effect in IE9
* Fixed issue  [https://github.com/blasten/turn.js/issues/220 #220]


===Turn.js 4.0.9 - Aug 03, 2012===
===Turn.js 4.0.9 - Aug 03, 2012===


* Fixed issue [http://github.com/blasten/turn.js/issues/133 #133] when using the <tt>.own-size</tt> class that caused pages to be wrongly resized to 0x0
* Fixed issue [https://github.com/blasten/turn.js/issues/133 #133] when using the <tt>.own-size</tt> class that caused pages to be wrongly resized to 0x0


* Event <tt>zoom.change</tt> now is preventable
* Event <tt>zoom.change</tt> now is preventable
Line 15: Line 20:


* Fixed a issue of the pages method
* Fixed a issue of the pages method
* Fixed issue '''#112'''
* Fixed issue [https://github.com/blasten/turn.js/issues/132 #112]
* corner argument of the start event now returns null when using the methods next, previous and page
* corner argument of the <tt>start</tt> event now returns <tt>null</tt> when using the methods <tt>next</tt>, <tt>previous</tt> and <tt>page</tt>
* Fixed issue of certain samples in IE8
* Fixed issue of certain samples in IE8


Line 40: Line 45:


* Fixed some issues when calculating z-index of pages
* Fixed some issues when calculating z-index of pages
* Added method peel
* Added method <tt>peel</tt>


===Turn.js 4th release - Jun 07, 2012===
===Turn.js 4th release - Jun 07, 2012===
Line 63: Line 68:
* New turn.html4.js  
* New turn.html4.js  
* New scissors.js  
* New scissors.js  
* Changed the class .turn-page</tt> to .page</tt>  
* Renamed the class <tt>.turn-page</tt> to <tt>.page</tt>  
* Improved the animation frame generator with requestAnimationFrame
* Improved the animation frame generator with requestAnimationFrame
* Improved the animation speed for hard pages with CSS3 transitions  
* Improved the animation speed for hard pages with CSS3 transitions  
* Redesigned the event sequence to listen to only three events
* Redesigned the event sequence to listen to only three events
* Fixed issue '''#79'''
* Fixed issue [https://github.com/blasten/turn.js/issues/79 #79]
* Fixed issue '''#91'''
* Fixed issue [https://github.com/blasten/turn.js/issues/91 #91]
* Fixed issue about the event order turning + turned
* Fixed issue about the event order turning + turned
* Fixed issue about appending pages in wrong locations
* Fixed issue about appending pages in wrong locations

Latest revision as of 06:18, 26 November 2012

Turn.js 4.1.0 - Nov 26, 2012

  • Added support to the Android's default browser
  • Fixed the hard page effect in IE9
  • Fixed issue #220

Turn.js 4.0.9 - Aug 03, 2012

  • Fixed issue #133 when using the .own-size class that caused pages to be wrongly resized to 0x0
  • Event zoom.change now is preventable

Turn.js 4.0.8 - July 16, 2012

  • Added direction option
  • Added direction method
  • Added direction property

Turn.js 4.0.7 - July 13, 2012

  • Fixed a issue of the pages method
  • Fixed issue #112
  • corner argument of the start event now returns null when using the methods next, previous and page
  • Fixed issue of certain samples in IE8

Turn.js 4.0.6 - July 10, 2012

  • Fixed a issue of the peeling method when using the single display
  • Fixed issue of using all the corners in single display mode
  • Added version method
  • Added turnCorner option

Turn.js 4.0.5

  • Fixed minor issues

Turn.js 4.0.4

  • Fixed minor issues

Turn.js 4.0.3

  • Fixed minor issues of HTML4 version

Turn.js 4.0.2

  • New zoom viewport

Turn.js 4.0.1

  • Fixed some issues when calculating z-index of pages
  • Added method peel

Turn.js 4th release - Jun 07, 2012

  • Added autoCenter option
  • Added zoom option
  • Added animating property
  • Added zoom property
  • Added center method
  • Added destroy method
  • Added is method
  • Added zoom method
  • Added missing event
  • Added zooming event
  • Added .even class
  • Added .fixed class
  • Added .hard class
  • Added .odd class
  • Added .own-size class
  • Added .sheet class
  • Added the ignore attribute
  • New turn.html4.js
  • New scissors.js
  • Renamed the class .turn-page to .page
  • Improved the animation frame generator with requestAnimationFrame
  • Improved the animation speed for hard pages with CSS3 transitions
  • Redesigned the event sequence to listen to only three events
  • Fixed issue #79
  • Fixed issue #91
  • Fixed issue about the event order turning + turned
  • Fixed issue about appending pages in wrong locations

Turn.js 3rd release - Mar 01, 2012

  • Added range method
  • Added addPage method
  • Added removePage method
  • Added hasPage method
  • Added pages method
  • Added display method
  • Added when option
  • Added pagesoption
  • Added elevation option
  • Added first event
  • Added last event
  • Added gradients for non-webkit browsers

Turn.js 2nd - Feb 15, 2012

  • Added size.
  • Bug in Chrome 17-18 Beta about losing background-image was fixed.

Turn.js 1st - Feb 05, 2012

  • First alpha release