[Snyk] Upgrade react-jsonschema-form from 1.2.0 to 1.8.1 #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade react-jsonschema-form from 1.2.0 to 1.8.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.Release notes
Package name: react-jsonschema-form
-
1.8.1 - 2019-12-16
- Use setTimeout instead of setImmediate (#1482)
- Fix some vulnerabilities
-
1.8.0 - 2019-08-26
- Allow restriction of accepted filetypes in file widget (#1246)
- Support adding items to an array at any position, instead of always at the end (#1352)
- Change inclusion of lodash dependencies to fix errors when using Yarn (#1366)
- Fix dependency defaults when using
- Reformat tests (#1372) and fix linting (#1373)
- Use the Monaco editor component in the playground instead of CodeMirror (#1374, #1379)
- Add missing space in playground (#1384)
- Add Bootstrap version to playground (#1386)
- Fix bug with trying to enter numbers such as "0.1" (#1360)
- Fix bug where user editing of
- Playground now records whether "live" was set (#1403)
- Fix bug in
- Support
- Fix bug where data was being omitted incorrectly (#1419)
-
1.7.0 - 2019-07-16
- Pass registry to ArrayFieldTemplate (#1317)
- Add "Omit extra data" prop (#1283), including a "live omit" option (#1332, #1356)
- NumberField now has access to
- Allow for a custom tag name to be used instead of
- Added properties
- Fix nested dependencies updating (#1320)
- Minor follow-ups from #1283 (#1331)
- Pass
- Fix bug where defaults are not applied correctly for anyOf/oneOf schemas (#1338)
- Ensure all widgets are represented in documentation (#1350)
- Array items now have unique, stable keys (#1335)
- Prevent submits from propagating when forms are nested in other forms (#1336)
- Update to Babel 7 (#1322)
-
1.6.1 - 2019-06-08
-
1.6.0 - 2019-06-06
- Add
- Improve support for customization -- pass
- Support
- Allow unknown
- Numbers can now be nullable (#1269).
- Support widgets that are wrapped using
- Add example for collapsing fields to documentation (#1294).
- Schemas without
- Update wording in documentation (#1266).
- Correctly use
- Remove
- Ensure defaults are passed along for multiselect arrays when filling items to match
- Fix bugs with defaults in combination with schema dependencies and
-
1.5.0 - 2019-04-17
- Custom string formats are now supported (#1186).
- We now use
- Add
- Do not error if
- Fix mistake in validation docs (#1251).
-
1.4.1 - 2019-04-17
-
1.4.0 - 2019-04-04
- The errors argument in
- Basic support for nullable types (#1213). This is a targeted fix that allows
- No longer throw an error, but log a warning instead, when properties in
- Use plain text in playground demos (#1215).
- Reduce number of "empty" meaningless divs (#1218).
- Don't try to "merge"
- Documentation - no longer pass a
- Document
- Add the Mozilla Code of Conduct (#1240).
-
1.3.0 - 2019-03-06
- Better support for
- Better handling of decimal points and trailing zeroes in numbers (#1183).
- Submit events on
- Infer types for schemas defined using
- Fix multiple bugs related to switching between options in
- Fix a bug causing rjsf to put an empty
- Fix documentation build and remove dependency on
- Clean up HTML removing unnecessary wrapper elements (#1158).
- Don't add
- Code coverage reports are now generated using
- Add a bunch of files to .gitignore (#1171).
- Add full sourcemaps by default for development (#1208).
-
1.2.1 - 2019-02-04
- Fix typos in documentation (#1135).
- Fix corner case in how we fill array items (#871).
- Fix custom labels on booleans (#1137).
- Arrays now support
- Radio boolean fields now have an ID (see #1139).
- Filenames of
- Resolve
- Fix bug where
- Name is not required in data-url format (#1147).
- Use
- Documentation is now hosted on ReadTheDocs and organized into several files in
- Add a link to a JSFiddle that demonstrates using a custom component with
- Document an unfortunate interaction between schema dependencies and
-
1.2.0 - 2019-01-14
from react-jsonschema-form GitHub release notesFixes
New features
Fixes
Formas an uncontrolled component (#1371)additionalPropertiesnames was erased (#1401)omitDatawhere data was always cast into an object, even if it should have remained an array (#1406)$refinadditionalProperties(#1402)New features
minandmaxprops (#1341)form(#1345)ui:FieldTemplate,ui:ArrayFieldTemplate, andui:ObjectFieldTemplatetouiSchema(#1152)Bug fixes
formContexttoSchemaField(#1330)Bugfix release: provide a safe default when calculating dependencies (#1313).
New features
withThemehigher-order component (#1226).schematoAnyOfField/OneOfField(#1302), passlabel,placeholderandregistrytoArrayField(#1301), passrequiredto custom checkbox widgets (#1259).readOnlyfrom latest JSON Schema draft (#1282).formatproperties, in accordance with JSON Schema spec (#1277).React.ForwardedRef(#1227).typebut withpropertiesare now assumed to beobject(#1292).Bug fixes
$refwhen matching options withoneOf(#1287).setStatecall inFileWidgetto fix test failures especially with newernode(#1285).minItems(#1264).oneOf/anyOf(#1304).New features
SelectWidgetto render theoneOf/anyOfcontrol (#1220).NullField(#1238).Bug fixes
Fileis not defined (#1253).P.S. v1.4.1 was published for 8 minutes or so. It's the same as this release and only existed as long as it took for me to realize that a minor version bump was necessary and not a patch version.
New features
transformErrorsnow have aschemaPath(#1205). Fixes #838 and #818."type": [<T>, "null"]to be interpreted as"type": <T>.ui:orderdo not correspond to any property in the schema (#814).Bug fixes
Files (#1234).schemaattribute when rendering HTML (#946).placeholderandautofocuswidget props (#1223).New features
$schemato let you control the metaschema to validate against (#1130).Formnow provide the event as the second argument (#1172).const(#1174).Bug fixes
anyOf/oneOf(#1169).selectitem inenumswhich shouldn't have any (#1163).toctoc(#1189).requiredoncheckboxinputs in cases where it doesn't make sense (#1194).Internal changes
nyc(#1170).Bug fixes
anyOfactually supportsoneOfas well (#1133) and can work inside array items (#1131).hiddenfields (#978).dataURLs are now URI encoded (#967).$refschemas inside a$ref(#1142).anyOfbranch was not selected correctly (#1129).divinstead ofpto wrap submit buttons (#766).uiSchemasupportsadditionalProperties(#1144).Documentation
docs/rather than one giant README (#1138).ui:help(#1145).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!
Commit messages
Package name: react-jsonschema-form
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs