mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-26 09:06:56 +03:00
Bump version, update changelog
This commit is contained in:
parent
72fdcd8204
commit
ba477ef1c4
18
CHANGELOG.md
18
CHANGELOG.md
@ -2,6 +2,24 @@
|
||||
Brick changelog
|
||||
---------------
|
||||
|
||||
1.5
|
||||
---
|
||||
|
||||
This release focuses on API improvements in `Brick.Widgets.Dialog`:
|
||||
|
||||
* `Dialog` got an additional type argument, `n`, for resource names.
|
||||
* The `dialog` constructor now takes `[(String, n, a)]` rather than
|
||||
`[(String, a)]`; this allows the caller to associate a resource name
|
||||
with each dialog button.
|
||||
* Dialog buttons now report click events under their associated resource
|
||||
names.
|
||||
* Dialog buttons now `putCursor` when they are focused in order to work
|
||||
better with screen readers.
|
||||
* The `Dialog` module got `getDialogFocus` and `setDialogFocus`
|
||||
functions to help with focus management, and as part of this change,
|
||||
the `dialogSelectedIndex` function and its lens `dialogSelectedIndexL`
|
||||
were removed.
|
||||
|
||||
1.4
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: brick
|
||||
version: 1.4
|
||||
version: 1.5
|
||||
synopsis: A declarative terminal user interface library
|
||||
description:
|
||||
Write terminal user interfaces (TUIs) painlessly with 'brick'! You
|
||||
|
Loading…
Reference in New Issue
Block a user