Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed May 1, 2020
1 parent 5188657 commit 3b2061f
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Feathers 4.1.0
# Feathers 4.1.1

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.

Expand Down
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 4.1.1 - May 2020

* FeathersControl: Fixed issue where super.visible was never set to false at the completion of a hideEffect.
* Scroller: Fixed issue where scroller actualWidth was incorrectly passed to view port minVisibleWidth instead of actualMinWidth.

## 4.1.0 - February 2020

* Targets Starling 2.6.
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ themes.output = ${output.path}/themes

swf.version = 30

feathers.version = 4.1.0
feathers.version = 4.1.1

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>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.ComponentsExplorer</id>
<filename>Components</filename>
<name>Components</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Components Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/DrawersExplorer/source/DrawersExplorer-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.DrawersExplorer</id>
<filename>Drawers</filename>
<name>Drawers</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Drawers Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/Gallery/source/Gallery-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.Gallery</id>
<filename>Gallery</filename>
<name>Gallery</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Gallery example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/HelloWorld/source/HelloWorld-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.HelloWorld</id>
<filename>Hello World</filename>
<name>Hello World</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Hello World example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/LayoutExplorer/source/LayoutExplorer-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.LayoutExplorer</id>
<filename>Layouts</filename>
<name>Layouts</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Layout Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/Magic8Chat/source/Magic8Chat-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.Magic8Chat</id>
<filename>Magic8Chat</filename>
<name>Magic8Chat</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Magic8Chat example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/PullToRefresh/source/PullToRefresh-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.PullToRefresh</id>
<filename>PullToRefresh</filename>
<name>Pull to Refresh</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Pull to Refresh example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.StackScreenNavigatorExplorer</id>
<filename>StackScreenNavigator</filename>
<name>StackScreenNavigator</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>StackScreenNavigator Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/Tabs/source/Tabs-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.Tabs</id>
<filename>Tabs</filename>
<name>Tabs</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Tabs example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/TileList/source/TileList-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.TileList</id>
<filename>Tile List</filename>
<name>Tile List</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>TileList example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/Todos/source/Todos-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.Todos</id>
<filename>Todos</filename>
<name>Todos</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Todos example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/TrainTimes/source/TrainTimes-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.TrainTimes</id>
<filename>Train Times</filename>
<name>Train Times</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Train Times example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.TransitionsExplorer</id>
<filename>Transitions</filename>
<name>Transitions</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Transitions Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/Video/source/Video-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.Video</id>
<filename>Feathers Video</filename>
<name>Feathers Video</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>Video example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion examples/YouTubeFeeds/source/YouTubeFeeds-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.feathersui.examples.YouTubeFeeds</id>
<filename>YouTube Feeds</filename>
<name>YouTube Feeds</name>
<versionNumber>4.1.0</versionNumber>
<versionNumber>4.1.1</versionNumber>
<description>YouTube Feeds example application built with Feathers UI controls for Starling</description>
<copyright>2020 Bowler Hat LLC</copyright>

Expand Down
2 changes: 1 addition & 1 deletion source/feathers/FEATHERS_VERSION.as
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ package feathers
*
* @productversion Feathers 2.1.0
*/
public const FEATHERS_VERSION:String = "4.1.0";
public const FEATHERS_VERSION:String = "4.1.1";
}

0 comments on commit 3b2061f

Please sign in to comment.