Skip to content

Releases: czeckd/angular-dual-listbox

Version 7.0.0 (Angular 14)

12 Oct 02:23

Choose a tag to compare

v7.0.0

Enable partial compilation for Ivy

Version 6.0.0 (Angular 10)

08 Jul 08:45
53c160b

Choose a tag to compare

Update to Angular 10.

Version 4.7.0 (Angular 4+)

22 Mar 09:05
3ea5c2d

Choose a tag to compare

Added support for locale in the format object and allowing a function to be set for display.

Version 4.6.3 (Angular 4+)

21 Mar 02:32
6adb6e7

Choose a tag to compare

Roll-up of all 4.6 changes to date.

Version 4.5.0 (Angular 4+)

09 Dec 08:10
e9c6401

Choose a tag to compare

Make disabled work on dual-list:

<dual-list [disabled]="true"></dual-list>

And, allow drag-and-drop to be disabled:

<dual-list [format]="{draggable:false}"></dual-list>

Version 4.4.0 (Angular 4.x)

06 Oct 19:57

Choose a tag to compare

Support for multiple dual-listboxes on a single page.

Version 4.3.2 (Angular 4.x)

08 Sep 09:40

Choose a tag to compare

Fixed issue that was causing duplications in the destination with the source was dynamically changing such as through a REST API.

Version 4.3.1 (Angular 4.x)

30 Aug 03:25

Choose a tag to compare

ModifiedbuildConfirmed to only call trueUp once all the moveItem calls are made. Prior behavior was to call trueUp per each moveItem.

Version 4.3.0 (Angular 4.x)

03 Aug 08:20

Choose a tag to compare

Support for source arrays of strings and other non-objects.

Version 4.2.0 (Angular 4.x)

10 May 08:26

Choose a tag to compare

Add format option to assign direction (left-to-right or right-to-left) and button names.