Skip to content

Commit da146b7

Browse files
authored
Merge pull request #25 from reflex-frp/eac@update-develop-with-master
Update develop with master
2 parents 636c09c + 52627e7 commit da146b7

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

ChangeLog.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
# Revision history for reflex-vty
22

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.
710

811
## 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.
1215

1316
## 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.
1619

1720
## 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`.
2124

2225
## 0.1.1.1
23-
24-
* Bump minimum version of reflex
26+
* Bump minimum version of reflex.
2527

2628
## 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.
3031

3132
## 0.1.0.0
32-
3333
* Initial release

reflex-vty.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: reflex-vty
2-
version: 0.1.3.0
2+
version: 0.1.4.0
33
synopsis: Reflex FRP host and widgets for vty applications
44
description:
55
Host and widget library for Reflex-based FRP applications

0 commit comments

Comments
 (0)