Skip to content

Latest commit

 

History

History
151 lines (63 loc) · 7.79 KB

CHANGELOG.md

File metadata and controls

151 lines (63 loc) · 7.79 KB

2.0.1 (2024-09-23)

Bug Fixes

  • build: fix wrong peerDependencies version in "package.json" (3f00db5)

2.0.0 (2024-09-20)

Features

  • all: update to angular 16 (0a113f5)
  • demo: update to angular 16 (c3d84f8)

2.0.0-rc.2 (2024-09-20)

Bug Fixes

  • release: fix release-publish script by reading GITHUB_REF variable instead of custom GH_ACTIONS_TAG var (be92516)

Features

  • 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)

Bug Fixes

  • demo: fix wrong version of @angular/material (40b8f04)
  • release: fix release-it by upgrading @commitlint/* devDependencies (bc08445)

Features

  • all: update to angular 14 (29eec87)
  • demo: update to angular 14 (90aa011)

2.0.0-rc.0 (2023-12-11)

Features

  • build: upgrade npm to v7 and NodeJS to v12 (ef6cfe0)

BREAKING CHANGES

  • build: Update engines to support NodeJS 12 and npm 7

1.1.0 (2022-04-19)

Features

  • 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)

Bug Fixes

Features

  • all: add support for Angular 8 (77f20ca), closes #31

1.0.0-rc.0 (2019-10-31)

Bug Fixes

  • directive: fetch correctly the form control's validation errors when it is already invalid before the directive is instantiated (3177f9c), closes #28

Features

  • 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

BREAKING CHANGES

  • service: renamed getErrorMessage method in NgxFormErrorsMessageService to findErrorMessage which is more descriptive according to the actual functionality of this method.

1.0.0-beta.1 (2019-02-01)

Bug Fixes

  • build: adapt module forRoot() and remove index.ts barrels from the library to fix AOT compilation (da73268), closes #17

Code Refactoring

  • all: cleanup API: remove unnecesary/duplicate code, improve JSDocs, rename vars and method (3648112), closes #8

Features

  • demo: refactor/restyle demo (a29b95b)

BREAKING CHANGES

  • all: removed/renamed some methods and properties:

    • removed isValid() from NgxFormErrorsDirective.
    • renamed getMessageForError to getErrorMessage in NgxFormErrorsMessageService.
    • renamed fieldName to formControlName in NgxFormFieldError.

1.0.0-beta.0 (2019-01-17)

Features

  • all: initial implementation (3c4e516)
  • demo: improve demo app to show all the features (6f08572), closes #6