Skip to content

Commit

Permalink
updating for 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 27, 2016
1 parent bf74248 commit 94f73cf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# Feathers UI 3.1.0-beta2

---

**Warning:** This is a pre-release version of Feathers UI. It may contain bugs or unfinished features. It is not recommended for production apps because it is considered potentially *unstable*. Use at your own risk. To download a stable build, visit the [Feathers website](http://feathersui.com/).

---
# Feathers UI 3.1.0

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

## Quick Links

* [Website](http://feathersui.com/)
* [Beta Help](http://feathersui.com/beta/help/)
* [Beta API Reference](http://feathersui.com/beta/api-reference/)
* [Help](http://feathersui.com/help/)
* [API Reference](http://feathersui.com/api-reference/)
* [Discussion Forum](http://forum.starling-framework.org/forum/feathers)
* [Github Project](https://github.com/BowlerHatLLC/feathers)

Expand Down
3 changes: 2 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 3.1.0 - In Development
## 3.1.0 - October 2016

* New Component: TabNavigator to display a TabBar that switches between screens, similar to a ScreenNavigator.
* Font Styles: all components support starling.text.TextFormat for font styling. For advanced needs, text renderers can still use low-level ElementFormat/TextFormat objects which take precedence.
Expand All @@ -20,6 +20,7 @@ Noteworthy changes in official, stable releases of [Feathers UI](http://feathers
* Callout: is positioned in parent's coordinate space, instead of stage coordinate space.
* ColorFade: fixed issue where Quad could be given a width or height of 0 in its constructor, which causes a runtime error.
* Cube: fixed issue with culling that caused screen to overlap incorrectly during transition.
* DateTimeSpinner: added customItemRendererStyleName.
* Default Item Renderers: added customIconLoaderStyleName and customAccessoryLoaderStyleName for icon and accessory ImageLoaders.
* Default Item Renderers: uses customHitTest on TapToTrigger, TapToSelect, and LongPress to exclude accessory from touches (instead of old custom implementation).
* DropDownPopUpContentManager: fixed issue where Quad could be given a width or height of 0 in its constructor, which causes a runtime error.
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 = 3.1.0-beta2
feathers.version = 3.1.0

footer.text = <a href='http://feathersui.com/' target='_top'>Feathers</a> | <a href='https://github.com/BowlerHatLLC/feathers' target='_top'>Github Project</a> | <a href='http://forum.starling-framework.org/forum/feathers' target='_top'>Support Forum</a>
2 changes: 1 addition & 1 deletion source/feathers/FEATHERS_VERSION.as
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ package feathers
* <code>2.2.0+sdk</code>. The beta version of Feathers SDK 2.2 would use
* the following value: <code>2.2.0-beta+sdk</code>.
*/
public const FEATHERS_VERSION:String = "3.1.0-beta2";
public const FEATHERS_VERSION:String = "3.1.0";
}

0 comments on commit 94f73cf

Please sign in to comment.