@@ -9,8 +9,6 @@ cocos2d-x-3.10 December ? 2015
9
9
[NEW] UI: UIText::clone supports clone the text effect.
10
10
[NEW] Label: Add methods to query label effect state.
11
11
[NEW] UI: UIRichText support the new line element.
12
- [NEW] UI: Scale9Sprite fade actions with cascade opacity.
13
- [NEW] UI: Pageview support adjust child size.
14
12
15
13
[REFINE] UI: RichText support new line element.
16
14
[REFINE] UI: Set focus to Widget when touched.
@@ -36,7 +34,6 @@ cocos2d-x-3.10 December ? 2015
36
34
[REFINE] Win10: Added missing _USRJSSTATIC preprocessor define for ARM builds.
37
35
[REFINE] JS: Added ccvector_to / ccmap_to converted to new js-binding API.
38
36
[REFINE] UI: Slider misprint fix.
39
- [REFINE] UI: Scale9Sprite cropped sprite frames support.
40
37
41
38
[FIX] Core: Fix premultiplyAlpha for mipmaps and compressed textures.
42
39
[FIX] UI: Fix Scale9sprite rendering error when content size smaller than the sum of leftInset and rightInset.
@@ -53,7 +50,6 @@ cocos2d-x-3.10 December ? 2015
53
50
[FIX] UI: Fix edit box setPlaceholderFontName and scale font size issue.
54
51
[FIX] Core: Fix memory leak when initWithImage() failed.
55
52
[FIX] Network: CCDownloader on iOS is broken in v3.9 js-binding.
56
- [FIX] UI: Fix label clamp when scaled with bmfont.
57
53
[FIX] JS: Bindings fixes for Menu, Sprite and Label.
58
54
[FIX] Studio: Remove weak reference in ActionNode.
59
55
[FIX] UI: shouldStartLoading method should return value to js in js-binding.
0 commit comments