Releases: reflex-frp/reflex-vty
Releases · reflex-frp/reflex-vty
v0.6.1.0
What's Changed
- Translate mouse inputs in scrollable elements by @ali-abrar in #91
Full Changelog: v0.6.0.0...v0.6.1.0
v0.6.0.0
What's Changed
- Allow scrollable child widgets to return a value by @ali-abrar in #89
- Add captureImages and avoid nested runImageWriter for scrollable by @ali-abrar in #90
Full Changelog: v0.5.2.1...v0.6.0.0
v0.5.2.1
v0.5.2.0
What's Changed
- Fix an issue where the cursor tag is not used for an empty string in
displayLineWithAlignment
by @minimapletinytools in #78 - upgrade to vty >=6 by @minimapletinytools in #79
Full Changelog: v0.5.1.0...v0.5.2.0
v0.5.1.0
What's Changed
- change inputInFocusedRegion such that it filters mouse scroll wheel input based on focus by @minimapletinytools in #73
- Scroll events should register when mouse is over a region by @ali-abrar in #74
- Add MonadCatch, MonadThrow, MonadMask instances by @ali-abrar in #76
Full Changelog: v0.5.0.0...v0.5.1.0
v0.5.0.0
What's Changed
- Fix several issues in Zipper.hs by @minimapletinytools in #70
- Scrolling widget with scroll-to-bottom and scroll-to-position, and a specialized scrolling-text widget by @ali-abrar in #71
- Export centerText function by @mightybyte in #68
Full Changelog: v0.4.1.1...v0.5.0.0
v0.4.1.1
What's Changed
- Remove travis from README.md by @ali-abrar in #69
- Update to build with GHC 9.6.1 by @mightybyte in #67
Full Changelog: v0.4.1.0...v0.4.1.1
v0.4.1.0
v0.4.0.0
0.4.0.0
- Breaking Changes:
- Added mouse tracking to the behavior of
pane
such that- Mouse actions that start outside of the region are not tracked
- Mouse drag sequences that start OFF the region are NOT reported
- Mouse drag sequences that start ON the region and drag off ARE reported
- Introduce
MonadHold
constraint topane
- Added
MonadHold
constraint to several methods that usepane
- Added mouse tracking to the behavior of