- Two new
ClippingTransform
items have been added.BitesClippingTransform
andSquareClippingTransform
. - A new prefix have been appended to custom attributes to avoid conflicts with other libraries. All
the attributes have now a
fl_
prefix, so the syntax is now likefl_strokeWidth="2dp"
. - I made the
State
class public in order to let users use it's values to compareState
integer value returned by theOnStateChangeListener
.