2.0.1 (2024-09-23)
- build: fix wrong peerDependencies version in "package.json" (3f00db5)
2.0.0 (2024-09-20)
2.0.0-rc.2 (2024-09-20)
- release: fix release-publish script by reading
GITHUB_REF
variable instead of customGH_ACTIONS_TAG
var (be92516)
- all: update
RXJS
from "^6.6.7" to "^7.8.1" (c1f4587) - all: update to angular@15 (73e6a2d)
- demo: update
RXJS
from "^6.6.7" to "^7.8.1" for ng13 (04b6c5e) - demo: update
RXJS
from "^6.6.7" to "^7.8.1" for ng14 (d3c11c6) - demo: update demo to angular15 (ebfc966)
2.0.0-rc.1 (2024-09-19)
- demo: fix wrong version of @angular/material (40b8f04)
- release: fix
release-it
by upgrading@commitlint/*
devDependencies (bc08445)
2.0.0-rc.0 (2023-12-11)
- build: upgrade npm to v7 and NodeJS to v12 (ef6cfe0)
- build: Update engines to support NodeJS 12 and npm 7
1.1.0 (2022-04-19)
- directive: add support for nested formGroupNames (8c18ee3), closes #41
- qa: improve issue templating (new GitHub issues templates) (802ce34), closes #37
1.0.0 (2019-11-29)
- demo: enable 'disableHostCheck' option in 'ng serve' command to prevent 'Invalid Host/Origin header' error in IE (48606e0), closes /github.com/webpack/webpack-dev-server/issues/1604#issuecomment-453137871
- release: add 'rc' branches in .travis.yml to make Travis trigger release builds also in those (d937808)
1.0.0-rc.0 (2019-10-31)
- directive: fetch correctly the form control's validation errors when it is already invalid before the directive is instantiated (3177f9c), closes #28
- build: update ng-packagr to the latest version and adapt the 'build' script to use the NG CLI 'ng build' command instead (cffde40)
- service: adapt demo to show the new feature about defining messages for specific form controls (4c7f88b)
- service: add support for defining/finding error messages for a specific formControl name (8ed80cb), closes #19
- service: renamed
getErrorMessage
method inNgxFormErrorsMessageService
tofindErrorMessage
which is more descriptive according to the actual functionality of this method.
1.0.0-beta.1 (2019-02-01)
- build: adapt module forRoot() and remove index.ts barrels from the library to fix AOT compilation (da73268), closes #17
- all: cleanup API: remove unnecesary/duplicate code, improve JSDocs, rename vars and method (3648112), closes #8
- demo: refactor/restyle demo (a29b95b)
-
all: removed/renamed some methods and properties:
- removed isValid() from NgxFormErrorsDirective.
- renamed getMessageForError to getErrorMessage in NgxFormErrorsMessageService.
- renamed fieldName to formControlName in NgxFormFieldError.