-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/5.1.0: Final commit of version 5.1.0 Introduce new loadUserMediaOnRecord option
- Loading branch information
Showing
18 changed files
with
1,669 additions
and
9,924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//@ts-check | ||
|
||
// Note: whatever prettier defaults, remove | ||
|
||
/** @type {import('prettier').Config} */ | ||
const config = { | ||
"printWidth": 90, | ||
"semi": false, | ||
"singleQuote": true, | ||
"trailingComma": "none" | ||
}; | ||
|
||
module.exports = config; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
### TODOs | ||
| Filename | line # | TODO | ||
|:------|:------:|:------ | ||
| js/main.js | 162 | isn't 'form-' + formModel.get('id') the same as the formID already? | ||
| js/main.js | 230 | ask for an endpoint to process those special merge tags | ||
| js/main.js | 167 | isn't 'form-' + formModel.get('id') the same as the formID already? | ||
| js/main.js | 235 | ask for an endpoint to process those special merge tags | ||
| gulpfile.js | 65 | fix, sourcemaps do not seem to work (switch to webpack?) |
Binary file not shown.
Oops, something went wrong.