Skip to content

Commit 5f7e10a

Browse files
committed
prepare for 3.4.0
1 parent 5a3a394 commit 5f7e10a

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
# Feathers 3.4.0-beta
2-
3-
---
4-
5-
**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](https://feathersui.com/).
6-
7-
---
1+
# Feathers 3.4.0
82

93
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](http://starling-framework.org/) 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.
104

115
## Quick Links
126

137
* [Website](https://feathersui.com/)
14-
* [Beta Help](https://feathersui.com/beta/help/)
15-
* [Beta API Reference](https://feathersui.com/beta/api-reference/)
8+
* [Help](https://feathersui.com/help/)
9+
* [API Reference](https://feathersui.com/api-reference/)
1610
* [Discussion Forum](http://forum.starling-framework.org/forum/feathers)
1711
* [Github Project](https://github.com/BowlerHatLLC/feathers)
1812

RELEASENOTES.md

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

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

5-
## 3.4.0 - In Development
5+
## 3.4.0 - December 2017
66

77
* New Component: DataGrid displays a list of data as a table. Each item is rendered as a row, divided into columns for each of the item's fields. Supports sorting columns, resizing columns, and drag-and-drop reordering of columns.
88
* Support for Android TV. Refactored focus management API and keyboard interaction to support TV remotes. Support scaling to TV resolutions.
@@ -41,6 +41,7 @@ Noteworthy changes in official, stable releases of [Feathers UI](http://feathers
4141
* PickerList: fixed issue where the pop-up list may be given focus in the wrong focus manager when it uses a different focus manager than the PickerList.
4242
* ScreenDensityScaleFactorManager: added support for Android TV and Apple tvOS.
4343
* ScrollBar, SimpleScrollBar, Slider: fixed issue where the scroll bar could not reach the maximum scroll position with certain page or step values.
44+
* Scroller: fixed issue where a null reference error could be thrown if scrolling animation were manually removed just as it completed.
4445
* SpinnerList: added hideSelectionOverlayUnlessFocused to allow the selectionOverlaySkin to be hidden when the list is not focused if showSelectionOverlay is true.
4546
* SpinnerList: added showSelectionOverlay property to completely hide the selectionOverlaySkin skin when set to false.
4647
* SpinnerList: The selectedIndex and selectedItem is changed immediately when an item renderer is triggered or keyboard events change selection, instead of waiting for the animation to complete.

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 = 3.4.0-beta
27+
feathers.version = 3.4.0
2828

2929
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>

source/feathers/FEATHERS_VERSION.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ package feathers
1919
*
2020
* @productversion Feathers 2.1.0
2121
*/
22-
public const FEATHERS_VERSION:String = "3.4.0-beta";
22+
public const FEATHERS_VERSION:String = "3.4.0";
2323
}

0 commit comments

Comments
 (0)