From 89afe613ada645b4276fad667352706df979ef71 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 31 Jul 2015 20:49:41 -0700 Subject: [PATCH] readme: remove blessed changes finally. --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index dfdb2a1..b938346 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,6 @@ Blessed has been used to implement other popular libraries and programs. Examples include: the [slap text editor][slap] and [blessed-contrib][contrib]. 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 ``` bash