Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jan 17, 2019
1 parent 96dbb7a commit 994cc6b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Feathers SDK 4.0.0

---

**Warning:** This is a pre-release version of the Feathers SDK. 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/).

---

The [Feathers SDK](https://feathersui.com/sdk/) provides custom ActionScript and MXML compilers specifically designed for apps built with [Starling Framework](http://starling-framework.org/) and [Feathers UI](https://feathersui.com/) components. This SDK makes building Starling and Feathers projects easier by simplifying project setup in supported IDEs and by providing more appropriate defaults (such as using "direct" render mode). The MXML compiler has been overhauled to work with Starling events and Feathers components.

## Quick Links

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

Expand All @@ -22,7 +16,7 @@ The [Feathers SDK](https://feathersui.com/sdk/) provides custom ActionScript and

## Included Libraries

* Feathers UI 4.0.0-beta
* Feathers UI 4.0.0
* Starling Framework 2.4

## Minimum Requirements
Expand Down
4 changes: 2 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

## 4.0.0-beta - December 2018
## 4.0.0 - January 2019

* IApplication: interface exposes `antiAliasing` property to be set in MXML.
* StarlingBootstrap: If context3DProfile is not set, now defaults to "auto".
* StarlingBootstrap: If `context3DProfile` is not set, now defaults to "auto".

## 3.5.0 - June 2018

Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
################################################################################

# flex-sdk-description values
release.version.feathers = 4.0.0-beta
release.version.feathers = 4.0.0
# this is the version of Apache Flex that the SDK is based on. certain IDEs have
# special requirements for the version string, but the Feathers version string
# isn't compatible.
Expand Down
4 changes: 2 additions & 2 deletions flex-sdk-description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
-->
<flex-sdk-description>
<name>Feathers SDK 4.0.0-beta FP19.0 AIR19.0 en_US</name>
<name>Feathers SDK 4.0.0 FP19.0 AIR19.0 en_US</name>
<!-- for compatibility with Flash Builder, the version element needs to show
the version of Apache Flex that this SDK was forked from -->
<version>4.14.0</version>
<build>20181203</build>
<build>20190117</build>
</flex-sdk-description>

2 changes: 1 addition & 1 deletion frameworks/projects/feathers/feathers

0 comments on commit 994cc6b

Please sign in to comment.