Skip to content

Latest commit

 

History

History
123 lines (59 loc) · 5.06 KB

CHANGELOG.md

File metadata and controls

123 lines (59 loc) · 5.06 KB

Changelog

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

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