You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change Form.asyncEffect, Form.effect and Form.initializer to consume an update function (instead of the new form value) wrapped in an effectful context (Aff or Effect). (#29)
Change onChange prop of Form.build. It now has type (value -> value) -> Effect Unit. (#30)
Remove Form.buildConcurrently (is now Form.build) and Form.buildWithDefaults (deprecated). (#30)
Bug fixes
Fix concurrency issues in effectful form combinators. (#29)
Fix components remounting in parallel/sequential wrappers. (#31)