Skip to content

Commit 50c417b

Browse files
committed
fix Remove in subblocks
1 parent 1d26e7b commit 50c417b

8 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Django StreamField
22

33
This is a simple realisation of StreamField's idea of Wagtail CMS for plain Django admin or with Grappelli skin.
4-
Stable version: 2.0.7
4+
Stable version: 2.0.8
55

66
[Major changes (1.4.5 > 2)](changes2.0.md)
77

125 KB
Binary file not shown.
134 KB
Binary file not shown.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamfield_widget.js",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "",
55
"private": true,
66
"scripts": {

frontend/src/components/StreamBlock.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
></span>
9999
<span class="stream-model-subblock-handle">
100100
<span class="subblock-move"></span>
101-
<span class="subblock-delete" @click="deleteInstance(block.unique_id, item_id)"></span>
101+
<span class="subblock-delete" @click="$root.deleteInstance(block.unique_id, item_id)"></span>
102102
</span>
103103
<a class="stream-btn"
104104
:id="'change_id_' + instance_unique_id(block, item_id)"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="django-streamfield",
8-
version="2.0.7",
8+
version="2.0.8",
99
author="Yury Lapshinov",
1010
author_email="y.raagin@gmail.com",
1111
description="StreamField for native Django Admin or with Grappelli",

streamfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name = "streamfield"
2-
VERSION = "2.0.7"
2+
VERSION = "2.0.8"

streamfield/static/streamfield/streamfield_widget.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)