Commit c81fe82d by E. Kolpakov

Version bump: v2.0.9

parent f435c5b7
...@@ -9,7 +9,7 @@ install: ...@@ -9,7 +9,7 @@ install:
- "sh install_test_deps.sh" - "sh install_test_deps.sh"
- "pip uninstall -y xblock-drag-and-drop-v2" - "pip uninstall -y xblock-drag-and-drop-v2"
- "python setup.py sdist" - "python setup.py sdist"
- "pip install dist/xblock-drag-and-drop-v2-2.0.8.tar.gz" - "pip install dist/xblock-drag-and-drop-v2-2.0.9.tar.gz"
script: script:
- pep8 drag_and_drop_v2 tests --max-line-length=120 - pep8 drag_and_drop_v2 tests --max-line-length=120
- pylint drag_and_drop_v2 - pylint drag_and_drop_v2
......
Version 2.0.9 (2016-09-01)
--------------------------
* ([#88](https://github.com/edx-solutions/xblock-drag-and-drop-v2/pull/88)) Cleaned up studio editor template: styling, help texts, accessibility attributes, classes instead of IDs, etc.
* ([#95](https://github.com/edx-solutions/xblock-drag-and-drop-v2/pull/95)) Fixed flaky selenium tests
* ([#85](https://github.com/edx-solutions/xblock-drag-and-drop-v2/pull/85)) Accessibility improvements for item feedback popup
* ([#73](https://github.com/edx-solutions/xblock-drag-and-drop-v2/pull/73)) Accessibility improvements for item, zone and background image when using keyboard mode
* ([#96](https://github.com/edx-solutions/xblock-drag-and-drop-v2/pull/96)) Decoy items are properly accounted for in grade calculation and problem completion condition
* ([#98](https://github.com/edx-solutions/xblock-drag-and-drop-v2/pull/98)) Support for legacy item state
* ([#92](https://github.com/edx-solutions/xblock-drag-and-drop-v2/pull/92)) Prevented overlapping item placement: option to keep dropped item where learner dropped it was removed; items always use automatic layouts (left/center/right)
* ([#93](https://github.com/edx-solutions/xblock-drag-and-drop-v2/pull/93)) Per-item error feedback is shown in assessment mode when an attempt is submitted
Version 2.0.8 (2016-08-15) Version 2.0.8 (2016-08-15)
-------------------------- --------------------------
......
...@@ -23,7 +23,7 @@ def package_data(pkg, root_list): ...@@ -23,7 +23,7 @@ def package_data(pkg, root_list):
setup( setup(
name='xblock-drag-and-drop-v2', name='xblock-drag-and-drop-v2',
version='2.0.8', version='2.0.9',
description='XBlock - Drag-and-Drop v2', description='XBlock - Drag-and-Drop v2',
packages=['drag_and_drop_v2'], packages=['drag_and_drop_v2'],
install_requires=[ install_requires=[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment