Changelog: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
------------------------------------------------------
===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
* Event <tt>zoom.change</tt> now is preventable
===Turn.js 4.0.8 - July 16, 2012===
===Turn.js 4.0.8 - July 16, 2012===


* Added option <tt>direction</tt>
* Added <tt>direction</tt> option
* Added method <tt>direction</tt>
* Added <tt>direction</tt> method
* Added property <tt>direction</tt>
* Added <tt>direction</tt> property


===Turn.js 4.0.7 - July 13, 2012===
===Turn.js 4.0.7 - July 13, 2012===


* Fixed a issue of the pages method
* Fixed a issue of the pages method
* Fixed issue #112
* Fixed issue '''#112'''
* corner argument of the start event now returns null when using the methods next, previous and page
* corner argument of the start event now returns null when using the methods next, previous and page
* Fixed issue of certain samples in IE8
* Fixed issue of certain samples in IE8
Line 15: Line 21:
* Fixed a issue of the peeling method when using the single display
* Fixed a issue of the peeling method when using the single display
* Fixed issue of using all the corners in single display mode
* Fixed issue of using all the corners in single display mode
* Added method <tt>version</tt>
* Added <tt>version</tt> method
* Added option <tt>turnCorner</tt>  
* Added <tt>turnCorner</tt> option


===Turn.js 4.0.5 ===
===Turn.js 4.0.5 ===
* Fixed minor issues


===Turn.js 4.0.4 ===
===Turn.js 4.0.4 ===
* Fixed minor issues


===Turn.js 4.0.3 ===
===Turn.js 4.0.3 ===
Line 26: Line 34:


===Turn.js 4.0.2 ===
===Turn.js 4.0.2 ===
* New zoom.js
* New zoom viewport


===Turn.js 4.0.1 ===
===Turn.js 4.0.1 ===
* Fixed some issues when calculating z-index of pages
* Fixed some issues when calculating z-index of pages
* Added method peel
* Added method peel
Line 34: Line 43:
===Turn.js 4th release - Jun 07, 2012===
===Turn.js 4th release - Jun 07, 2012===


* Added option autoCenter
* Added <tt>autoCenter</tt> option
* Added option zoom
* Added <tt> zoom</tt> option
* Added property animating
* Added <tt>animating</tt> property
* Added property zoom
* Added <tt>zoom</tt> property  
* Added method center
* Added <tt>center</tt> method
* Added method destroy
* Added <tt>destroy</tt> method
* Added method is
* Added <tt>is</tt> method
* Added method zoom
* Added <tt>zoom</tt> method
* Added event missing
* Added <tt>missing</tt> event
* Added event zooming
* Added <tt>zooming</tt> event
* Added class .even
* Added <tt>.even</tt> class
* Added class .fixed
* Added <tt>.fixed</tt> class
* Added class .hard
* Added <tt>.hard</tt> class
* Added class .odd  
* Added <tt>.odd</tt> class
* Added class .own-size
* Added <tt>.own-size</tt> class
* Added class .sheet  
* Added <tt>.sheet</tt> class
* Added class .sheet
* 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  
* Changed the class .turn-page</tt> to .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 '''#79'''
* Fixed issue #91
* Fixed issue '''#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 - 2012/03/01===
=== Turn.js 3rd release - Mar 01, 2012 ===


* Added 'range'
* Added <tt>range</tt> method
* Added 'addPage'
* Added <tt>addPage</tt> method
* Added 'removePage'
* Added <tt>removePage</tt> method
* Added 'hasPage'
* Added <tt>hasPage</tt> method
* Added 'pages'
* Added <tt>pages</tt> method
* Added 'display'
* Added <tt>display</tt> method
* Added 'when' to the initial configuration
* Added <tt>when</tt> option
* Added 'pages' to the initial configuration
* Added <tt>pages</tt>option
* Added 'inclination' to the initial configuration
* Added <tt>elevation</tt> option
* Added 'first' event
* Added <tt>first</tt> event
* Added 'last' event
* Added <tt>last</tt> event
* Added gradients for non-webkit browsers
* Added gradients for non-webkit browsers


=== Turn.js 2nd - 2012/02/15 ===
=== Turn.js 2nd - Feb 15, 2012 ===


* Added 'size'.
* Added <tt>size</tt>.
*  Bug in Chrome 17-18 Beta about losing background-image was fixed.
*  Bug in Chrome 17-18 Beta about losing background-image was fixed.


=== Turn.js 1st - 2012/02/15 ===
=== Turn.js 1st - Feb 05, 2012 ===


* First alpha release
* First alpha release

Revision as of 18:36, 5 August 2012


Turn.js 4.0.9 - Aug 03, 2012

  • Fixed issue #133 when using the .own-size class
  • 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
  • Changed 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