Skip to content

Commit 5ab5b08

Browse files
authored
Merge pull request #520 from kdvalin/rc/3.0.0
Release Canidate 3.0.0
2 parents dad9013 + 27cee4b commit 5ab5b08

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ The Engaging Computing Group develops new technologies to enable learners—yout
99
## Status
1010
[![CircleCI](https://circleci.com/gh/engaging-computing/MYR.svg?style=shield)](https://circleci.com/gh/engaging-computing/MYR)
1111

12-
## Change Log - 2.3.1 -> 2.4.0
13-
- Added ability to import custom GLTF models into a scene
14-
- Added a keyboard shortcut information menu
15-
- Added a slider for setting the movement speed in a scene
12+
## Change Log - 2.4.0 -> 3.0.0
13+
- Removed undocumented aliases for `box` and `prisim`
14+
- All scenes using these aliases have been automatically changed to reflect the new API
15+
- Changed the behavior of `getRandomColor` to only return a random color
16+
- Added `setRandomColor` to behave like `getRandomColor` did previously
17+
- A migration has updated scenes to be properly using these functions
18+
- If your scene broke as a result of this update, please let us know [support@learnmyr.org](mailto:support@learnmyr.org)
19+
- Misc. Package dependency updates
20+
- Moved Model and Asset reference to their own page
21+
- Removed broken links to non-existent example pages
22+
1623

1724

1825
## Acknowledgments

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myr",
3-
"version": "2.4.0",
3+
"version": "3.0.0",
44
"private": false,
55
"engines": {
66
"node": "^12.18.2"

0 commit comments

Comments
 (0)