Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.2.6 | Name for reference examples, prompt before exiting (#251)
* Fixed makeUnPushable/unDroppable bug, fixed animation bugs on render, and added a loading screen/overlay while waiting for view to mount * Fixed formatting, moved render bug fix to state, removed loading screen changes * Render changes reversed * Resolved merge conflicts * create new commit in different branch to hope that it didn't highlight unnecessary code * Added makeUnDroppable/Pushable back to reference * Added makeUnDroppable/Pushable back to autocomplete * 1.2.3 change log * 1.2.3 change log * Disabled save, recover, play, and stop buttons in header and sidebar when reference is open in new tab. (#222) * added makeSubtractive() function to enable subtractive geometry for MYR entities * cleaned up makeSubtractive() function * last commit broke subtractive geometry. this one fixes it. * added make(Un)Subtractive and make(Un)Pushable commands to the editor autocompleter * updated Reference.js and Myr.js * added documentation for makeSubtractive/makeUnSubtractive in reference section * changed wording in reference section * slight change to addtive/subtractive mixins * minor change to mixins, and also readded make(Un)Droppable() to the completer * reverted changes to reference, fixed some formatting in MyrTour.js * updated dependencies * updated dependencies to use new fork of aframe-csg-meshs * updated subtractive geometry to work with groups * disabled save, play, stop, and recover when reference is open in new tab * disabled buttons in sidebar via button styles rather than hiding them altogether * added tests for subtractive functions * re-removed makeUnDroppable/makeUnPushable from the autocomplete * Revert "re-removed makeUnDroppable/makeUnPushable from the autocomplete" This reverts commit 1e564c2. * Revert "Merge branch 'dev' of github.com:samuel-zuk/MYR" This reverts commit feade46, reversing changes made to c4cdcd5. * Revert "Merge branch 'dev' of https://github.com/engaging-computing/MYR into dev" This reverts commit 1ac632d, reversing changes made to 7dd0f1f. * changed appearance of render/stop buttons when on reference page * reverted merge conflicts * increased stop/start button thickness on reference page * let -> const * Render button should behave properly/the same as crtl enter (#237) * Fixed bug where view only toggle doesn't work in courses (#238) * Render button should behave properly/the same as crtl enter * Fixed bug where view only toggle doesn't work in courses * removed unnecessary lines of code * Update README.md * View only on RefEx, ctrl+shift+s rename, eslint, and formatting galore (#244) * ctrl+shift+s allows for naming project * View only works on reference examples * Fixed typo * Removed static.json * Formatted all files * Configure eslint and lint all files * Lint in CI * Lint in CI * Firebase import updates * Fix eslint in firebase key for CI * package.json version number * Change log for 1.2.5 * Update README.md * Error handling for reference examples and add to eslint rules (#247) * ctrl+shift+s allows for naming project * View only works on reference examples * Fixed typo * Removed static.json * Formatted all files * Configure eslint and lint all files * Lint in CI * Lint in CI * Firebase import updates * Fix eslint in firebase key for CI * Fix merge conflict * Disallow the use of var * Prefer const to eslint * Comment out prefer const for later * Added eqeqeq and curly to eslint * Error -> warn * Update .eslintrc.json * Update .eslintrc.json * Update .eslintrc.json * Update .eslintrc.json * Update change log 1.2.5 * Prefer const is too strict for react * add name and description for reference example when saving (#250) * 1.2.6 change log * Update version # * editor with change will now show the confirmation window before exit (#252) * Update README.md
- Loading branch information