Skip to content

Commit

Permalink
Merge pull request #124 from bithost-gmbh/release-1-7-0
Browse files Browse the repository at this point in the history
Release 1.7.0
  • Loading branch information
macjohnny authored Mar 21, 2019
2 parents 43a3b21 + 27feb08 commit 7b6f278
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# Changelog

## 1.6.NEXT
## 1.7.0
* Enhancement: ensure the active option is not covered by the search input when navigating
with the arrow keys or when the option list changes when searching.
[#119](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/119)

Thanks to @Mabiro

* Enhancement: allow disabling propagation of home / end key via `@Input() preventHomeEndKeyPropagation`
to enable moving the cursor inside the search field instead of navigating the options when pressing
<kbd>Home</kbd> / <kbd>End</kbd> [#43](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/43)

Thanks to @geraldhe for reporting

* Bugfix / Enhancement: Update the input width when the viewport is resized
[#81](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/81)

Thanks to @mhosman for reporting
* Enhancement: add opacity transition animation for search clear icon /

* Enhancement: add opacity transition animation for search clear icon

## 1.6.0
* Enhancement: Allow showing a loading / searching indicator with `@Input() searching`
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
@@ -1,7 +1,7 @@
{
"name": "ngx-mat-select-search",
"description": "Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"version": "1.6.0",
"version": "1.7.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 @@ -11,7 +11,7 @@ import {MatButtonModule, MatInputModule, MatIconModule, MatProgressSpinnerModule
import { CommonModule } from '@angular/common';
import { MatSelectSearchClearDirective } from './mat-select-search-clear.directive';

export const MatSelectSearchVersion = '1.6.0';
export const MatSelectSearchVersion = '1.7.0';


@NgModule({
Expand Down

0 comments on commit 7b6f278

Please sign in to comment.