Skip to content

Commit 30bbb33

Browse files
committed
Bump to version 1.7.1
1 parent 61e85c1 commit 30bbb33

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Changes
22

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+
311
- 1.7
412
* Main feature of this release: Add component ``StepperCollection`` allowing to fill out forms
513
step by step.

formset/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = 1, 7
1+
VERSION = 1, 7, 1
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)