After updating to 3.0.0 our build failed because canResize of UILabel has an override and looks for UIWidget canResize but it is within a UNITY_EDITOR block. We just placed added a UNITY_EDITOR block for canResize as well. I'm not sure if UIWidget.canResize should be editor only.