Skip to content

Commit 0020cbf

Browse files
committed
RELEASENOTES: updated for 3.3.1
1 parent dc49be6 commit 0020cbf

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

RELEASENOTES.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

33
Noteworthy changes in official, stable releases of [Feathers UI](http://feathersui.com/).
44

5-
## 3.3.1 - September 2017
5+
## 3.3.1 - October 2017
6+
7+
* BitmapFontTextRenderer: fixed issue where multiple text renderers with multiple custom mesh styles would incorrectly share a single style.
8+
* FeathersControl: fixed issue where focusIndicatorSkin was not always disposed.
9+
* FontStylesSet: fixed issue where properties from a new starling.text.TextFormat were incorrectly copied to the old TextFormat, which could cause other components to change font styles too.
10+
* ImageLoader: fixed issue where texture would not be reused when starling.textures.Texture.asyncBitmapUploadEnabled is false.
11+
* ImageLoader: fixed issue where error was thrown if using texture cache and the texture could not be reused in its current state on restoration.
12+
* ImageLoader: fixed issue where a runtime error could be thrown if the texture is disposed while the application is deactivated on mobile.
13+
* Scroller: fixed issue where top and bottom offsets were used instead of left and right when determining if the horizontal scroll bar should be displayed.
14+
* Scroller: fixed issue where pull views would not work sometimes if hasElasticEdges is false.
15+
* ScrollText: fixed issue where Event.TRIGGERED would not work if FocusManager is enabled because it didn't implement INativeFocusOwner to return its TextField.
16+
* StageTextTextEditor: fixed issue where setting the parent TextInput's visible property to false inside a FeathersEventType.FOCUS_OUT listener would hide the background, but not the StageText.
17+
* StageTextTextEditor: fixed issue where calling clearFocus() after setting the parent TextInput's visible property to false would hide the background, but not the StageText.
18+
* TabNavigator: fixed issue where the previous screen was incorrectly recreated if isSwipeEnabled is true and a swipe transition is cancelled.
19+
* TextInputRestrict: fixed issue where -, ^, and \ characters could not be escaped. Used by BitmapFontTextEditor and TextBlockTextEditor.
620

721
## 3.3.0 - July 2017
822

0 commit comments

Comments
 (0)