Skip to content

Releases: CuppaLabs/angular2-multiselect-dropdown

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

New features - list position and custom id property name

14 Apr 13:41
Compare
Choose a tag to compare

New features in this release

  1. Position of the dropdown list can be configured to 'top' or 'bottom'.
  2. Custom property in place of 'id' as primary key of the object in list. Default is 'id'.

Refer documentation for further information.

Bug fixes on dynamic data rendering

05 Apr 17:59
Compare
Choose a tag to compare
  1. Dynamic data rendering bug fix, when dropdown closed.
  2. Added examples to render "multiple dropdowns in one page" and "loading dynamic data from service"

Custom label property setting and bug fixes

23 Mar 18:42
Compare
Choose a tag to compare

New feature
Custom property name instead of default 'itemName'. Settings object has new propert 'labelKey' to be configurable

Bug fixes

  1. iPhone - close dropdown on click outside
  2. Search box does not clear when exiting dropdownlist when lazy loading is enabled.
  3. mesh search filter - Filter all properties in a dropdown item instead of only 'itemName'

Custom template for selected item Badge

09 Feb 18:26
Compare
Choose a tag to compare

New feature
Custom html for the selected item badge. Can use different item property names.

Lazy loading and css fixes

06 Jan 12:36
Compare
Choose a tag to compare

Lazy loading feature - To handle large data sets.
CSS fixes
Disable and enable mode changes fix.