Skip to content

Releases: softsimon/ngx-bootstrap-multiselect

v1.0.0

01 Mar 22:09
Compare
Choose a tag to compare

New features

  • Support labels
  • Emit selection limit events
  • Custom title when all options are selected
  • Adding onAdded/onRemoved events

Bugfixes

  • Checkboxes were checkable after limit had been reached

Breaking changes

  • Replace import with import { .... } from 'angular-2-dropdown-multiselect';

v0.4.1

27 Jan 19:37
Compare
Choose a tag to compare
  • Fixing build problems in some environments by using inline templates.

v0.4.0

16 Jan 18:58
Compare
Choose a tag to compare
  • Moved dependencies to fix build issue for some users
  • Better bootstrap4 support
  • Added fontawsome checkers alternative fixes #58

v0.3.5

08 Jan 11:58
Compare
Choose a tag to compare
  • onClick was broke

v0.3.4

07 Jan 11:24
Compare
Choose a tag to compare
  • .btn-group replaced by .dropdown
  • Project dependencies updated
  • Linter added. Editorconfig added.

v0.3.3

16 Dec 18:59
Compare
Choose a tag to compare
  • Bootstrap v4 support
  • Update IMultiSelectOption interfact to allow non-numerical id values
  • Add npm ignore file so that js files are included in the npm package

v0.3.2

13 Dec 07:42
Compare
Choose a tag to compare
  • Add dev and peer dependencies as well as tsconfig file
  • Added output event when closing the drop-down
  • Fix some missing semicolons and tslint warnings.

v0.3.1

07 Nov 22:00
Compare
Choose a tag to compare
  • Fix an unhandled exception when using IE
  • A new setting autoUnselect which will unselect the oldest selection in order to not exceed the selection limit.