Releases: openedx/xblock-drag-and-drop-v2
Fix over-reporting of 'edx.drag_and_drop_v2.feedback.opened' events
Fix bug where 'edx.drag_and_drop_v2.feedback.opened' event was sent to publish_event endpoint excessively on mouse move. (PR #238)
Updated fragment import to remove depreciation warning
Updated fragment import to remove deprecation warning which was causing extra logs in Splunk etc.
Render zone titles as HTML
Updated code to render custom zone title as HTML
Version bump to 2.2.6
Python3 compatible.
Python3 compatability
This repository is now python3 compatible.
Update the xblock-sdk hash which is python3 compatible also.
Add submission deadline checks
This release adds a new feature in the DnDXblockWithMixins, which impacts the submit button behavior in the Assessment Mode. Using the submission deadline checks in the InheritanceMixin, defined in edx-platform, the submit button will now be enabled/disabled based on the following fields:
- Course Pacing
- Subsection due date
- Grace Period
This addition will allow for stability in DnD w.r.t other problem types and the course teams will be encouraged to use this problem type in their exams without any fear of re-submission after the exam is past its due date.
v2.1.7
v2.1.5
Merge pull request #149 from thallada/thallada/v2.1.5 Bump version to v2.1.5