Skip to content

Commit e7cac47

Browse files
author
SeanLin
committed
Merge pull request cocos2d#960 from linshun/iss2264_v2.1.4
fixed cocos2d#2264: added Version release note to changelog, and changed versio...
2 parents 65ead5a + aafc424 commit e7cac47

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Cocos2d-html5-v2.1.4 @ Jun.12, 2013
2+
* Added support for Multi resources loading
3+
* Performance optimization for sprite performance tests 220%
4+
* Sync audio api to JSB
5+
* Added auto test for NodeTests
6+
* Changed textureKeyName to full path when removeTextureForKey
7+
* Added support for particle batch node
8+
9+
*Bug fix:
10+
1. PreLoading on iOS5.1.1
11+
2. cc.Menu / cc.MenuItemImage remain touchable after replaceScene
12+
3. Box2d and chipmunk path error for single file mode
13+
4. cc.EditBox that position of Dom Element is wrong when cc.EditBox skewed
14+
5. cc.ScrollView position is wrong when it's parent node moved
15+
6. cc.TouchDispatcher can't touch when WebPage has been scrolled on Firefox and IE
16+
* Known Issues:
17+
1. Effect Advanced Lens3D doesn't work
18+
2. ClipNodeTest effects varies in different browsers
19+
120
Cocos2d-html5-v2.1.3 @ May.1, 2013
221
* CCEditbox now implemented for WebGL and JSB
322
* Updated CCBReader to latest version

cocos2d/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<target name="compile_Canvas">
88
<jscomp compilationLevel="simple" warning="quiet"
9-
debug="false" output="../lib/Cocos2d-html5-v2.1.3.min.js">
9+
debug="false" output="../lib/Cocos2d-html5-v2.1.4.min.js">
1010
<externs dir="${basedir}">
1111
<file name="cocos2d_externs.js"/>
1212
</externs>

cocos2d/platform/CCConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @constant
3434
* @type String
3535
*/
36-
cc.ENGINE_VERSION = "Cocos2d-html5-v2.1.3";
36+
cc.ENGINE_VERSION = "Cocos2d-html5-v2.1.4";
3737

3838
/**
3939
* <p>

samples

Submodule samples updated 56 files

0 commit comments

Comments
 (0)