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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ See the [getting started guide](https://hexdocs.pm/scenic/getting_started.html)
17
17
18
18
19
19
# Current Status! __Important!__
20
-
Version 0.11 is a major upgrade. There are numerous breaking changes. The docs have been upgraded, but will get another pass before it leaves beta. The upgrade guide (in the docs) explains the major pieces.
20
+
Version 0.11 is a major upgrade. There are numerous breaking changes. Please read the upgrade guide in the docs.
21
21
22
22
__READ THAT FIRST__
23
23
24
24
25
-
Please note that when v.11 is out of beta it will move into the /ScenicFramework org on GitHub...
25
+
Please note that when v.11 is now in the /ScenicFramework org on GitHub...
Copy file name to clipboardExpand all lines: guides/upgrading_to_v0.11.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Version v0.11 is a MAJOR overhaul from the top to the bottom. For the first time, Scenic feels like something approaching a 1.0 in design.
6
6
7
-
This guide is a good first pass. As you use it in the Beta, if you see things that need improving, please contribute!
7
+
This guide is a good first pass. If you see things that need improving, please contribute!
8
8
9
9
10
10
*`Scenic.Cache` is gone. It is replaced by a **much** easier to use asset pipeline.
@@ -72,8 +72,8 @@ Now that the Kry10 Operating System is operational (Scenic long awaited design t
72
72
Delete your old scenic dependencies in `mix.exs`, they now look like this:
73
73
74
74
```
75
-
{:scenic, "~> 0.11.0-beta.0"},
76
-
{:scenic_driver_local, "~> 0.11.0-beta.0"},
75
+
{:scenic, "~> 0.11.0"},
76
+
{:scenic_driver_local, "~> 0.11.0"},
77
77
```
78
78
79
79
You may need to use `mix deps.clean --all` and/or `mix deps.unlock` to get it to work.
@@ -380,7 +380,7 @@ You can also specify new textures to be cleared with a specific color and/or com
380
380
381
381
## Standard Driver
382
382
383
-
The new standard render driver for all Scenic apps is `:scenic_driver_local`, which is being published to hex at roughly the same time as the beta for Scenic v0.11.
383
+
The new standard render driver for all Scenic apps is `:scenic_driver_local`.
384
384
385
385
Both `:scenic_driver_glfw` and `:scenic_drives_nerves_rpi` are retired.
0 commit comments