Releases: Totati/ngx-mat-errors
Releases · Totati/ngx-mat-errors
ngx-mat-errors-18.1.0
What's Changed
- chore(deps): bump cookie, socket.io and express by @dependabot in #72
- feat: Implement new logic of getting controls of a MatFormField. by @Totati in #73
- chore: rename functions I forgot to update and use the created provid… by @Totati in #74
- chore: extend supported version of Angular by @Totati in #75
Full Changelog: ngx-mat-errors-18.0.0...ngx-mat-errors-18.1.0
ngx-mat-errors-18.0.0
What's Changed
- chore: update angular to version 18.0.0 by @Totati in #66
- refactor: Switch import to import type where only type is used by @Totati in #67
- chore(deps): bump serve-static and express by @dependabot in #68
- chore(deps-dev): bump axios from 1.7.2 to 1.7.7 by @dependabot in #69
- chore(deps): bump rollup from 4.18.0 to 4.22.4 by @dependabot in #70
Full Changelog: ngx-mat-errors-17.1.0...ngx-mat-errors-18.0.0
ngx-mat-errors-17.1.0
What's Changed
- Use required input instead of onInit checking by @Totati in #64
- Bump version to 17.1.0 and add support for Angular 18.0.0 by @Totati in #65
Full Changelog: ngx-mat-errors-17.0.0...ngx-mat-errors-17.1.0
17.0.0
What's Changed
- chore(deps-dev): bump axios from 1.5.1 to 1.6.1 by @dependabot in #54
- chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #56
- chore(deps-dev): bump ip from 2.0.0 to 2.0.1 by @dependabot in #57
- chore(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #58
- chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #59
- chore(deps-dev): bump express from 4.18.2 to 4.19.2 by @dependabot in #60
- chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #61
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #62
- Feature/update to angular 17 by @Totati in #63
Full Changelog: ngx-mat-errors-16.3.0...ngx-mat-errors-17.0.0
16.3.0
16.2.0
What's Changed
- feat: Add support for changing [ngx-mat-errors] and *ngxMatErrorDefs by @Totati in #46
- feat: add support for async validators by @Totati in #47
- feat: add support for multiple controls by @Totati in #48
- chore: add support for angular 17 by @Totati in #49
- chore: bump version to 16.2.0 by @Totati in #50
16.1.0
What's Changed
- test: add tests for ngx-mat-errors component. by @Totati in #37
- refactor: replace NgxMatErrorOutlet with ngTemplateOutlet. by @Totati in #39
- Adding brazilian portuguese language by @kirliam in #41
- fix: typo in error-messages file name by @Totati in #42
New Contributors
Full Changelog: ngx-mat-errors-16.0.0...ngx-mat-errors-16.1.0
16.0.0
What's Changed
- chore: update to Angular 16, remove deprecated
DEFAULT_ERROR_MESSAGES
Breaking Change
- deprecated
DEFAULT_ERROR_MESSAGES
has been removed, please provideNGX_MAT_ERROR_DEFAULT_OPTIONS
instead.
15.0.0
What's Changed
DEFAULT_ERROR_MESSAGES
has been deprecated. Please provide a customNGX_MAT_ERROR_DEFAULT_OPTIONS
or use the predefined ones from locales.DEFAULT_ERROR_MESSAGES
will be removed in version 16.0.0.- Components and directives are marked as standalone.
- Error message is subscribed to controls's
valueChange
instead ofstateChanges
. - ErrorOutlet's viewContainer is cleard on every value change, so error message won't stay when value becomes valid.
- Support for both the new MDC and Legacy MatFormFields.
14.0.0
Change peerDependencies to ^14.0.0