Skip to content

Releases: reflex-frp/reflex-vty

v0.6.1.0

11 Nov 04:01
088b006
Compare
Choose a tag to compare

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

10 Nov 21:03
217d4db
Compare
Choose a tag to compare

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

25 May 01:59
Compare
Choose a tag to compare

What's Changed

  • cabal: Allow vty 6.2 by @rvl in #81
  • Expand cabal package bounds for hspec and primitive by @rvl in #80

New Contributors

  • @rvl made their first contribution in #81

Full Changelog: v0.5.2.0...v0.5.2.1

v0.5.2.0

25 Jan 20:50
8fe89f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1.0...v0.5.2.0

v0.5.1.0

07 Jul 21:17
756047d
Compare
Choose a tag to compare

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

06 Jul 14:16
f67bf03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1.1...v0.5.0.0

v0.4.1.1

24 May 23:06
d8c402a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1.0...v0.4.1.1

v0.4.1.0

03 Apr 15:55
149cecd
Compare
Choose a tag to compare

0.4.1.0

  • Loosen version bounds and support GHC 9.4.4
  • Add MonadHold t (Performable m) and MonadFix (Performable m) instances to MonadVtyApp

v0.4.0.0

20 Mar 18:47
Compare
Choose a tag to compare

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 to pane
    • Added MonadHold constraint to several methods that use pane

v0.3.1.1

23 Dec 15:36
Compare
Choose a tag to compare

0.3.1.1

  • Loosen version bounds and support GHC 9.4