|
1 | 1 | ChangeLog:
|
2 | 2 |
|
| 3 | +Cocos2d-JS v3.5 @ April 1 2015 |
| 4 | + |
| 5 | +* Upgraded Cocos Studio parser to support Cocos Studio v2.2. |
| 6 | +* Upgraded Spine support to v2.1, added spine test case with FFD. FFD is supported in native but not in web, both engine can parse the new version file correctly, but the web engine will ignore FFD informations. |
| 7 | +* Replaced '==' with '===' for better performance. |
| 8 | +* Added `path` parameter in `ccs.load` to support modifying cocostudio project resource path. |
| 9 | +* Added animationList to Cocostudio ActionTimeline to support playing animation by name. |
| 10 | +* Made ParticleSystem support creation from an map object. |
| 11 | +* Added missing functions to `cc.Grid3D` and `cc.PageTurn3D`. |
| 12 | +* Added tip message functions to `cc.TextFieldTTF` for mobile browser. |
| 13 | +* Added a function `cc.sys.openURL`. |
| 14 | +* Disabled retina display by default for better performance. |
| 15 | +* Added Bower support. |
| 16 | +* Updated `cc.sys.OS_XXX` informations for supported systems. |
| 17 | + |
| 18 | +* Bug fixes: |
| 19 | + 1. Fixed a bug of chipmunk.js that it doesn't work under closure compiler advanced mode. |
| 20 | + 2. Fixed a bug of Cocos Studio parser that widget didn't set its layout component. |
| 21 | + 3. Fixed grammatical mistakes in cocostudio parser logs. |
| 22 | + 4. Fixed memory leak issue in `cc.LabelBMFont`. |
| 23 | + 5. Fixed a bug of `cc.Scale9Sprite` that its `updateDisplayColor` doesn't take effect. |
| 24 | + 6. Fixed a bug of Cocos Studio parser that `cc.Scale9Sprite` doesn't display correctly if its texture isn't preloaded. |
| 25 | + 7. Fixed a bug of `cc.MenuItemSprite` that the construction will fail when parameter `selectedSprite` is a Scale9Sprite instance. |
| 26 | + 8. Fixed a bug of Cocos Studio parser that the background color of `ccui.Layout` can't be parsed correctly. |
| 27 | + 9. Fixed a bug of `cc.ClippingNode` that it doesn't work when set `inverted` to true in Canvas Mode. |
| 28 | + 10. Fixed a bug of `ccs.Armature` that its name was modified to animation name when loading from json files. |
| 29 | + 11. Fixed a bug of `ccui.PageView` that it cancel child touch during movment of page view. |
| 30 | + 12. Fixed a bug of `cc.Scheduler` that its parameter `repeat` is invalid in schedule function. |
| 31 | + 13. Fixed a bug of `cc.Scheduler` that `unschedule` function may fail. |
| 32 | + |
3 | 33 | Cocos2d-JS v3.4 Beta0 @ March 19 2015
|
4 | 34 |
|
5 | 35 | * Added Windows Phone 8.0 platform support.
|
|
0 commit comments