forked from blasten/turn.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,31 @@ | ||
turn.js | ||
TURN.JS | ||
------------------------------------------------------ | ||
Github: https://github.com/blasten/turn.js | ||
Reference: https://github.com/blasten/turn.js/wiki/Reference | ||
Website: www.turnjs.com | ||
------------------------------------------------------ | ||
Release 3 - 2012/03/01 | ||
------------------------------------------------------ | ||
To see more details of bugs, go to this URL: | ||
https://github.com/blasten/turn.js/issue | ||
|
||
www.turnjs.com | ||
- Added 'range' | ||
- Added 'addPage' | ||
- Added 'removePage' | ||
- Added 'hasPage' | ||
- Added 'display' | ||
- Added 'when' to the initial configuration | ||
- Added 'pages' to the initial configuration | ||
- Added 'first' event | ||
- Added 'last' event | ||
- Added gradients for non-webkit browsers | ||
|
||
------------------------------------------------------ | ||
0.11 - 2012/02/15 | ||
Release 2 - 2012/02/15 | ||
------------------------------------------------------ | ||
|
||
- Method and property 'size' added. | ||
- Added 'size'. | ||
- Bug in Chrome 17-18 Beta about losing background-image was fixed. | ||
|
||
- Bug in Chrome 17-18 Beta about losing background-image was fixed. | ||
This is a temporal change until Chromium developer team solves the real problem. | ||
http://code.google.com/p/chromium/issues/detail?id=114617 | ||
------------------------------------------------------ | ||
Release 1 - 2012/02/05 | ||
------------------------------------------------------ | ||
- First alpha release |