-
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 #540 from kdvalin/rc/3.2.0
Release Canidate 3.1.0
- Loading branch information
Showing
2 changed files
with
7 additions
and
11 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 |
---|---|---|
|
@@ -9,16 +9,12 @@ 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.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 | ||
## Change Log - 3.0.0 -> 3.1.0 | ||
- Updated sorting for user projects to be case insensitive. | ||
- Added ability to change code font size for an account. | ||
- Added transparency to helper grid | ||
- Additional Documentation for development. | ||
- Misc. Dependency updates | ||
|
||
|
||
|
||
|
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 @@ | ||
{ | ||
"name": "myr", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"private": false, | ||
"engines": { | ||
"node": "^12.18.2" | ||
|