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
Migrated from leiningen and figwheel to deps and shadow-cljs
[BREAKING] Controllers are now restricted to only returning re-frame dispatch
vectors. Previously they could return FSM declarations which would implicitly start the FSM.
That is considered unnecessary implicit magic, as there is not much extra boilerplate in just dispatching
to the FSM starter.
kee-frame.fsm.alpha is now deprecated, and will be removed in future versions.