Skip to content

Commit

Permalink
Merge pull request #520 from kdvalin/rc/3.0.0
Browse files Browse the repository at this point in the history
Release Canidate 3.0.0
  • Loading branch information
kdvalin authored Nov 16, 2021
2 parents dad9013 + 27cee4b commit 5ab5b08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myr",
"version": "2.4.0",
"version": "3.0.0",
"private": false,
"engines": {
"node": "^12.18.2"
Expand Down

0 comments on commit 5ab5b08

Please sign in to comment.