v1.2.1
Bug fixes
- Fix typos in documentation (#1135).
- Fix corner case in how we fill array items (#871).
anyOf
actually supportsoneOf
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 ofp
to wrap submit buttons (#766). uiSchema
supportsadditionalProperties
(#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!