Skip to content

Commit

Permalink
prepare release 2.1.0 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny committed Dec 12, 2019
1 parent 8c86f7d commit 4138c75
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 2.1.0
* Enhancement: Improve accessibility by reading the selected option
[#186](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/186)

Thanks to @ZacaryPaynter

* Bugfix: Fix corners not rounded
[#176](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/176)

Thanks to @jfcere

* Bugfix: Fix input width not updated correctly
[#175](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/175)
* Bugfix: ToggleAllCheckbox doesn't use correct theme color
[183](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/183)

Thanks to @LoganDupont for reporting

* Enhancement: Improve readme on how to use i18n translation for labels
[#180](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/180)

Thanks to @JomalJohny

## 2.0.0
* Enhancement: Update to Angular `8.2.10`
* Enhancement: Add compatibility with `@angular/core`: `^9.0.0`, `@angular/material`: `^9.0.0`
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.0.0",
"version": "2.1.0",
"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.0.0';
export const MatSelectSearchVersion = '2.1.0';


@NgModule({
Expand Down

0 comments on commit 4138c75

Please sign in to comment.