vazco/uniforms v3.0.0-alpha.0 Release Notes

Release Date: 2019-11-30 // over 4 years ago
    • ๐Ÿ’ฅ Breaking: Migrated from the legacy context API. This change should be transparent for connectField but will break all components using context directly. As there's no documentation yet, see this commit to see what changed. To have an idea on how to proceed, see this commit.
    • ๐Ÿ’ฅ Breaking: Raised minimum version of React to 16.8.0.
    • ๐Ÿ’ฅ Breaking: Removed workaround for React < 16 in NumField.
    • ๐Ÿ’ฅ Breaking: Removed nothing from uniforms as it's not needed in React >= 15.
    • ๐Ÿ”„ Changed: Removed prop-types entirely in favor of incoming typings.
    • ๐Ÿ”„ Changed: Renamed deprecated lifecycle methods.