|
1 | 1 | # Revision history for reflex-vty
|
2 | 2 |
|
3 |
| -## 0.1.3.1 |
4 |
| -* Add `splitH` to implement horizontal functionality of `splitV`. |
5 |
| -* Add `boxTitle`: a box with a title |
6 |
| -* Update the text editing example to use `boxTitle` |
| 3 | +## 0.1.4.0 |
| 4 | +* ([#15](https://github.com/reflex-frp/reflex-vty/pull/15)) Add `PostBuild` instance for `Layout`. |
| 5 | +* ([#17](https://github.com/reflex-frp/reflex-vty/pull/17)) Add `splitH` to implement horizontal functionality of `splitV`. |
| 6 | +* ([#19](https://github.com/reflex-frp/reflex-vty/pull/19)) Add `boxTitle`: a box with a title. |
| 7 | +* ([#19](https://github.com/reflex-frp/reflex-vty/pull/19)) Update the text editing example to use `boxTitle`. |
| 8 | +* ([#21](https://github.com/reflex-frp/reflex-vty/pull/21)) Fix bug in `drag` that caused dragging with different mouse button to trigger the click event. |
| 9 | +* ([#22](https://github.com/reflex-frp/reflex-vty/pull/22)) Add support for GHC 8.8. |
7 | 10 |
|
8 | 11 | ## 0.1.3.0
|
9 |
| -* Add `mouseScroll` to capture scroll wheel events |
10 |
| -* Add `scrollableText`: a text display widget that can be scrolled using the mouse or keyboard |
11 |
| -* Add widget to the example executable that displays scrollable text |
| 12 | +* Add `mouseScroll` to capture scroll wheel events. |
| 13 | +* Add `scrollableText`: a text display widget that can be scrolled using the mouse or keyboard. |
| 14 | +* Add widget to the example executable that displays scrollable text. |
12 | 15 |
|
13 | 16 | ## 0.1.2.1
|
14 |
| -* Add `keyCombo` function (single-key-combination version of `keyCombos`) |
15 |
| -* Use upstream `NotReady` instances instead of orphans defined in this package if reflex-0.6.3 is available |
| 17 | +* Add `keyCombo` function (single-key-combination version of `keyCombos`). |
| 18 | +* Use upstream `NotReady` instances instead of orphans defined in this package if reflex-0.6.3 is available. |
16 | 19 |
|
17 | 20 | ## 0.1.2.0
|
18 |
| -* Allow TextZipper contents to be tranformed before being displayed |
19 |
| -* Fix bug in `row` orientation |
20 |
| -* Handle wrapping of lines containing fullwidth unicode characters in `textInput` |
| 21 | +* Allow `TextZipper` contents to be transformed before being displayed. |
| 22 | +* Fix bug in `row` orientation. |
| 23 | +* Handle wrapping of lines containing full-width unicode characters in `textInput`. |
21 | 24 |
|
22 | 25 | ## 0.1.1.1
|
23 |
| - |
24 |
| -* Bump minimum version of reflex |
| 26 | +* Bump minimum version of reflex. |
25 | 27 |
|
26 | 28 | ## 0.1.1.0
|
27 |
| - |
28 |
| -* Set version bounds in cabal file |
29 |
| -* Add travis CI config |
| 29 | +* Set version bounds in cabal file. |
| 30 | +* Add travis CI config. |
30 | 31 |
|
31 | 32 | ## 0.1.0.0
|
32 |
| - |
33 | 33 | * Initial release
|
0 commit comments