Skip to content

Commit

Permalink
prepare for 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jun 19, 2018
1 parent 11c0c36 commit ffd54b6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
12 changes: 3 additions & 9 deletions README.md
@@ -1,18 +1,12 @@
# Feathers 3.5.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](https://feathersui.com/).

---
# Feathers 3.5.0

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.

## Quick Links

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

Expand Down
4 changes: 3 additions & 1 deletion RELEASENOTES.md
Expand Up @@ -2,7 +2,7 @@

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

## 3.5.0 - In Development
## 3.5.0 - June 2018

* AnchorLayout: fixed issue where measurement could be incorrect when using horizontalCenter or verticalCenter.
* BitmapFontTextEditor, TextBlockTextEditor: added Shift+Home, Shift+End, Shift+Up, and Shift+Down keyboard shortcuts.
Expand Down Expand Up @@ -44,6 +44,8 @@ Noteworthy changes in official, stable releases of [Feathers UI](https://feather
* Themes: fixed issue where pivots in texture atlas caused some skins to appear at incorrect locations with Starling 2.3.
* TiledColumnsLayout: fixed issue where the columns could be incorrectly aligned horizontally when alignment should not be possible.
* TiledColumnsLayout: fixed issue where an incorrect number of visible columns was calculated when distributeHeights is true.
* TiledColumnsLayout: if distributeWidths is set to true, useSquareTiles is changed to false automatically (or distributeWidths would have no effect).
* TiledRowsLayout: if distributeHeights is set to true, useSquareTiles is changed to false automatically (or distributeHeights would have no effect).
* Tree: added scrollToDisplayLocation() method.
* ValidationQueue: reduced memory allocations to avoid unnecessary garbage collection.
* VectorHierarchicalCollection: Fixed issue that caused compilation to fail with classic Adobe Flex SDK.
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -24,6 +24,6 @@ themes.output = ${output.path}/themes

swf.version = 30

feathers.version = 3.5.0-beta2
feathers.version = 3.5.0

footer.text = <a href='https://feathersui.com/' target='_top'>Feathers</a> | <a href='https://github.com/BowlerHatLLC/feathers' target='_top'>Github Project</a> | <a href='https://forum.starling-framework.org/forum/feathers' target='_top'>Support Forum</a>
2 changes: 1 addition & 1 deletion source/feathers/FEATHERS_VERSION.as
Expand Up @@ -19,5 +19,5 @@ package feathers
*
* @productversion Feathers 2.1.0
*/
public const FEATHERS_VERSION:String = "3.5.0-beta2";
public const FEATHERS_VERSION:String = "3.5.0";
}

0 comments on commit ffd54b6

Please sign in to comment.