We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e85c1 commit 30bbb33Copy full SHA for 30bbb33
CHANGELOG.md
@@ -1,5 +1,13 @@
1
## Changes
2
3
+- 1.7.1
4
+ * Stepper was not invalidated if invalid data was filled into previous form.
5
+ * Richtext Area (fix #198): Styles of separator in menubar of RichtextArea were not aligned properly.
6
+ * Richtext Area: Fix scoping problem with nested Richtext editors.
7
+ * Richtext Area: Make scrollbar appear in contenteditable only.
8
+ * Richtext Area: Upgrade to TipTap version 2.11.5.
9
+ * Richtext Area (fix #191): Do not blur wrapper element if clicked element is part of it.
10
+
11
- 1.7
12
* Main feature of this release: Add component ``StepperCollection`` allowing to fill out forms
13
step by step.
formset/__init__.py
@@ -1,2 +1,2 @@
-VERSION = 1, 7
+VERSION = 1, 7, 1
__version__ = '.'.join(map(str, VERSION))
0 commit comments