Skip to content

Commit 888d1e4

Browse files
authored
Merge pull request #286 from axelson/link-upgrade-guide
Link v0.11 upgrade guide
2 parents bb18619 + abfe8d5 commit 888d1e4

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Changelog
22

33
## 0.11.0
4+
* The GitHub repo was moved to the new ScenicFramework GitHub organization
45
* Add the Scenic.Assets.Stream.Bitmap.put_offset/3 api
56
* Various cleanup and documentation fixes
67
* This is a __MAJOR__ update. As Connor Rigby put it in a call... "What hasn't changed?"
7-
* See the v.11 upgrade guide for an overview.
8-
9-
## 0.11.0-beta.0
10-
* This is a __MAJOR__ update. As Connor Rigby put it in a call... "What hasn't changed?"
11-
* See the v.11 upgrade guide for an overview.
8+
* Read the [version 0.11 upgrade guide](./guides/upgrading_to_v0.11.md) for details
9+
about how to upgrade your application to 0.11.
1210

1311
## 0.10.4
1412
* Can pass in a :name option to scenes/components @am-kantox
@@ -33,12 +31,12 @@
3331
* Minor improvements to do error scene readability. Thank you @lmarlow
3432

3533
## 0.10.1
36-
* Addded the `Graph.add_to/3` function so you can add primitives to an existing group in a graph
34+
* Added the `Graph.add_to/3` function so you can add primitives to an existing group in a graph
3735
* Remove runtime dependency on Mix
3836
* Various doc fixes.
3937

4038
## 0.10.0
41-
* Integration of font metrics
39+
* Integration of [font metrics](https://github.com/boydm/font_metrics)
4240
* Buttons, checkboxes, radios, etc. can be auto-sized to fix their text
4341
* FontMetrics can be used to measure strings, trim to fit, and more
4442
* Much improved error handling when a scene crashes during its init phase. Instead of quickly

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,11 @@ See the [getting started guide](https://hexdocs.pm/scenic/getting_started.html)
1414

1515
- [Introducing Scenic](https://www.youtube.com/watch?v=1QNxLNMq3Uw), a video from ElixirConf 2018, which introduces Scenic and the problems it strives to solve.
1616

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.
2722
2823
## Goals
2924

@@ -41,9 +36,9 @@ Please note that when v.11 is now in the /ScenicFramework org on GitHub...
4136
on new products and only updating the old ones as the business needs.
4237

4338
- **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.
4742

4843
- **Reusable:** Collections of UI can be packaged up for reuse with, and across
4944
applications. I expect to see Hex packages of controls, graphs, and more

0 commit comments

Comments
 (0)