Skip to content

Latest commit

 

History

History
216 lines (108 loc) · 8.56 KB

CHANGELOG.md

File metadata and controls

216 lines (108 loc) · 8.56 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.1 (2023-12-03)

Bug Fixes

  • 🐛 resolve anchor on demand (646db4f)

5.0.0 (2023-11-28)

⚠ BREAKING CHANGES

  • peer deps are now angular 17

  • Update ng 17 (#110) (9d6eb1c), closes #110

4.1.2 (2023-11-15)

Bug Fixes

  • 🐛 warn users on missing mapped error keys (a206f74)

4.1.1 (2023-07-17)

Bug Fixes

  • 🐛 error class not removed (bb80943)

4.1.0 (2023-07-17)

Features

4.0.0 (2023-03-22)

⚠ BREAKING CHANGES

  • Update angular peer dependency to v15
  • Resetting a form will now clear all the errors and reset the submit state

Features

  • 🎸 listen to status changes (ebf51ca)

Bug Fixes

  • 🐛 form action submit and reset behaviour (de2e59c)

chore

  • 🤖 set angular 16 as peer dep (920e954)

3.0.3 (2023-01-05)

  • remove component factory usage

3.0.1 (2022-11-27)

  • fix: 🐛 change imports array to module

3.0.0 (2022-11-27)

⚠ BREAKING CHANGES

  • upgrade to v15
  • peer dep is now Angular v14
  • remove ErrorTailorModule

Features

2.2.2 (2022-09-23)

Bug Fixes

2.2.1 (2022-07-31)

Bug Fixes

2.2.0 (2022-07-31)

Features

  • add option to show errors always on change (#71) (5892c75)

Bug Fixes

2.1.0 (2021-11-29)

Features

  • multiply css classes for control error component (#54) (c439a61)

2.0.0 (2021-11-24)

⚠ BREAKING CHANGES

  • Peer dep of v13

Features

1.4.3 (2021-03-17)

1.4.2 (2021-02-18)

Bug Fixes

  • 🐛 inline anchor should be chosen over global (c06154d)

1.4.1 (2021-02-10)

Bug Fixes

  • 🐛 remove class from parent when no error (9cb99ff)

1.4.0 (2021-02-10)

Features

  • 🎸 add error class to input's parent (84949c3)

1.3.1 (2020-10-18)

Bug Fixes

  • update test app custom error component's property names (#20) (4bb5d68)

1.3.0 (2020-07-10)

Features

  • config: Support for custom error component & positioning (#15) (c9d7776)

1.2.0 (2020-07-06)

Features

  • add support for async validators (#18) (5e21452)

1.1.0 (2020-06-22)

Features

  • directive: a new custom attribute on a field (#12) (080455f)

1.0.4 (2020-06-17)

Bug Fixes

  • show error on async statusChanges after submit (ef9f00e)

1.0.2 (2020-06-12)

Bug Fixes

  • 🐛 add types support (19aef88)
  • 🐛 customErrors + blurPredicate (5a8daea)

chore

  • 🤖 fix docs merge conflict (998f32d)

docs

  • ✏️ clarify config errors usage (a2a6f29)
  • ✏️ fix useValue getting started (28c59f2), closes #3

1.0.2 (2020-06-12)

Bug Fixes

  • 🐛 customErrors + blurPredicate (5a8daea)

1.0.1 (2020-06-11)

Bug Fixes

  • 🐛 copy readme for npm (046ee0d)

1.0.0 (2020-06-10)

Features

Bug Fixes

Tests