v1.2.1
Bug fixes
- Fix typos in documentation (#1135).
- Fix corner case in how we fill array items (#871).
anyOfactually supportsoneOfas well (#1133) and can work inside array items (#1131).- Fix custom labels on booleans (#1137).
- Arrays now support
hiddenfields (#978). - Radio boolean fields now have an ID (see #1139).
- Filenames of
dataURLs are now URI encoded (#967). - Resolve
$refschemas inside a$ref(#1142). - Fix bug where
anyOfbranch was not selected correctly (#1129). - Name is not required in data-url format (#1147).
- Use
divinstead ofpto wrap submit buttons (#766). uiSchemasupportsadditionalProperties(#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!