Skip to content

Releases: softsimon/ngx-bootstrap-multiselect

v1.3.2

16 May 11:55
Compare
Choose a tag to compare

Fixes

  • Prevent propagating click event to parents (and thus closing the dropdown) #5
  • Fixed change detection when selecting a single element
  • Replaced & n b s p ; with css
  • Allow changing texts input and rerender placeholder on change
  • Toggle "open" class for container
  • Refactor: Split template and styles from component class and change file names according to ng conventions
  • Build: Improve build and release of npm packaging
  • add wrapper classes setting option & default make default wrapper class inline-block
  • add autofocus attribute to search text input to focus inside input element on dropdown open
    Don't emit dropdownClosed event if the dropdown isn't open!
    Fixes closed dropdowns emitting event when multiple instances are used on a page
  • Don't emit dropdownClosed event if the dropdown isn't open! Fixes closed dropdowns emitting event when multiple instances are used on a page

Many thanks to @chris--jones and @gund for fixes and improvements.

v1.1.0

19 Apr 14:05
Compare
Choose a tag to compare

Changes and fixes

  • Only select filtered search results when clicking "select all"
  • Angular 4.x is now required again. Just upgrade, it's a small bump from 2.x.

v1.0.8

10 Apr 18:55
Compare
Choose a tag to compare

News

  • Added dropdownOpened Output()

Fixes

  • Fixing typescript compilation errors

v1.0.7

06 Apr 11:57
Compare
Choose a tag to compare

Features

  • Adding "fixedTitle" option

Fixes

  • Reverting <ng-template to <template to be Angular 2.x compatible again. Ng4 will display a deprecated warning for now.

v1.0.6

29 Mar 06:36
Compare
Choose a tag to compare

Fixes

  • Fixes for AOT in some environments.
  • Updated for Angular 4. (2.x not supported anymore)

v1.0.5

21 Mar 07:17
Compare
Choose a tag to compare

Fixes

  • Adding [ngModelOptions]="{standalone: true}" to search input to solve issue with required form tag.

v1.0.4

20 Mar 21:25
Compare
Choose a tag to compare

Fixes

  • Fixing index.ts and publish index.js to npm
  • Additional css classes for custom styling

v1.0.3

14 Mar 21:30
Compare
Choose a tag to compare

New features

  • [disabled] property
  • Apply custom classes to items
  • Use font awesome as check/uncheck icons if checkedStyle is set to fontawesome

Fixes

A safari bug caused domSanitazer to throw error.

v1.0.2

02 Mar 23:09
Compare
Choose a tag to compare

New features

  • Form validation support (required)

v1.0.1

02 Mar 17:48
Compare
Choose a tag to compare

Bugfixes

  • Restoring <template since <ng-template is available first in angular 4.x