-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Comparing changes
Open a pull request
base repository: rjsf-team/react-jsonschema-form
base: a9afe48adf5791c2054b58b851e51a9634a2f96e
head repository: rjsf-team/react-jsonschema-form
compare: f1f99ff4fdba623350c4c5f1570896b66304c802
Commits on Jan 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ca5ce74 - Browse repository at this point
Copy the full SHA ca5ce74View commit details
Commits on Apr 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c6591d2 - Browse repository at this point
Copy the full SHA c6591d2View commit details
Commits on Nov 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 951aa58 - Browse repository at this point
Copy the full SHA 951aa58View commit details -
Added ui:enumDisabled to CheckboxesWidget.js (#1082)
* Added ui:enumDisabled to CheckboxesWidget.js * prettier fix
Configuration menu - View commit details
-
Copy full SHA for a6d3179 - Browse repository at this point
Copy the full SHA a6d3179View commit details
Commits on Dec 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8d61038 - Browse repository at this point
Copy the full SHA 8d61038View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf3633 - Browse repository at this point
Copy the full SHA 5bf3633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad9a15 - Browse repository at this point
Copy the full SHA 1ad9a15View commit details
Commits on Dec 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 51caab6 - Browse repository at this point
Copy the full SHA 51caab6View commit details
Commits on Dec 13, 2018
-
Infer type from enum if a type is not provided to SelectWidget (#1100)
Connects to #1098 Change-type: minor Signed-off-by: Lucian <lucian.buzzo@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0ac0da7 - Browse repository at this point
Copy the full SHA 0ac0da7View commit details
Commits on Dec 21, 2018
-
Key-value pair in additional properties retains order when edited (#1101
Configuration menu - View commit details
-
Copy full SHA for ae9e58d - Browse repository at this point
Copy the full SHA ae9e58dView commit details
Commits on Jan 5, 2019
-
Docs updated: Firefox date, time support (#1115)
Firefox date, time input types partial support starting from Firefox 57
Configuration menu - View commit details
-
Copy full SHA for c5c52f1 - Browse repository at this point
Copy the full SHA c5c52f1View commit details
Commits on Jan 7, 2019
-
Fix failing unit tests related to time widget (#1119)
It appears that due to the recent change from 2018 to 2019, there is one additional year in the select list, which caused the unit tests to fail. Signed-off-by: Lucian <lucian.buzzo@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4b9c475 - Browse repository at this point
Copy the full SHA 4b9c475View commit details
Commits on Jan 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 65ca9de - Browse repository at this point
Copy the full SHA 65ca9deView commit details -
Add delete button for additionalProperties key-value pair (#1123)
* add del button functionality * delete unnecesary console.logs * fix tests * remove unnecesary console.log * Fix disappearing key-value pair and repair delete button * Add .vscode to gitignore * fix tests * Make test work for select/radio button * Add test cases * Remove one file from PR and one helper function * Add one classname for value input * remove accidentally added .vscode * linted codebase * remove inline styles, make use of bootstrap 3 styles and fix related tests * revert changes to .gitignore
Configuration menu - View commit details
-
Copy full SHA for 7379491 - Browse repository at this point
Copy the full SHA 7379491View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2364405 - Browse repository at this point
Copy the full SHA 2364405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ec3890 - Browse repository at this point
Copy the full SHA 4ec3890View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7027672 - Browse repository at this point
Copy the full SHA 7027672View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69211d9 - Browse repository at this point
Copy the full SHA 69211d9View commit details -
Change `div` to `ul`, update react key
Configuration menu - View commit details
-
Copy full SHA for 3d1524d - Browse repository at this point
Copy the full SHA 3d1524dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a37dd2 - Browse repository at this point
Copy the full SHA 3a37dd2View commit details -
Pass disabled and readonly to object field template (#1088)
* ObjectField passes readonly & disabled prop to template * Update README
Configuration menu - View commit details
-
Copy full SHA for a3e0e9a - Browse repository at this point
Copy the full SHA a3e0e9aView commit details -
Fix: #1104 Clear ajv errors before each validate (#1105)
* Clear ajv errors before validate it prevent persisting not wanted errors * #1104 Add link to issue on code
Configuration menu - View commit details
-
Copy full SHA for dfd3acc - Browse repository at this point
Copy the full SHA dfd3accView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6c867 - Browse repository at this point
Copy the full SHA 1a6c867View commit details -
Give ids to array and object fields (#1102)
* fix typo in css code * Give ids to array fields and object fields, give "root" id to the topmost fieldset
Configuration menu - View commit details
-
Copy full SHA for 597a7ba - Browse repository at this point
Copy the full SHA 597a7baView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a286a - Browse repository at this point
Copy the full SHA b5a286aView commit details
Commits on Jan 14, 2019
-
Handle sort arrays better (#1125)
* move array item from index to newIndex * formating * moved reordering to a function * adds test for array sorting
Configuration menu - View commit details
-
Copy full SHA for a2f3e68 - Browse repository at this point
Copy the full SHA a2f3e68View commit details -
Add preliminary support for the anyOf keyword (#1118)
* Add preliminary support for the anyOf keyword This change introduces support for the `anyOf` keyword. The keyword is NOT supported in arrays (using the `items` keyword). Options provided in the `anyOf` keyword are rendered using a new component called `AnyOfField` this can be overridden with a custom field using the `fields` property. Signed-off-by: Lucian <lucian.buzzo@gmail.com> * Refactor unnecessary .map * Change selected option based on form data * Update README * Update README FAQ * Share prop types between fields
Configuration menu - View commit details
-
Copy full SHA for 66d800e - Browse repository at this point
Copy the full SHA 66d800eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c81b02 - Browse repository at this point
Copy the full SHA 4c81b02View commit details
Commits on Jan 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f27a24d - Browse repository at this point
Copy the full SHA f27a24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f72be02 - Browse repository at this point
Copy the full SHA f72be02View commit details -
Expand anyOf support to also support oneOf (#1133)
Signed-off-by: Lucian <lucian.buzzo@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b068705 - Browse repository at this point
Copy the full SHA b068705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1941e76 - Browse repository at this point
Copy the full SHA 1941e76View commit details
Commits on Jan 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0a48b41 - Browse repository at this point
Copy the full SHA 0a48b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a1f754 - Browse repository at this point
Copy the full SHA 4a1f754View commit details -
Fix custom boolean option labels using oneOf schemas (#1137)
* Allow boolean option label overrides with oneOf schema * Add oneOf RadioWidget playground sample * Document oneOf RadioWidget usage * Allow boolean enum options to be re-ordered for consistency with oneOf behavior
Configuration menu - View commit details
-
Copy full SHA for 98d7bc3 - Browse repository at this point
Copy the full SHA 98d7bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c17f3bd - Browse repository at this point
Copy the full SHA c17f3bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 863912d - Browse repository at this point
Copy the full SHA 863912dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e67ad - Browse repository at this point
Copy the full SHA e4e67adView commit details
Commits on Jan 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7b87c82 - Browse repository at this point
Copy the full SHA 7b87c82View commit details -
Add encodeUriComponent to file name (#967)
Fix for non-standard file names (with spaces, apostrophes, etc) that prevent to be used.
Configuration menu - View commit details
-
Copy full SHA for 75571ba - Browse repository at this point
Copy the full SHA 75571baView commit details
Commits on Jan 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 55c0261 - Browse repository at this point
Copy the full SHA 55c0261View commit details -
#556 - handle recursive references to deep schema definitions (#1142)
* #556 - handle recursive references to deep schema definitions * test: add tests for recursive references * fix: handle multiple recursive references to deep schema definitions
Configuration menu - View commit details
-
Copy full SHA for cf46342 - Browse repository at this point
Copy the full SHA cf46342View commit details -
Configuration menu - View commit details
-
Copy full SHA for c43e504 - Browse repository at this point
Copy the full SHA c43e504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3606c7c - Browse repository at this point
Copy the full SHA 3606c7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fd711e - Browse repository at this point
Copy the full SHA 0fd711eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7339a09 - Browse repository at this point
Copy the full SHA 7339a09View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba833fa - Browse repository at this point
Copy the full SHA ba833faView commit details -
Add test and update documentation for using anyOf inside array items (#…
…1131) * Add test and update documentation for using anyOf inside array items Signed-off-by: Lucian <lucian.buzzo@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 251a274 - Browse repository at this point
Copy the full SHA 251a274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ff7da - Browse repository at this point
Copy the full SHA 67ff7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e74bb6 - Browse repository at this point
Copy the full SHA 7e74bb6View commit details
There are no files selected for viewing