mirror of
https://github.com/ilyakooo0/reflex-vty.git
synced 2024-11-30 01:04:16 +03:00
Merge remote-tracking branch 'origin/develop' into aa-process
This commit is contained in:
commit
beb451af20
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
* Add `keyCombo` function (single-key-combination version of `keyCombos`)
|
|
||||||
* Add Reflex.Process module for interacting with shell commands using `Event`s
|
* Add Reflex.Process module for interacting with shell commands using `Event`s
|
||||||
* Use upstream `NotReady` instances instead of orphans defined in this package if reflex-0.6.3 is available
|
* Use upstream `NotReady` instances instead of orphans defined in this package if reflex-0.6.3 is available
|
||||||
* Add a sample "ghcid" application
|
* Add a sample "ghcid" application
|
||||||
@ -10,6 +9,11 @@
|
|||||||
* Add `scrollableText`: a text display widget that can be scrolled using the mouse or keyboard
|
* Add `scrollableText`: a text display widget that can be scrolled using the mouse or keyboard
|
||||||
* Add widget to the example executable that displays scrollable text
|
* Add widget to the example executable that displays scrollable text
|
||||||
|
|
||||||
|
## 0.1.2.1
|
||||||
|
|
||||||
|
* Add `keyCombo` function (single-key-combination version of `keyCombos`)
|
||||||
|
* Use upstream `NotReady` instances instead of orphans defined in this package if reflex-0.6.3 is available
|
||||||
|
|
||||||
## 0.1.2.0
|
## 0.1.2.0
|
||||||
* Allow TextZipper contents to be tranformed before being displayed
|
* Allow TextZipper contents to be tranformed before being displayed
|
||||||
* Fix bug in `row` orientation
|
* Fix bug in `row` orientation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: reflex-vty
|
name: reflex-vty
|
||||||
version: 0.1.2.0
|
version: 0.1.2.1
|
||||||
synopsis: Reflex FRP host and widgets for vty applications
|
synopsis: Reflex FRP host and widgets for vty applications
|
||||||
description:
|
description:
|
||||||
Host and widget library for Reflex-based FRP applications
|
Host and widget library for Reflex-based FRP applications
|
||||||
|
Loading…
Reference in New Issue
Block a user