vazco/uniforms v2.4.0 Release Notes

Release Date: 2019-08-28 // over 4 years ago
    • Added: Default labels in GraphQLSchemaBridge. #577
    • Added: Handling of placeholder and label in JSONSchemaBridge. #586
    • 🛠 Fixed: Unified logic of getProps between all bridges. Right now it has a clear semantic: bridge.getProps(fieldName[, props]) should resolve all props that the schema defines, based on the field definition and given props (if applicable). Especially, it should not merge in given props nor resolve the final label or placeholder - BaseField handles that. It'll affect you only if you've called getProps directly. It also got rid of some additional undefined props in JSONSchemaBridge.