Skip to content

Commit 3b2061f

Browse files
committed
v4.1.1
1 parent 5188657 commit 3b2061f

File tree

19 files changed

+23
-18
lines changed

19 files changed

+23
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Feathers 4.1.0
1+
# Feathers 4.1.1
22

33
Say hello to [Feathers UI](https://feathersui.com/), a library of light-weight, skinnable, and extensible UI controls for mobile and desktop. The components run on [Starling Framework](https://gamua.com/starling/) and [Adobe AIR](http://www.adobe.com/products/air.html) — offering blazing fast GPU powered graphics to create a smooth and responsive experience. Build completely standalone, native applications on iOS, Android, Windows, and macOS, or target Adobe Flash Player in desktop browsers. Created by [Josh Tynjala](https://twitter.com/joshtynjala) from Bowler Hat LLC, Feathers UI is free and open source.
44

RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## 4.1.1 - May 2020
6+
7+
* FeathersControl: Fixed issue where super.visible was never set to false at the completion of a hideEffect.
8+
* Scroller: Fixed issue where scroller actualWidth was incorrectly passed to view port minVisibleWidth instead of actualMinWidth.
9+
510
## 4.1.0 - February 2020
611

712
* Targets Starling 2.6.

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ themes.output = ${output.path}/themes
2424

2525
swf.version = 30
2626

27-
feathers.version = 4.1.0
27+
feathers.version = 4.1.1
2828

2929
footer.text = <a href='https://feathersui.com/' target='_top'>Feathers</a> | <a href='https://github.com/BowlerHatLLC/feathersui-starling' target='_top'>Github Project</a> | <a href='https://forum.starling-framework.org/forum/feathers' target='_top'>Support Forum</a>

examples/ComponentsExplorer/source/ComponentsExplorer-app.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>com.feathersui.examples.ComponentsExplorer</id>
44
<filename>Components</filename>
55
<name>Components</name>
6-
<versionNumber>4.1.0</versionNumber>
6+
<versionNumber>4.1.1</versionNumber>
77
<description>Components Explorer example application built with Feathers UI controls for Starling</description>
88
<copyright>2020 Bowler Hat LLC</copyright>
99

examples/DrawersExplorer/source/DrawersExplorer-app.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>com.feathersui.examples.DrawersExplorer</id>
44
<filename>Drawers</filename>
55
<name>Drawers</name>
6-
<versionNumber>4.1.0</versionNumber>
6+
<versionNumber>4.1.1</versionNumber>
77
<description>Drawers Explorer example application built with Feathers UI controls for Starling</description>
88
<copyright>2020 Bowler Hat LLC</copyright>
99

examples/Gallery/source/Gallery-app.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>com.feathersui.examples.Gallery</id>
44
<filename>Gallery</filename>
55
<name>Gallery</name>
6-
<versionNumber>4.1.0</versionNumber>
6+
<versionNumber>4.1.1</versionNumber>
77
<description>Gallery example application built with Feathers UI controls for Starling</description>
88
<copyright>2020 Bowler Hat LLC</copyright>
99

examples/HelloWorld/source/HelloWorld-app.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>com.feathersui.examples.HelloWorld</id>
44
<filename>Hello World</filename>
55
<name>Hello World</name>
6-
<versionNumber>4.1.0</versionNumber>
6+
<versionNumber>4.1.1</versionNumber>
77
<description>Hello World example application built with Feathers UI controls for Starling</description>
88
<copyright>2020 Bowler Hat LLC</copyright>
99

examples/LayoutExplorer/source/LayoutExplorer-app.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>com.feathersui.examples.LayoutExplorer</id>
44
<filename>Layouts</filename>
55
<name>Layouts</name>
6-
<versionNumber>4.1.0</versionNumber>
6+
<versionNumber>4.1.1</versionNumber>
77
<description>Layout Explorer example application built with Feathers UI controls for Starling</description>
88
<copyright>2020 Bowler Hat LLC</copyright>
99

examples/Magic8Chat/source/Magic8Chat-app.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>com.feathersui.examples.Magic8Chat</id>
44
<filename>Magic8Chat</filename>
55
<name>Magic8Chat</name>
6-
<versionNumber>4.1.0</versionNumber>
6+
<versionNumber>4.1.1</versionNumber>
77
<description>Magic8Chat example application built with Feathers UI controls for Starling</description>
88
<copyright>2020 Bowler Hat LLC</copyright>
99

examples/PullToRefresh/source/PullToRefresh-app.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>com.feathersui.examples.PullToRefresh</id>
44
<filename>PullToRefresh</filename>
55
<name>Pull to Refresh</name>
6-
<versionNumber>4.1.0</versionNumber>
6+
<versionNumber>4.1.1</versionNumber>
77
<description>Pull to Refresh example application built with Feathers UI controls for Starling</description>
88
<copyright>2020 Bowler Hat LLC</copyright>
99

0 commit comments

Comments
 (0)