Closed greenkeeper[bot] closed 4 years ago
After pinning to 1.2.0 your tests are passing again. Downgrade this dependency π.
dependency
react-jsonschema-form was updated from 1.2.1
to 1.3.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 21 commits.
58a3534
Bump version v1.3.0
2a6b830
Limit cases where "required" attribute is used on checkboxes (#1194)
1651066
Add the full source maps by default for development (#1208)
10a6b64
Bug Fix empty html useless added by PR #1123 / v1.2.0 (#1158)
92233e4
Add more schemas to validate against (#1130)
aebfab9
Improve handling of decimal points and trailing zeroes in numbers (#1183)
07decc5
Merge branch 'master' of https://github.com/mozilla-services/react-jsonschema-form
c355ddb
Merge branch 'huhuaaa-feature/fix-enum-empty-bug'
5aaf863
test: fix tests
9153444
Merge branch 'feature/fix-enum-empty-bug' of https://github.com/huhuaaa/react-jsonschema-form into huhuaaa-feature/fix-enum-empty-bug
a7be6ee
Remove build:readme script and toctoc dep (#1189)
f9d4c63
Fix multiple bugs related to switching between anyOf/oneOf options (#1169)
4d17bd8
test: move the test to the right file
bece2a5
Generate code coverage reports using nyc (#1170)
aa862ab
test: add enum test
There are 21 commits in total.
See the full diff
dependency
react-jsonschema-form was updated from 1.3.0
to 1.4.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 31 commits.
73b1458
Bump version 1.4.0
889871f
docs: document placeholder and autofocus widget props (#1223)
0f4889c
Add Mozilla Code of Conduct file (#1240)
de79e37
Fix #1233 : Exclude File object from isObject detection (#1234)
3afb5f9
Removed throwing error when there's an extraneous property in ui:order (#814)
9104a71
fix: schema is not an html attribute (#946)
b096c99
#804 - Bug Fix - Empty divs are created (#1218)
d9bcf1a
Basic support for 'nullable' types (#1213)
d22c1c7
fix: playground dependencies demos with plain text (#1215)
68ab7a4
Add schemaPath to errors object in transformErrors (2) (#1205)
58a3534
Bump version v1.3.0
2a6b830
Limit cases where "required" attribute is used on checkboxes (#1194)
1651066
Add the full source maps by default for development (#1208)
10a6b64
Bug Fix empty html useless added by PR #1123 / v1.2.0 (#1158)
92233e4
Add more schemas to validate against (#1130)
There are 31 commits in total.
See the full diff
dependency
react-jsonschema-form was updated from 1.4.0
to 1.4.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 37 commits.
c6e1df4
Bump version 1.4.1
c5e8899
Add NullField (#1238)
ac397ca
fix: do not error when File is not defined (#1253)
06b5e2f
fix mistake in validation docs (#1251)
e409be5
Custom string formats (#1186)
f8d0d45
use select widget to render oneOf / anyOf control (#1220)
73b1458
Bump version 1.4.0
889871f
docs: document placeholder and autofocus widget props (#1223)
0f4889c
Add Mozilla Code of Conduct file (#1240)
de79e37
Fix #1233 : Exclude File object from isObject detection (#1234)
3afb5f9
Removed throwing error when there's an extraneous property in ui:order (#814)
9104a71
fix: schema is not an html attribute (#946)
b096c99
#804 - Bug Fix - Empty divs are created (#1218)
d9bcf1a
Basic support for 'nullable' types (#1213)
d22c1c7
fix: playground dependencies demos with plain text (#1215)
There are 37 commits in total.
See the full diff
dependency
react-jsonschema-form was updated from 1.4.1
to 1.5.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 37 commits.
45ff77f
Bump version 1.5.0
c5e8899
Add NullField (#1238)
ac397ca
fix: do not error when File is not defined (#1253)
06b5e2f
fix mistake in validation docs (#1251)
e409be5
Custom string formats (#1186)
f8d0d45
use select widget to render oneOf / anyOf control (#1220)
73b1458
Bump version 1.4.0
889871f
docs: document placeholder and autofocus widget props (#1223)
0f4889c
Add Mozilla Code of Conduct file (#1240)
de79e37
Fix #1233 : Exclude File object from isObject detection (#1234)
3afb5f9
Removed throwing error when there's an extraneous property in ui:order (#814)
9104a71
fix: schema is not an html attribute (#946)
b096c99
#804 - Bug Fix - Empty divs are created (#1218)
d9bcf1a
Basic support for 'nullable' types (#1213)
d22c1c7
fix: playground dependencies demos with plain text (#1215)
There are 37 commits in total.
See the full diff
dependency
react-jsonschema-form was updated from 1.5.0
to 1.6.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 54 commits.
83be940
Bump version 1.6.0
59f9d26
Allowing AnyOfField or OneOfField to use schema (#1302)
41fce4a
Ensure defaults are passed along for multiselect arrays when minItems⦠(#1264)
2a7e4e1
Pass along label/placeholder/registry for custom multiselect widgets. (#1301)
bf0e8b8
remove describe.only for tests (#1305)
09fda84
Default type to object
if undefined (#1292)
388612e
Fix defaults with oneof/anyof and nested dependencies (#1304)
e6518e2
#1209 | allow widget to be wrapped as React.ForwardedRef (#1227)
cc7e1b4
Added withTheme HOC (#1226)
7530230
Added example for collapsing fields. (#1294)
48742bf
Fix file widget tests (#1285)
67d17dd
Correctly use $ref when matching options with oneOf (#1287)
98952b7
Support readOnly
property from latest validation draft (#1282)
1ee343d
Make numbers nullable by allowing null values to be echoed from asNumber() (#1269)
fba5bee
Fix/warn unknown formats (#1277)
There are 54 commits in total.
See the full diff
dependency
react-jsonschema-form was updated from 1.6.0
to 1.6.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
dependency
react-jsonschema-form was updated from 1.6.1
to 1.7.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
min
and max
props (#1341)form
(#1345)ui:FieldTemplate
, ui:ArrayFieldTemplate
, and ui:ObjectFieldTemplate
to uiSchema
(#1152)formContext
to SchemaField
(#1330)The new version differs by 80 commits.
4245c7b
Bump version 1.7.0
310b8a5
Added ui:*Template
properties (#1152)
3abba3e
Add liveOmit to playground (#1356)
59fae44
Prevent submit from propagating. (#1336)
946c621
chore: replace react-addons-test-utils with react-dom/test-utils (#1342)
20796c2
Array items now have unique, stable keys (#1046) (#1335)
07b07b1
Added all default widgets to documentation (#1350)
750f5cb
Fixed schema type not being deduced correctly in compute defaults (#1334) (#1338)
7827ab0
Allows for a custom tagName to be used in place of "form" (#1345)
4ca4e66
feat: pass maximum and minimum to NumberField (#1341)
a8319d7
pass formContext to SchemaField (#1330)
e98a016
[WIP] Live omit (#1332)
fe62b49
Minor changes: added lodash get to package.json, rename toNameSchema to toPathSchema (#1331)
a9e950a
Merge branch 'omit-extra-data' of https://github.com/CodeGains/react-jsonschema-form into CodeGains-omit-extra-data
9786567
Fix nested dependencies updating (#1320)
There are 80 commits in total.
See the full diff
dependency
react-jsonschema-form was updated from 1.7.0
to 1.8.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 100 commits.
ff3de9b
Bump version 1.8.0
4251a2c
Fix omitExtraData bugs for nested empties and nonspecified objects (#1419)
d2112d3
Adding support for $ref pointers to additionalProperties. (#1402)
642ad56
Fix: apply netlify badge settings to all builds, not just deploy previews
1c856b9
Fix omitData for top level array (#1406)
df8499c
Encode checkbox settings in playground (#1403)
21976bc
Key changes on additionalProperties items no longer suffer data loss. (#1401)
90f50c3
fix publicPath for netlify deploy previews (#1413)
20ff3b9
Allow "0." to be typed in to a text widget (#1360)
ab5623f
Issue1362 (#1386)
d7b26fb
add missing space in paragraph (#1384)
63c6127
fix: fix webpack public path for playground (#1379)
b36d9d2
Use monaco for playground (#1374)
6728977
Fix dependency defaults for uncontrolled components (#1371)
45ec5f6
Format tests (#1372)
There are 100 commits in total.
See the full diff
The dependency react-jsonschema-form was updated from
1.2.0
to1.2.1
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
react-jsonschema-form is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/joabakk/signalk-pebble-mydata/builds/488669220?utm_source=github_status&utm_medium=notification)).Release Notes for v1.2.1
Bug fixes
anyOf
actually supportsoneOf
as well (#1133) and can work inside array items (#1131).hidden
fields (#978).data
URLs are now URI encoded (#967).$ref
schemas inside a$ref
(#1142).anyOf
branch was not selected correctly (#1129).div
instead ofp
to wrap submit buttons (#766).uiSchema
supportsadditionalProperties
(#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!
Commits
The new version differs by 38 commits.
a1eedfb
Bump v1.2.1
174e136
Fix uiSchema for additionalProperties (#1144)
2368740
replace submit button paragraph tag with div (#766)
2ccfa7e
Fixes #824 (#1147)
2de683e
Fix bug where matching anyOf branch is not selected correctly (#1129)
2685047
Document a gotcha with
additionalProperties
(#1149)15bc751
doc: add permalinks and fix internal hyperlinks in documentation
8db0f3b
Merge branch 'master' of https://github.com/mozilla-services/react-jsonschema-form
9fdab86
doc: add doc build instructions, update PR/issue templates with doc links
3f35d78
Add onBlur and onFocus events for radio and checkbox widgets (#1143)
a426124
add ui:help tips (#1145)
bc15e23
doc: fix browserstack logo size
f62cfc4
docs: remove docs from README and link to readthedocs #1138
7e74bb6
doc: organize docs into separate files #1138
67ff7da
doc: add browserstack logo #990
There are 38 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: