Upgrade diffDOM dependency

Features:

- Expose Diff object

Fixes:

- Reverse actions for modifyComment/Text
- Simplify diff on some text only diffs
- Simplify diff on single element removal
This commit is contained in:
Chris Hill-Scott
2016-09-01 11:22:52 +01:00
parent 8c8f321a11
commit b98b328d9b
2 changed files with 36 additions and 34 deletions
@@ -2,6 +2,7 @@
{% from "components/big-number.html" import big_number %} {% from "components/big-number.html" import big_number %}
{% from "components/show-more.html" import show_more %} {% from "components/show-more.html" import show_more %}
<div class="ajax-block-container">
{% if scheduled_jobs %} {% if scheduled_jobs %}
<div class='dashboard-table'> <div class='dashboard-table'>
<h2 class="heading-medium"> <h2 class="heading-medium">
@@ -36,3 +37,4 @@
{{ show_more() }} {{ show_more() }}
</div> </div>
{% endif %} {% endif %}
</div>
+1 -1
View File
@@ -20,7 +20,7 @@
"dependencies": { "dependencies": {
"babel-core": "6.3.26", "babel-core": "6.3.26",
"babel-preset-es2015": "6.3.13", "babel-preset-es2015": "6.3.13",
"diff-dom": "2.0.3", "diff-dom": "2.1.0",
"govuk-elements-sass": "1.1.1", "govuk-elements-sass": "1.1.1",
"govuk_frontend_toolkit": "4.6.0", "govuk_frontend_toolkit": "4.6.0",
"govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.18.0/jinja_govuk_template-0.18.0.tgz", "govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.18.0/jinja_govuk_template-0.18.0.tgz",