Skip to content

Releases: engaging-computing/MYR

Version 3.1.2

25 Apr 15:27
0f7787e
Compare
Choose a tag to compare

Fixes a bug where scenes without a name can crash the client application.

Version 3.1.1

22 Apr 15:31
1a28153
Compare
Choose a tag to compare
  • Patched font-size bug, previously changing font-size would clear code in the editor
  • Dependency updates
  • nvmrc file updated (10.13 -> 12.18)

Version 3.1.0

01 Mar 19:10
04132a6
Compare
Choose a tag to compare
  • 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

API Updates and Dependency Updates Oh My!

16 Nov 02:52
ce23c8b
Compare
Choose a tag to compare

🚨 Breaking Changes 🚨

  • 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

🔧 Minor Changes 🔧

  • Misc. Package dependency updates
  • Moved Model and Asset reference to their own page
  • Removed broken links to non-existent example pages

VR/AR Button fix, bugfixes, and autocomplete

09 Jun 17:25
82a7b0c
Compare
Choose a tag to compare
  • Updated VR/AR buttons to be spaced out
  • Fixed bug where colorshift would always choose white for it's initial color
  • Updated autocompelete to put cursor in between parenthesis instead of after
  • Fixed a bug where a pushable entity would not be able to be pushed (makePushable)

Flying Controls, new defaults, and bugfixes

16 Apr 17:56
684ffa2
Compare
Choose a tag to compare
  • Adds Minecraft style flying controls
    • Removes flying setting toggle
  • Updates default scene to show helper grid by default
  • MYR provided textures are now case insensitive
  • Textures can be tiled
  • Fixes black flickering bug when entering VR mode on mobile
  • Spelling fixes
  • Updated AFrame to use v1.x.y

Lights and Textures

05 Mar 00:17
e646918
Compare
Choose a tag to compare
  • Adds Lighting features to MYR
  • Adds Texture features to MYR
  • Updates copyright in the footer to be in the form 2018 - <current year>

Updates, Documentation and Configurations

03 Feb 00:16
812b44d
Compare
Choose a tag to compare
  • Updates Material UI to 4.11.2
  • Add esdoc for code documentation
  • Adds a dependabot configuration file so it will make usable pull requests

Object Transparency, Analytics, Bug Fixes

30 Nov 17:14
047ecb9
Compare
Choose a tag to compare
  • Added object transparency
  • Page titles are not all Myr.js
  • Fixed bug where save prompt would not appear
  • Added missing default argument to setRotation
  • Track UID in Analytics

Token Expiration Fix

20 Jul 01:48
69cbd0d
Compare
Choose a tag to compare
  • Fixed issue where tokens would expire after one hour and not be refreshed

If you haven't already read them, please also read the very important v2.0.0 release notes.