mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-11 03:25:45 +00:00
include important changes in readme.
This commit is contained in:
parent
903886f083
commit
afb5a0c7eb
10
README.md
10
README.md
@ -30,6 +30,16 @@ Blessed has been used to implement other popular libraries and programs.
|
|||||||
Examples include: the [slap text editor][slap] and [blessed-contrib][contrib].
|
Examples include: the [slap text editor][slap] and [blessed-contrib][contrib].
|
||||||
The blessed API itself has gone on to inspire [termui][termui] for Go.
|
The blessed API itself has gone on to inspire [termui][termui] for Go.
|
||||||
|
|
||||||
|
## Important Blessed Changes (>0.0.51)
|
||||||
|
|
||||||
|
- The absolute `.left` _property_ (not option) has been renamed to `.aleft`.
|
||||||
|
The `.rleft` property has been renamed to `.left`. This should not have much
|
||||||
|
effect on most applications. This includes all other coordinate properties.
|
||||||
|
- `autoPadding` is now enabled by default. To revert to the original behavior,
|
||||||
|
pass `autoPadding: false` into the screen object. That being said, it would
|
||||||
|
be wiser to adjust your code to use `autoPadding`. non-`autoPadding` is now
|
||||||
|
considered deprecated.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user