File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- VERSION = (2 , 1 , 3 )
1+ VERSION = (2 , 1 , 4 )
22__version__ = '.' .join (map (str , VERSION ))
You can’t perform that action at this time.
0 commit comments