-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #521 from engaging-computing/dev
Release v3.0.0
- Loading branch information
Showing
28 changed files
with
43,508 additions
and
21,416 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#The client ID should NOT start with http or https! This will cause authentication failure! | ||
REACT_APP_GOOGLE_CLIENTID=<Required for authenticting with the backend, get this from a team member> | ||
REACT_APP_GOOGLE_CLIENTID=<Required for authenticting with the backend, get this from a team member> |
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 |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
"curly": "warn", | ||
"no-lonely-if": "warn", | ||
"no-console": [ | ||
"error", | ||
"warn", | ||
{ | ||
"allow": [ | ||
"warn", | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ jobs: | |
ci-checks: | ||
runs-on: ubuntu-latest | ||
container: | ||
image: node:10.13 | ||
image: node:12.18 | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
|
@@ -15,11 +15,15 @@ jobs: | |
with: | ||
path: node_modules | ||
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} | ||
- name: Reconfigure git to use HTTP authentication | ||
run: > | ||
git config --global url."https://github.com/".insteadOf | ||
ssh://[email protected]/ | ||
- name: Fetch packages | ||
run: npm ci | ||
run: npm install | ||
- name: Run Linter | ||
run: npm run lint | ||
- name: Run unit tests | ||
run: npm test | ||
- name: Build production build | ||
run: npm run build | ||
run: npm run build |
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 +1 @@ | ||
10.13 | ||
10.13 |
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 |
---|---|---|
|
@@ -9,10 +9,17 @@ The Engaging Computing Group develops new technologies to enable learners—yout | |
## Status | ||
[![CircleCI](https://circleci.com/gh/engaging-computing/MYR.svg?style=shield)](https://circleci.com/gh/engaging-computing/MYR) | ||
|
||
## Change Log - 2.3.1 -> 2.4.0 | ||
- Added ability to import custom GLTF models into a scene | ||
- Added a keyboard shortcut information menu | ||
- Added a slider for setting the movement speed in a scene | ||
## Change Log - 2.4.0 -> 3.0.0 | ||
- Removed undocumented aliases for `box` and `prisim` | ||
- All scenes using these aliases have been automatically changed to reflect the new API | ||
- Changed the behavior of `getRandomColor` to only return a random color | ||
- Added `setRandomColor` to behave like `getRandomColor` did previously | ||
- A migration has updated scenes to be properly using these functions | ||
- If your scene broke as a result of this update, please let us know [[email protected]](mailto:[email protected]) | ||
- Misc. Package dependency updates | ||
- Moved Model and Asset reference to their own page | ||
- Removed broken links to non-existent example pages | ||
|
||
|
||
|
||
## Acknowledgments | ||
|
Oops, something went wrong.