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
Support for SSR (server-side rendering) via Elmish.Boot.boot. This breaks
pre-existing Elmish.Boot users (see "Removed").
Removed
Breaking: The contents of Elmish.Boot - BootResult, boot, and boot'. Replaced and subsumed by server-side rendering support (see "Added").
Changed
Breaking: Elmish.React.reactMount renamed to render to match React's
naming.
wrapWithLocalState will now report errors to the console instead of
swallowing them. This could be used by catch-all error reporters such as
Rollbar or Airbrake.
Breaking: mkJsCallback remaned to jsCallback and lost its onError
parameter. It will now report errors to the console, same as wrapWithLocalState. The previous version with an explicit onError
parameter is now available as jsCallback'
React API is now FFIed via EffectFnX instead of FnX.