Skip to content

Commit

Permalink
Release 2.1.2 (#217)
Browse files Browse the repository at this point in the history
* prepare release 2.1.2

* prepare release 2.1.2

* prepare release 2.1.2

* prepare release 2.1.2
  • Loading branch information
macjohnny authored Mar 4, 2020
1 parent fbfe2d9 commit 798306d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.2
* Fix: fix selection of different instances of same object when using `multiple` [#215](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/215)

Thanks to @Springrbua
* Chore: enable linting and use [@angular-extensions/lint-rules](https://github.com/angular-extensions/lint-rules)

## 2.1.1
* Fix: Prevent unhandled exceptions when pressing arrow keys with no available options [#201](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/201)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ngx-mat-select-search",
"description": "Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/mat-select-search/ngx-mat-select-search.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { CommonModule } from '@angular/common';

import { MatSelectSearchClearDirective } from './mat-select-search-clear.directive';

export const MatSelectSearchVersion = '2.1.1';
export const MatSelectSearchVersion = '2.1.2';


@NgModule({
Expand Down

0 comments on commit 798306d

Please sign in to comment.