Changelog: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
===Turn.js 4.0.0 - 06/07/2012===


* Added option autoCenter
===Turn.js 4.1.0 - Nov 26, 2012===
* Added option zoom
* Added support to the Android's default browser
* Added property animating
* Fixed the hard page effect in IE9
* Added property zoom
* Fixed issue  [https://github.com/blasten/turn.js/issues/220 #220]
* Added method center
 
* Added method destroy
===Turn.js 4.0.9 - Aug 03, 2012===
* Added method is
 
* Added method zoom
* 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
* Added event missing
 
* Added event zooming
* Event <tt>zoom.change</tt> now is preventable
* Added class .even
 
* Added class .fixed
===Turn.js 4.0.8 - July 16, 2012===
* Added class .hard
 
* Added class .odd  
* Added <tt>direction</tt> option  
* Added class .own-size
* Added <tt>direction</tt> method
* Added class .sheet  
* Added <tt>direction</tt> property
* Added class .sheet
 
===Turn.js 4.0.7 - July 13, 2012===
 
* Fixed a issue of the pages method
* Fixed issue [https://github.com/blasten/turn.js/issues/132 #112]
* 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
 
===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 <tt>version</tt> method
* Added <tt>turnCorner</tt> 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 <tt>peel</tt>
 
===Turn.js 4th release - Jun 07, 2012===
 
* Added <tt>autoCenter</tt> option
* Added <tt> zoom</tt> option
* Added <tt>animating</tt> property
* Added <tt>zoom</tt> property  
* Added <tt>center</tt> method
* Added <tt>destroy</tt> method
* Added <tt>is</tt> method
* Added <tt>zoom</tt> method
* Added <tt>missing</tt> event
* Added <tt>zooming</tt> event
* Added <tt>.even</tt> class
* Added <tt>.fixed</tt> class
* Added <tt>.hard</tt> class
* Added <tt>.odd</tt> class
* Added <tt>.own-size</tt> class
* Added <tt>.sheet</tt> class
* Added the ignore attribute  
* Added the ignore attribute  
* New turn.html4.js  
* New turn.html4.js  
* New scissors.js  
* New scissors.js  
* Changed the class .turn-page to .page  
* 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
=== Turn.js 3rd release - Mar 01, 2012 ===
* Added <tt>range</tt> method
* Added <tt>addPage</tt> method
* Added <tt>removePage</tt> method
* Added <tt>hasPage</tt> method
* Added <tt>pages</tt> method
* Added <tt>display</tt> method
* Added <tt>when</tt> option
* Added <tt>pages</tt>option
* Added <tt>elevation</tt> option
* Added <tt>first</tt> event
* Added <tt>last</tt> event
* Added gradients for non-webkit browsers
=== Turn.js 2nd - Feb 15, 2012  ===
* Added <tt>size</tt>.
*  Bug in Chrome 17-18 Beta about losing background-image was fixed.
=== Turn.js 1st - Feb 05, 2012 ===
* First alpha release

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