Skip to content

Releases: dgonzalez870/ngx-formcontrol-errors

v18.0.0

08 Aug 13:50
Compare
Choose a tag to compare

18.0.0 (2024-08-08)

⚠ BREAKING CHANGES

  • update to angular 18 (#24)

Features

v17.1.0

25 Mar 19:01
391f033
Compare
Choose a tag to compare

17.1.0 (2024-03-25)

Features

  • ngx-formcontrol-errors-msgs: add support for FormControl, not only FormControlName (#21) (fed6fc5)

v17.0.0

20 Mar 11:35
a2f92bf
Compare
Choose a tag to compare

17.0.0 (2024-03-20)

⚠️ BREAKING CHANGES

  • ngx-formcontrol-msgs-translate-parser: no longer exports NgxTranslateMsgParserService, use TranslateErrorMsgComponentFactoryService , providing ERROR_MSG_COMPONENT_FACTORY.
  • ngx-formcontrol-errors-msgs: The default messages template has changed, now string interpolation uses the actual key of Angular ValidationErrors, uses {{min}}, {{max}}, {{requiredLength}} instead of {{value}}

Bug Fixes

  • update messages on language change using ngx-translate (#16) (c1187df)

Miscellaneous Chores

v0.1.0-0

18 Mar 22:59
1620d20
Compare
Choose a tag to compare

0.1.0-0 (2024-03-18)

Features

  • add I18N support (#9) (c6d07b6)
  • ngx-formcontrol-errors-msgs: allow HTML tags in error messages (#15) (ffa65fb)

Bug Fixes

  • hide validation errors on disabled controls (#7) (dc74945)
  • ngx-formcontrol-msgs-translate-parser: wrong import ngx-formcontrol-errros (c6b5196)

Initial beta

13 Mar 22:09
Compare
Choose a tag to compare
Initial beta Pre-release
Pre-release

The directive has the core functionality and allows message customization