react-jsonschema-form v1.2.1 Release Notes

Release Date: 2019-02-04 // about 5 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix typos in documentation (#1135).
    • ๐Ÿ›  Fix corner case in how we fill array items (#871).
    • ๐Ÿ‘ anyOf actually supports oneOf as well (#1133) and can work inside array items (#1131).
    • ๐Ÿ›  Fix custom labels on booleans (#1137).
    • ๐Ÿ‘ Arrays now support hidden fields (#978).
    • ๐Ÿ‘€ Radio boolean fields now have an ID (see #1139).
    • Filenames of data URLs are now URI encoded (#967).
    • Resolve $ref schemas inside a $ref (#1142).
    • ๐Ÿ›  Fix bug where anyOf branch was not selected correctly (#1129).
    • Name is not required in data-url format (#1147).
    • ๐Ÿ‘‰ Use div instead of p to wrap submit buttons (#766).
    • ๐Ÿ‘ uiSchema supports additionalProperties (#1144).

    ๐Ÿ“š Documentation

    • ๐Ÿ“š Documentation is now hosted on ReadTheDocs and organized into several files in docs/ rather than one giant README (#1138).
    • โž• Add a link to a JSFiddle that demonstrates using a custom component with ui:help (#1145).
    • ๐Ÿ‘€ Document an unfortunate interaction between schema dependencies and additionalProperties: false (#1149, based on work in #1018; see also #1148).

    Thanks very much to new maintainer @epicfaace who has been putting a lot of time and effort into cleaning up this repository!