Skip to content

Commit 02b5734

Browse files
Bump to version 2.1.4
Bump to version 2.1.4
1 parent f66985a commit 02b5734

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
- 2.1.4
4+
* Fix: In `StepperCollection` only immediate children are considered as `StepperSteps`. This
5+
caused problems when nesting collections.
6+
* Fix race condition during initialization of `RichtextArea` widget: This web component might
7+
already have been initialized, before `FieldGroup` was constructed.
8+
* Improve readablility: Use emdash in Date(Time)Range widget to separate from – until datetimes.
9+
* Fix rare problem when dragging a sortable collection.
10+
* Improve UX: Set background-color for smoother dragging of a `FormCollection`.
11+
* Fix: Accept Date(Time)Range objects delivered by Postgres in associated widgets.
12+
* Improve UX: When sorting form collections, the trash symbol now is hidden to prevent confusion.
13+
* Fix: add extra check to see if instance marked for removal has already been deleted.
14+
* Improve UX: Make disabled `Selectize` widgets better distinguishable by applying opacity to
15+
the whole widget.
16+
* Fix regression from 2.1.3: Hover in Calendar over prev and next button highlights until start
17+
or begin of calendar sheet, even in non-range mode.
18+
319
- 2.1.3
420
* The `Selectize` widget never renders the `empty_label` provided by the field. Instead, the user
521
can remove the selected option, unless the field is marked as required.

formset/__init__.py

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

0 commit comments

Comments
 (0)