Skip to content

Releases: CuppaLabs/angular2-multiselect-dropdown

Bug fixes

18 Aug 20:44
Compare
Choose a tag to compare
4.6.0

docs update

Group By, clear all option and Bug fixes

10 Aug 19:57
Compare
Choose a tag to compare

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

Group By Events and Bug fixes

21 Jun 19:23
Compare
Choose a tag to compare
  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.

Methods and Events bug fixes and Updated examples

14 Jan 07:05
Compare
Choose a tag to compare
  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.

Angular v6.0.0 migration and Package format change. New feature of Add item

11 Nov 17:10
Compare
Choose a tag to compare
  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.

Lazy load data from API on scroll & Select one group at a time

21 Sep 20:04
Compare
Choose a tag to compare
  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.

GroupBy / Lazyloading / Virtual Scroll filtering Issues and Build Error Fix

14 Sep 16:03
Compare
Choose a tag to compare
  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.

Themes and Default theme and bug fixes

10 Sep 19:04
Compare
Choose a tag to compare
  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

Search filter select all feature & bug fixes

07 Sep 19:34
Compare
Choose a tag to compare
  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

Custom Search API - Search filter algorithm - new feature

22 Apr 13:59
Compare
Choose a tag to compare

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