Releases: ucfopen/Materia-Server-Client-Assets
MSCA v2.4.2
Note: 2.4.2 and 2.4.1 are identical. NPM wouldn't allow 2.4.1 to be published, so we're arbitrarily bumping the version to 2.4.2.
This is a minor hotfix to address several rendering issues on the front-end related to altered data types returned by the API with Materia 9.0.2. It also includes a number of dependabot updates. With luck, this will also be the final MSCA release before the package is deprecated by Materia's upcoming React rewrite.
MSCA v2.4.0
MSCA v2.4.0 accompanies Materia version 9. It includes several notable features, in addition to bugfixes and dependency updates.
- Request access to widgets embedded in your course: At long last, you can more easily identify the owners and request access to widgets embedded in LMS courses you don't own. This often occurs when instructors inherit courses from other instructors - ownership of embedded content, like Materia widgets, is not automatically granted. (#125)
- Added support for model files (.obj) in the Media Importer (#127)
- Score screen postMessages now contain the score url, usable by external tools like Obojobo (#126)
- Added an extra permissions check in My Widgets to prevent users from loading certain content from widgets they don't own (#131)
- Removed travis configurations and replaced with GitHub Actions (#129)
- A big pile of dependabot updates
MSCA v2.2.0
This release of MSCA accompanies Materia version 7. For complete notes on the features associated with this release, be sure to check out the 7.0.1 release notes: https://github.com/ucfopen/Materia/releases/tag/v7.0.1
The full list of changes to follow:
- Improvements to the Settings and Widget Copy windows, including better clarifications about student author permissions and changes to how widget sharing works. (ucfopen/Materia#1289, ucfopen/Materia#1287)
- Adds additional explanatory text on the LTI preview/confirmation page (#90)
- Fixes the LTI picker not refreshing correctly when requested (#87)
- Beard Mode is now more consensual (ucfopen/Materia#1271)
- Adds data type check to Score Core (#95)
- Bumps angular to 1.8 (security vulnerability)
- Small security vulnerability updates and bug fixes
hub pr list --base dev/2.2.0 --state closed --format "- [#%I](%U) - %t%n
- #102 - Bump angular from 1.6.9 to 1.8.0
- #101 - Widget Copy modal & Settings updates to better clarify permissions
- #100 - Bump handlebars from 4.1.2 to 4.5.3
- #99 - Add a button to disable Beard Mode on the profile settings page.
- #95 - #78 Add data type check for scorecore
- #90 - #1066 Add inline info about previewing widgets and student view styling
- #87 - #1259 lti picker refresh fix
- #84 - Bump mixin-deep from 1.3.1 to 1.3.2
MSCA v2.1.1 Hotfix
- Adds a missing style to widget icon
.img-holder
to prevent icon "drooping" in the catalog. This appears to be limited to a recent version of Chrome.
MSCA v2.1.0
- Fixes default collaborator selection instead of a mysterious blank option (#1231)
- Fixes export options screen error when semester list is empty (#1243)
- Fixes formatting for long titles in LTI widget picker (#1129)
- Relocates logged in user in the header (#64)
- Adds export options for referrer URLs (#176)
- Fixes errors caused by unfiltered postMessages (#78)
- Adds clarifying information to Export Options modal concerning LTI launches (#1216)
- Minor styling tweaks to guide page iframes
- Support for participation score logging (#1217)
- Removes "group" field for widgets (#73)
MSCA v2.0.0
- node version bump from 6 to 12, dependencies upgraded (#60)
- updates to handle empty widget meta_data (#59)
- Widget lock message updated (#55)
- Widget Catalog and Detail page redesign (#52)
- Updates to widget edit locks & text indicating who can edit on my_widgets (#49)
- Updates to widget locking behavior and added UI elements related to publishing restrictions (#48)
- Adds support for restrict_publish options (#47)
- Prettier CI errors on Travis now less obscure (#44)
- Hotfix to correctly display copy dialog (previously using assignment instead of condition operator) (#43)
- Correctly sanitizes question and answer IDs from imported questions (#38)
- Removed css table styling in favor of table elements in the default score screen: should be deployed with Materia v5.0 (#32)