Releases: openedx/xblock-lti-consumer
Dynamic custom parameters support with the help of template parameter processors.
Able to set dynamic custom parameters in the LTI consumer Xblock in Studio so that dynamic value should be resolved/substituted with a value resolved by the processor and added to the launch URL in order to be used by the provider as needed.
In order to make this happen, we must map the dynamic value template with the custom parameter processor in the LTI_CUSTOM_PARAM_TEMPLATES just like mentioned above, the custom parameter processor must be defined in the customer package.
If LTI_CUSTOM_PARAM_TEMPLATES is not defined, the dynamic custom parameters will not affect existing logic.
feat: styling for "new window" modal
Updated styling in the new modal fix for lti in new window modal to match the paragon styling.
What's Changed
- feat: style new window modal by @connorhaugh in #211
- chore: update version by @connorhaugh in #212
Full Changelog: 3.1.1...3.1.2
feat: Long-term fix for cross-origin iFrames
Our previous LTI Component XBlock provides an option to "View resource in a New Window", which uses JS to launch a new window/tab. These capabilities were removed in Chrome v92. Chrome provided a temporary work-around which we now use in production. But we now need to design and implement a longer term fix. These issues have since migrated to Safari, and “before other browsers implement this change, which they have indicated that they will” we need to resolve this issue with something other than band-aids. Google Chrome’s and Safari’s move, however, is aligned with making iFrame technology more secure, which we can read as a signal that the industry will continue to advance in the direction of iFrames. This fix replaces the browser dialog with a custom javascript one.
#204.
What's Changed
- build: latest pylintrc from edx-lint by @nedbat in #199
- Python Requirements Update by @edx-requirements-bot in #198
- Python Requirements Update by @edx-requirements-bot in #200
- Python Requirements Update by @edx-requirements-bot in #202
- Python Requirements Update by @edx-requirements-bot in #203
- Python Requirements Update by @edx-requirements-bot in #205
- feat: advertise constraints in setup.py by @edx-requirements-bot in #206
- Python Requirements Update by @edx-requirements-bot in #208
- fix: Long-term fix for cross-origin iFrames by @connorhaugh in #204
- Standardize version number placement by @aht007 in #207
- docs: reflect changes in changelog and version by @connorhaugh in #209
New Contributors
- @connorhaugh made their first contribution in #204
- @aht007 made their first contribution in #207
Full Changelog: 3.1.0...3.1.1
Added Django 3.2 support
Replace jsonfield2 with jsonfield
- Switched from
jsonfield2
tojsonfield
as the earlier one has archived and merged back in the latter one.
Fix: re-instate parameter processors code.
Somewhere between versions 2.0.0 and 2.1.0, the code to handle external parameter processors was dropped. This PR adds it back. Without this, external processors that are specified in the parameter processors settings are not called.
See #150 for more details.
Add Portuguese (Portugal) translation
Merge pull request #185 from fccn/pt_pt_translations Add Portuguese (Portugal) translation
Added multi device support on student_view
Edx mobile team has been working on this epic Open xBlocks in the Browser. To show xblock on mobile browser xblock needs to send student_view_multi_device as true. Therefore we have added its support.
3.0.0
Merge pull request #172 from open-craft/kshitij/bb-3899/pii-flag-cleanup refactor: Rename CourseEditLTIFieldsEnabledFlag to CourseAllowPIISharingInLTIFlag and use it for LTI1.3 [BD-38] [BB-3899] [TNL-8104]