3.0.0
- LoadableView no longer sets
translatesAutoresizingMasksIntoConstraints
property on container view tofalse
. If you plan to use LoadableView without superview, consider turning this property tofalse
manually, because without a container view it will not be able to compute it's size.