Add notes about left/right justify
This commit is contained in:
parent
d1593ed159
commit
827d793a2d
|
@ -37,6 +37,11 @@ npm install
|
||||||
Report your issue on Xibalba BBS, hop in #enigma-bbs on Freenet and chat, or
|
Report your issue on Xibalba BBS, hop in #enigma-bbs on Freenet and chat, or
|
||||||
[file a issue on GitHub](https://github.com/NuSkooler/enigma-bbs/issues).
|
[file a issue on GitHub](https://github.com/NuSkooler/enigma-bbs/issues).
|
||||||
|
|
||||||
|
# 0.0.8-alpha to 0.0.9-alpha
|
||||||
|
* Development is now against Node.js 8.x LTS. Follow your standard upgrade path to update to Node 8.x before using 0.0.9-alpha.
|
||||||
|
* The property `justify` found on various views previously had `left` and `right` values swapped (oops!); you will need to adjust any custom `theme.hjson` that use one or the other and swap them as well.
|
||||||
|
|
||||||
|
|
||||||
# 0.0.7-alpha to 0.0.8-alpha
|
# 0.0.7-alpha to 0.0.8-alpha
|
||||||
ENiGMA 0.0.8-alpha comes with some structure changes:
|
ENiGMA 0.0.8-alpha comes with some structure changes:
|
||||||
* Configuration files are defaulted to `./config`. Related, the `--config` option now points to a configuration **directory**
|
* Configuration files are defaulted to `./config`. Related, the `--config` option now points to a configuration **directory**
|
||||||
|
|
|
@ -3,6 +3,7 @@ This document attempts to track **major** changes and additions in ENiGMA½. For
|
||||||
|
|
||||||
## 0.0.9-alpha
|
## 0.0.9-alpha
|
||||||
* Development is now against Node.js 8.x LTS. While other Node.js series may continue to work, you're own your own and YMMV!
|
* Development is now against Node.js 8.x LTS. While other Node.js series may continue to work, you're own your own and YMMV!
|
||||||
|
* Fixed `justify` properties: `left` and `right` values were formerly swapped (oops!)
|
||||||
|
|
||||||
|
|
||||||
## 0.0.8-alpha
|
## 0.0.8-alpha
|
||||||
|
|
Loading…
Reference in New Issue