You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,11 @@ See the [getting started guide](https://hexdocs.pm/scenic/getting_started.html)
14
14
15
15
-[Introducing Scenic](https://www.youtube.com/watch?v=1QNxLNMq3Uw), a video from ElixirConf 2018, which introduces Scenic and the problems it strives to solve.
16
16
17
-
18
-
19
-
# Current Status! __Important!__
20
-
Version 0.11 is a major upgrade. There are numerous breaking changes. Please read the upgrade guide in the docs.
21
-
22
-
__READ THAT FIRST__
23
-
24
-
25
-
Please note that when v.11 is now in the /ScenicFramework org on GitHub...
26
-
17
+
> **Warning** Version 0.11 is a **MAJOR** upgrade!
18
+
>
19
+
> There are numerous breaking changes. Please read the [version 0.11 upgrade
20
+
> guide](./guides/upgrading_to_v0.11.md) for details about how to upgrade your
21
+
> application to 0.11.
27
22
28
23
## Goals
29
24
@@ -41,9 +36,9 @@ Please note that when v.11 is now in the /ScenicFramework org on GitHub...
41
36
on new products and only updating the old ones as the business needs.
42
37
43
38
-**Remotable:** Scenic devices know how to run themselves, but can still be
44
-
accessed remotely. Remote traffic attempts to be as small so it can be used
45
-
over the Internet, cellular modems, Bluetooth, etc. This is actively under
46
-
development and coming soon.
39
+
accessed remotely. Remote traffic attempts to be as small as possible so it
40
+
can be used over the Internet, cellular modems, Bluetooth, etc. This is
41
+
actively under development and coming soon.
47
42
48
43
-**Reusable:** Collections of UI can be packaged up for reuse with, and across
49
44
applications. I expect to see Hex packages of controls, graphs, and more
0 commit comments