reflex v0.6.3 Release Notes

Release Date: 2019-12-20 // over 4 years ago
    • ๐Ÿ—„ Data.WeakBag.traverse and Data.FastWeakBag.traverse have been deprecated. They are replaced with Data.WeakBag.traverse_ and Data.FastWeakBag.traverse_, respectively.

    • ๐Ÿ›  Fixes a bug in Reflex.Patch.MapWithMove.patchThatSortsMapWith that was producing invalid PatchMapWithMove.

    • โž• Add missing NotReady instances:

      • instance NotReady (SpiderTimeline x) (SpiderHost x)
      • instance HasSpiderTimeline x => NotReady (SpiderTimeline x) (PerformEventT (SpiderTimeline x) (SpiderHost x))