-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev/10.1.0 #1545
Merged
Merged
Dev/10.1.0 #1545
Conversation
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
… guest access mode on a student made widget
…ng with invalid login alert modal.
… image size of user avatars in search results
Add guides.css to MWD
…rl-race-condition Triage fixes for LTI score passback bug
Issue/settings dialog
…a new commons file, updated JS group config to match
Issue/1508 pagination
…mizations JS import optimizations
…n drag-and-drop component. Removed deprecated externals blocks from webpack configs.
…from changing embedded-only
Fix settings dialog
FrenjaminBanklin
approved these changes
Feb 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing strange or erroneous came up in the usual functionality run-through in the QA context.
This looks good to go.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v10.1.0 will be the next planned Materia update. New features should target this branch.
guides.scss
stylesheet to the MWD whitelist (Add guides.css to MWD #1539 )node-sass
package withsass
(Replace Node Sass with Dart Sass #1551)scoreScreenUrl
references in player component to avoid race conditions (Triage fixes for LTI score passback bug #1560 part 1)log_play
environment data when the value is unset or missing in session (Triage fixes for LTI score passback bug #1560 part 2)access.log
from spamming the docker log stream (Nullify php-fpm log spam #1548)basic_author
role (Issue/settings dialog #1540 part 1, Fix settings dialog #1564)react
andreact-dom
are no longer globally imported through a JS group. Addedoptimization
block to webpack to create a chunk of common node module dependencies calledcommons.js
that's imported as part of thereact
JS group. Significantly reduced footprint of individual page JS files due to de-duplication (JS import optimizations #1563)