Releases: czeckd/angular-dual-listbox
Releases · czeckd/angular-dual-listbox
Version 7.0.0 (Angular 14)
Version 6.0.0 (Angular 10)
Update to Angular 10.
Version 4.7.0 (Angular 4+)
Added support for locale in the format object and allowing a function to be set for display.
Version 4.6.3 (Angular 4+)
Roll-up of all 4.6 changes to date.
Version 4.5.0 (Angular 4+)
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)
Support for multiple dual-listboxes on a single page.
Version 4.3.2 (Angular 4.x)
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)
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)
Support for source arrays of strings and other non-objects.
Version 4.2.0 (Angular 4.x)
Add format option to assign direction (left-to-right or right-to-left) and button names.