Skip to content

Commit 795aca5

Browse files
committed
Update CHANGELOG.md
Add entry for version 18.1.1. Include fixes for `NumberValidator` related to decimal numbers.
1 parent 32121ab commit 795aca5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 18.1.1
2+
3+
## Fixes
4+
- Fix `NumberValidator` to correctly handle decimal numbers with trailing zeros.
5+
- Improve `NumberValidator` to correctly validate numbers with multiple decimal points, single dot, and dot at the end.
6+
17
# 18.1.0
28

39
- Add `oneOf` validator to the list of validators.
@@ -1000,4 +1006,4 @@ to migrate from version 1.x to 2.x.
10001006

10011007
- ReactiveForm
10021008
- ReactiveFormConsumer
1003-
- ReactiveValueListenableBuilder
1009+
- ReactiveValueListenableBuilder

0 commit comments

Comments
 (0)