~jaro/balkon

23c52ba5b3a933207890308c867d196674bc0784 — Jaro 10 months ago 7dc45d1
Update changelog on vertical alignment.
1 files changed, 11 insertions(+), 0 deletions(-)

M CHANGELOG.md
M CHANGELOG.md => CHANGELOG.md +11 -0
@@ 2,6 2,17 @@

## 1.3.0.0 -- TBD

* Added options for vertical box alignment:
  line top, line bottom, baseline with optional offset.

    * For backwards compatibility, line top alignment remains the default.
      Consider updating your code to use baseline alignment instead.

* Lines will now be sized to fit all ancestor boxes of all fragments
  on the line, as well as the root box, even if some of those boxes
  do not directly contain any text.
  Each box effectively contains an invisible "strut", which is required by CSS.

## 1.2.0.0 -- 2023-06-28

* Added options for horizontal paragraph alignment: