Skip to content

Releases: reflex-frp/reflex-vty

v0.6.2.0

19 Oct 13:55

Choose a tag to compare

What's Changed

  • Relax bounds for GHC 9.12.2 by @plt-amy in #97
  • scrollable: promptly use displayHight on scroll by @Rosuavio in #94

New Contributors

Full Changelog: v0.6.1.1...v0.6.2.0

v0.6.1.1

15 Aug 08:11

Choose a tag to compare

What's Changed

  • Support GHC9.8.4. Bump dependencies: text, primitive by @ali-abrar in #95

Full Changelog: v0.6.1.0...v0.6.1.1

v0.6.1.0

11 Nov 04:01
088b006

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

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

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

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

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

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

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

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