Angular2 Multiselect Dropdown Versions Save

Angular 2 Dropdown Multiselect

4.6.0

4 years ago

4.5.0

4 years ago

1)group by single selection bug fix 2) clear all option to remove all selected items. 3) style changes

4.2.6

4 years ago
  1. On select of a group event callback and on de-select a group event callback has been added. Check options section of the documentation.
  2. Bug fixes on selecting a group and filtering a grouped dropdown.
  3. undefined validations.

4.2.0

5 years ago
  1. stop propagation
  2. on close bug fix
  3. open and close on external buttons.
  4. click outside close dropdown
  5. click outside no more calls onClose event.

4.1.0

5 years ago
  1. Add new item, when search results, return no list items. use example https://cuppalabs.github.io/angular2-multiselect-dropdown/#/searchfilterAddNewItem
  2. Migration to Angular v6.
  3. New package format.

3.2.1

5 years ago
  1. Lazy load data from remote API on scroll. Refer documentation.
  2. Select one group at a time, when groupBy is enabled.
  3. bug fixes.

3.1.0

5 years ago
  1. GroupBy with virtual scrolling and lazyloading.
  2. GroupBy filtering featurechange.
  3. Build errors fix

Upcoming changes a) Remote Data API - Lazy loading and virtual scroll. b) Select one group at a time.

3.0.0

5 years ago
  1. From v3.0.0 onwards you need to add 'default.theme.css' file in angular-cli.json or angular.json, to render styles.
  2. Refer to documentation to know more about the theming and themes.
  3. You can create your own themes from now on. Refer to default.themes.scss in repository.
  4. GroupBy filter big fix

2.10.2

5 years ago
  1. New feature - 'Select all search results'
  2. clear search filter input using cross icon.
  3. Focus on dropdown on tab button in form.
  4. show and hide checboxes.
  5. hide select all when list is empty
  6. for 'single selection' mode
  7. bug fizs

2.9.0

6 years ago

Major features in this release with v2.9.0

  1. Custom Search API - The search box can be templatized and custom API search can be implemented.
  2. Filter algorithm update - The search filter can be configured to search only required properties in the list item.
  3. Removed font awesome dependency - The icons used in the dropdown are svg icon images from now on.

New configuration properties

  1. searchBy
  2. noDataLabel

Example demos for the above changes

custom search - https://cuppalabs.github.io/angular2-multiselect-dropdown/#/customSearchAPI searchBy - https://cuppalabs.github.io/angular2-multiselect-dropdown/#/customSearchAPI