File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change 11{
22 "name" : " myr" ,
3- "version" : " 2.4 .0" ,
3+ "version" : " 3.0 .0" ,
44 "private" : false ,
55 "engines" : {
66 "node" : " ^12.18.2"
You can’t perform that action at this time.
0 commit comments