changelog.txt 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. Turn.js
  2. www.turnjs.com
  3. ------------------------------------------------------
  4. Turn.js 4.1.0 - 2012/11/65
  5. ------------------------------------------------------
  6. + Added support to the Android's default browser
  7. + Fixed the hard page effect in IE9
  8. + Fixed issue #220
  9. ------------------------------------------------------
  10. Turn.js 4.0.9 - 2012/08/03
  11. ------------------------------------------------------
  12. + Fixed issue when using the .own-size class
  13. + Event zoom.change now is preventable
  14. ------------------------------------------------------
  15. Turn.js 4.0.8 - 2012/07/16
  16. ------------------------------------------------------
  17. + Added option direction
  18. + Added method direction
  19. + Added property direction
  20. ------------------------------------------------------
  21. Turn.js 4.0.7 - 2012/07/12
  22. ------------------------------------------------------
  23. + Fixed a issue of the pages method
  24. + Fixed issue #112
  25. + corner argument of the start event now returns null when using the methods next, previous and page
  26. + Fixed issue of certain samples in IE8
  27. ------------------------------------------------------
  28. Turn.js 4.0.6 - 2012/07/10
  29. ------------------------------------------------------
  30. + Fixed a issue of the peel method when using the single display
  31. + Fixed issue of using all the corners in single display mode
  32. + Added method version
  33. + Added option turnCorner
  34. ------------------------------------------------------
  35. Turn.js 4.0.5 - 2012/06/16
  36. ------------------------------------------------------
  37. + Fixed some visualization issues of the zoom viewport
  38. ------------------------------------------------------
  39. Turn.js 4.0.4 - 2012/06/16
  40. ------------------------------------------------------
  41. + Fixed a problem of the method page and event start
  42. ------------------------------------------------------
  43. Turn.js 4.0.3 - 2012/06/16
  44. ------------------------------------------------------
  45. + Fixed minor issues of HTML4 version
  46. ------------------------------------------------------
  47. Turn.js 4.0.2 - 2012/06/16
  48. ------------------------------------------------------
  49. + New Zoom viewport
  50. + New magazine sample
  51. ------------------------------------------------------
  52. Turn.js 4.0.1 - 2012/06/12
  53. ------------------------------------------------------
  54. + Fixed some issues when calculating z-index of pages
  55. + Added method peel
  56. ------------------------------------------------------
  57. Release 4 Commercial - 2012/06/07
  58. ------------------------------------------------------
  59. + Added option autoCenter
  60. + Added option zoom
  61. + Added property animating
  62. + Added property zoom
  63. + Added method center
  64. + Added method destroy
  65. + Added method is
  66. + Added method zoom
  67. + Added event missing
  68. + Added event zooming
  69. + Added class .even
  70. + Added class .fixed
  71. + Added class .hard
  72. + Added class .odd
  73. + Added class .own-size
  74. + Added class .sheet
  75. + Added class .sheet
  76. + Added the ignore attribute
  77. + New turn.html4.js
  78. + New scissors.js
  79. + Changed the class .turn-page to .page
  80. + Improved the animation frame generator with requestAnimationFrame
  81. + Improved the animation speed for hard pages with CSS3 transitions
  82. + Redesigned the event sequence to listen to only three events
  83. + Fixed issue #79
  84. + Fixed issue #91
  85. + Fixed issue about the event order turning
  86. + turned
  87. + Fixed issue about appending pages in wrong locations
  88. ------------------------------------------------------
  89. Release 3 - 2012/03/01
  90. ------------------------------------------------------
  91. + Added 'range'
  92. + Added 'addPage'
  93. + Added 'removePage'
  94. + Added 'hasPage'
  95. + Added 'pages'
  96. + Added 'display'
  97. + Added 'when' to the initial configuration
  98. + Added 'pages' to the initial configuration
  99. + Added 'inclination' to the initial configuration
  100. + Added 'first' event
  101. + Added 'last' event
  102. + Added gradients for non-webkit browsers
  103. ------------------------------------------------------
  104. Release 2 - 2012/02/15
  105. ------------------------------------------------------
  106. + Added 'size'.
  107. + Bug in Chrome 17-18 Beta about losing background-image was fixed.
  108. ------------------------------------------------------
  109. Release 1 - 2012/02/05
  110. ------------------------------------------------------
  111. + First alpha release