File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 22Brick 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+
5232.5
624---
725
Original file line number Diff line number Diff line change 11name : brick
2- version : 2.5
2+ version : 2.6
33synopsis : A declarative terminal user interface library
44description :
55 Write terminal user interfaces (TUIs) painlessly with 'brick'! You
You can’t perform that action at this time.
0 commit comments