Skip to content

Commit fee9b0d

Browse files
committed
rc.1
1 parent ae7c47b commit fee9b0d

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
# Feathers UI (npm version) 1.0.0-beta.9
1+
# Feathers UI (npm version) 1.0.0-rc.1
22

33
[Feathers UI](https://feathersui.com/) is a cross-platform framework of user interface components for creative frontend projects. It is especially well-suited for games, interactive data visualizations, and other rich, multimedia experiences.
44

5-
This version of Feathers UI is intended for JavaScript developers.
6-
7-
---
8-
9-
🚨 **Notice:** This is a **beta** version of Feathers UI for OpenFL. Some components and features may still be missing, and occasional bugs should be expected.
10-
11-
---
5+
⚠️ This version of Feathers UI is intended for JavaScript developers. It's not as actively tested as the Haxe version of the same library, and some bugs should be expected.
126

137
## Get started
148

@@ -31,7 +25,7 @@ Alternatively, Feathers UI may be added to any HTML file using a few `<script>`
3125
```html
3226
<script src="https://unpkg.com/openfl@8.9.6/dist/openfl.min.js"></script>
3327
<script src="https://unpkg.com/actuate@1.8.9-beta/dist/actuate.min.js"></script>
34-
<script src="https://unpkg.com/feathersui-openfl@1.0.0-beta.9/dist/feathersui-openfl.min.js"></script>
28+
<script src="https://unpkg.com/feathersui-openfl@1.0.0-rc.1/dist/feathersui-openfl.min.js"></script>
3529
```
3630

3731
### Choose an editor or IDE

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feathersui-openfl",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-rc.1",
44
"description": "Feathers UI is a cross-platform framework of user interface components for creative frontend projects. It is especially well-suited for games, interactive data visualizations, and other rich, multimedia experiences. With Feathers UI, you can create native apps for a wide range of devices and platforms — including phones, tablets, desktop computers, game consoles… and you can even deploy to web browsers.",
55
"repository": "https://github.com/BowlerHatLLC/feathersui-openfl.git",
66
"keywords": [
@@ -33,7 +33,7 @@
3333
"webpack-merge": "^5.8.0",
3434
"lime-haxelib": "haxelime/lime#7.6.2",
3535
"openfl-haxelib": "openfl/openfl#8.9.7",
36-
"feathersui-openfl-haxelib": "BowlerHatLLC/feathersui-openfl#v1.0.0-beta.9"
36+
"feathersui-openfl-haxelib": "BowlerHatLLC/feathersui-openfl#v1.0.0-rc.1"
3737
},
3838
"haxeDependencies": {
3939
"haxe": "4.0.0"

0 commit comments

Comments
 (0)