Skip to content

Commit 7108bf3

Browse files
committed
Merge branch 'master' of github.com:KeroVieux/react-jsonschema-form
* 'master' of github.com:KeroVieux/react-jsonschema-form: updated replace submit button paragraph tag with div (rjsf-team#766) Fixes rjsf-team#824 (rjsf-team#1147) Fix bug where matching anyOf branch is not selected correctly (rjsf-team#1129) Document a gotcha with `additionalProperties` (rjsf-team#1149) doc: add permalinks and fix internal hyperlinks in documentation doc: add doc build instructions, update PR/issue templates with doc links Add onBlur and onFocus events for radio and checkbox widgets (rjsf-team#1143) add ui:help tips (rjsf-team#1145) doc: fix browserstack logo size docs: remove docs from README and link to readthedocs rjsf-team#1138 doc: organize docs into separate files rjsf-team#1138 doc: add browserstack logo rjsf-team#990 Add test and update documentation for using anyOf inside array items (rjsf-team#1131) # Conflicts: # src/components/Form.js
2 parents 23303f5 + a6fd525 commit 7108bf3

19 files changed

+2154
-3543
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
npm-debug.log
22
node_modules
33
build
4+
_build
5+
site
46
dist
57
lib
68
yarn.lock

ISSUE_TEMPLATE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
### Prerequisites
22

3-
- [ ] I have read the [documentation](https://github.com/mozilla-services/react-jsonschema-form/blob/master/README.md#readme);
3+
- [ ] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/);
44
- [ ] In the case of a bug report, I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers.
5+
- [ ] Ideally, I'm providing a [sample JSFiddle](https://jsfiddle.net/n1k0/f2y3fq7L/6/) or a [shared playground link](https://mozilla-services.github.io/react-jsonschema-form/) demonstrating the issue.
56

67
### Description
78

@@ -13,8 +14,6 @@
1314
2. [Second Step]
1415
3. [and so on...]
1516

16-
Ideally, I'm providing a [sample JSFiddle](https://jsfiddle.net/n1k0/f2y3fq7L/6/) or a [shared playground link](https://mozilla-services.github.io/react-jsonschema-form/) demonstrating the issue.
17-
1817
#### Expected behavior
1918

2019
[What you expected to happen]

PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ If this is related to existing tickets, include links to them as well.
77
### Checklist
88

99
* [ ] **I'm updating documentation**
10-
- [ ] I've checked the rendering of the Markdown text I've added
11-
- [ ] If I'm adding a new section, I've updated the Table of Content
10+
- [ ] I've [checked the rendering](https://react-jsonschema-form.readthedocs.io/en/latest/#contributing) of the Markdown text I've added
1211
* [ ] **I'm adding or updating code**
1312
- [ ] I've added and/or updated tests
14-
- [ ] I've updated docs if needed
13+
- [ ] I've updated [docs](https://react-jsonschema-form.readthedocs.io/) if needed
1514
- [ ] I've run `npm run cs-format` on my branch to conform my code to [prettier](https://github.com/prettier/prettier) coding style
1615
* [ ] **I'm adding a new feature**
1716
- [ ] I've updated the playground with an example use of the feature

0 commit comments

Comments
 (0)