2.4.0
-
Improvement If you are setting options on a @ModelProp and have no other annotation parameters you can now omit the explicit
options =
param name (#268) -
Improvement If you are using
@TextProp
you can now specify a default string via a string resource (#269) -
Fixed EpoxyModelGroup was not binding model click listeners correctly (#267)
-
Fixed A model created with @ModelView could fail to compile if it had nullable prop overloads (#274)
Potentially Breaking Fix
A model created with @ModelView with a click listener had the wrong setter name for the model click listener overload (#275)
If you were setting this you will need to update the setter name. If you were setting the click listener to null you may now have to cast it.