Skip to content

Commit

Permalink
Bump to version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Feb 4, 2025
1 parent 61e85c1 commit 30bbb33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changes

- 1.7.1
* Stepper was not invalidated if invalid data was filled into previous form.
* Richtext Area (fix #198): Styles of separator in menubar of RichtextArea were not aligned properly.
* Richtext Area: Fix scoping problem with nested Richtext editors.
* Richtext Area: Make scrollbar appear in contenteditable only.
* Richtext Area: Upgrade to TipTap version 2.11.5.
* Richtext Area (fix #191): Do not blur wrapper element if clicked element is part of it.

- 1.7
* Main feature of this release: Add component ``StepperCollection`` allowing to fill out forms
step by step.
Expand Down
2 changes: 1 addition & 1 deletion formset/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = 1, 7
VERSION = 1, 7, 1
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 30bbb33

Please sign in to comment.