Skip to content

Releases: tommueller/ng-mat-search-bar

Add feature of custom placeholder

13 Nov 09:33
Compare
Choose a tag to compare

It is now possible to add a custom placeholder text using [placeholder]="'some string'". It will, as before, default to an empty string.

Fix dependency security issues

30 Oct 13:06
Compare
Choose a tag to compare

Fixes three security issues of dependencies.

Angular 8

30 Oct 13:05
Compare
Choose a tag to compare

Stable release with support for Angular 8.

Fix formControl issue "unspecified name attribute"

13 Sep 08:08
Compare
Choose a tag to compare
possibly fixes #15

The error will have to do with PR #14. As I am still very limited in time, I gave it a shot with this fix, please try if it works now for you.
Otherwise maybe @wmattei could have a look at it? Also a repro would help, as I cannot reproduce it here.
Cheers!

Add support for reactive forms

21 Jun 07:23
Compare
Choose a tag to compare

Merged #14 to add support for ReactiveForms. Thanks @wmdevelopment

Rework peerDependencies

06 Jun 12:23
Compare
Choose a tag to compare

The peerDependencies have been massively overloaded. Reduced them to just @angular/core, @angular/animations and @angular/material. Rest of the peers will then be forced by those libs.

Fix dependency security issues

06 Jun 10:46
Compare
Choose a tag to compare

A couple of dependencies had security issues. This fixed now.

Bugfixes and background improvements

16 Apr 08:39
Compare
Choose a tag to compare

This fixes both:
#4 and #5
I released as minor version as background change might affect your layout.

Angular 7 stable

28 Nov 10:33
Compare
Choose a tag to compare

Release which adds support for Angular 7

Angular 6 stable

28 Nov 10:32
Compare
Choose a tag to compare

Updated release for Angular 6 which also adds support for [(ngModel)].

Closes: