|
1 | 1 | Drag and Drop XBlock changelog
|
2 | 2 | ==============================
|
3 | 3 |
|
| 4 | +Version 2.2.10 (2020-04-14) |
| 5 | +--------------------------- |
| 6 | + |
| 7 | +* Fix bug where 'edx.drag_and_drop_v2.feedback.opened' event was sent to publish_event endpoint excessively on mouse move. (PR #238) |
| 8 | + |
| 9 | +Version 2.2.9 (2020-04-03) |
| 10 | +-------------------------- |
| 11 | + |
| 12 | +* Updated fragment import to remove deprecation warning which was causing extra logs in Splunk etc. |
| 13 | + |
| 14 | +Version 2.2.8 (2020-01-13) |
| 15 | +-------------------------- |
| 16 | + |
| 17 | +* Updated code to render custom zone title as HTML |
| 18 | + |
| 19 | +Version 2.2.7 (????-??-??) |
| 20 | +------------------- |
| 21 | + |
| 22 | +* NOTE: This version was skipped / is not documented. |
| 23 | + |
| 24 | +Version 2.2.6 (2019-10-08) |
| 25 | +-------------------------- |
| 26 | + |
| 27 | +* Python3 compatible. |
| 28 | + |
| 29 | +Version 2.2.5 (2019-10-04) |
| 30 | +-------------------------- |
| 31 | + |
| 32 | +* This repository is now python3 compatible. |
| 33 | +* Update the xblock-sdk hash which is python3 compatible also. |
| 34 | + |
4 | 35 | Version 2.2.4 (2019-07-30)
|
5 | 36 | ---------------------------
|
6 | 37 |
|
@@ -56,7 +87,7 @@ Version 2.1.5 (2017-11-06)
|
56 | 87 | Version 2.1.4 (2017-11-06)
|
57 | 88 | ---------------------------
|
58 | 89 |
|
59 |
| -* Make XBlock always emit `progress` event explicitly when it is marked as complete. |
| 90 | +* Make XBlock always emit `progress` event explicitly when it is marked as complete. |
60 | 91 |
|
61 | 92 | Version 2.1.3 (2017-10-05)
|
62 | 93 | ---------------------------
|
@@ -92,7 +123,7 @@ Version 2.0.12 (2016-11-08)
|
92 | 123 | * [SOL-2094][sol-2094] Fixed problem preventing DnDv2 blocks from being scored or graded.
|
93 | 124 | * Highest grade achieved is now displayed in feedback area
|
94 | 125 | * Renamed "Maximum score" field to "Problem Weight" to be in line with CAPA problems and avoid confusion.
|
95 |
| - |
| 126 | + |
96 | 127 | [sol-2030]: https://openedx.atlassian.net/browse/SOL-2030
|
97 | 128 | [sol-2094]: https://openedx.atlassian.net/browse/SOL-2094
|
98 | 129 |
|
|
0 commit comments