Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 0522afa

Browse files
chore(release): 3.1.0
1 parent d46ba1b commit 0522afa

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,34 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## 3.1.0 (2022-01-11)
6+
7+
### Features
8+
9+
- 🎸 integrate with MatInput; support arbitrary showWhen ([55fd44a](https://github.com/ngspot/ngx-errors/commit/55fd44a1e946ccee34d9cf979925f5bc4e5a6dfa))
10+
- 🎸 new config option - showMaxErrors ([d46ba1b](https://github.com/ngspot/ngx-errors/commit/d46ba1be40a4e49be1d0f2e00c88475806c540ea))
11+
512
## 3.0.0 (2021-12-09)
613

714
### ⚠ BREAKING CHANGES
815

9-
* 🧨 Require Angular v13
16+
- 🧨 Require Angular v13
1017

1118
### Features
1219

13-
* 🎸 bump Angular to v13 ([a9b18aa](https://github.com/ngspot/ngx-errors/commit/a9b18aac8f78cca778d43f4c897b50f357df742d))
20+
- 🎸 bump Angular to v13 ([a9b18aa](https://github.com/ngspot/ngx-errors/commit/a9b18aac8f78cca778d43f4c897b50f357df742d))
1421

1522
## 2.0.2 (2021-12-09)
1623

1724
### Bug Fixes
1825

19-
* 🐛 not displaying error when async validator present ([684dcf5](https://github.com/ngspot/ngx-errors/commit/684dcf5114a1e2ac9c6c4e64925d6ebf262cc6ba))
26+
- 🐛 not displaying error when async validator present ([684dcf5](https://github.com/ngspot/ngx-errors/commit/684dcf5114a1e2ac9c6c4e64925d6ebf262cc6ba))
2027

2128
## 2.0.1 (2021-01-19)
2229

23-
2430
### Features
2531

26-
* 🎸 dependentValidator ([b49b82f](https://github.com/ngspot/ngx-errors/commit/b49b82f9cf75b718288c72f190fa2a09ca1469dc))
27-
32+
- 🎸 dependentValidator ([b49b82f](https://github.com/ngspot/ngx-errors/commit/b49b82f9cf75b718288c72f190fa2a09ca1469dc))
2833

2934
## 2.0.0 (2020-12-06)
3035

projects/ngx-errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngspot/ngx-errors",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Handle error messages in Angular forms with ease",
55
"peerDependencies": {
66
"@angular/core": ">= 9.0.0"

0 commit comments

Comments
 (0)