5.0.0
- Reworked
EventReaction
class to useViewModelMapping
to properly identify not only model andViewType
, but alsoviewClass
. This allows event reactions to run for cases where two view subclasses, conforming toModelTransfer
, use the same model, and have similar events.