Skip to content

Commit 3315431

Browse files
committed
Bump version, update changelog
1 parent 9a300da commit 3315431

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Brick changelog
33
---------------
44

5+
2.6
6+
---
7+
8+
Behavior changes:
9+
* `Brick.Widgets.Core.relativeTo` now draws nothing if the requested
10+
extent is not found. Previously it would draw the specified widget in
11+
the upper-left corner of the layer.
12+
13+
Bug fixes:
14+
* Fixed the conditional import in `BorderMap` (#519)
15+
* `Brick.Widgets.Center.hCenterWith` now properly accounts for centered
16+
image width when computing additional right padding (#520)
17+
* The Brick renderer now properly resets some render-specific state
18+
in between renderings that was previously kept around, avoiding
19+
preservation of stale extents across renderings
20+
* `brick-tail-demo` and `brick-custom-event-demo` now shut down Vty
21+
properly
22+
523
2.5
624
---
725

brick.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: brick
2-
version: 2.5
2+
version: 2.6
33
synopsis: A declarative terminal user interface library
44
description:
55
Write terminal user interfaces (TUIs) painlessly with 'brick'! You

0 commit comments

Comments
 (0)