|
1 | 1 | ChangeLog: |
2 | 2 |
|
| 3 | +Cocos2d-JS v3.1 beta @ Oct.13, 2014 |
| 4 | + |
| 5 | +* Refactoration of the web engine with new renderer on the architecture level, optimization is under going. |
| 6 | +* Released Facebook SDK for Cocos2d-JS beta2, its API have been significantly improved and stablized. |
| 7 | +* Upgraded MoonWarriors sample with new set of graphical assets. |
| 8 | +* Automatically enabled WebGL on iOS 8 safari. |
| 9 | +* Upgraded chipmunk.js to the newest version. |
| 10 | +* Supported setting color of shadow for `cc.LabelTTF`. |
| 11 | +* Added `getTitleRenderer` function to ccui.Button. |
| 12 | +* Supported Coco Studio timeline animation. |
| 13 | +* Set the default value of LabelAtlas's `cascadeOpacityEnabled` and `cascadeColorEnabled` to true. |
| 14 | +* Added a listener of texture to `cc.Sprite#setTexture` when the texture hasn't loaded. |
| 15 | +* Activated `cc.pool` for all kind of objects. |
| 16 | +* Added query test for chipmunk and added necessary JavaScript bindings. |
| 17 | + |
| 18 | +* Bugs fix: |
| 19 | + 1. Fixed a bug of `cc.ComponentContainer` that a 'if' statement behavior is incorrect. |
| 20 | + 2. Fixed a bug of `cc.Scale9Sprite` that the behavior of Canvas and WebGL is different. |
| 21 | + 3. Fixed a bug of `cc.EventListener` that its pause state should set to true. |
| 22 | + 4. Fixed a bug of `cc.ParticleSystem` that it should apply canvas scaling on canvas rendering mode. |
| 23 | + 5. Fixed a bug of CCBoot.js that `cc.loader` should add a condition to check whether `crossOrign` property is undefined on IE9 and IE10. |
| 24 | + 6. Fixed a bug of `ccui.Widget` that its `setPosition` function's behavior is incorrect. |
| 25 | + 7. Fixed a bug of `ccui.LoadingBar` that its `barRenderer` should add to protected children array. |
| 26 | + 8. Fixed a bug of `cc.Texture2D` that its `TEXTURE_MAG_FILTER` should set to LINEAR. |
| 27 | + 9. Fixed a bug of `cc.TMXMapInfo` that its doesn't parse `rotation` property. |
| 28 | + |
3 | 29 | Cocos2d-JS-v3.0 Final @ Sep.10, 2014 |
4 | 30 |
|
5 | 31 | * Facebook SDK Beta2: Added `appRequest` API. |
|
0 commit comments