We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32121ab commit 795aca5Copy full SHA for 795aca5
CHANGELOG.md
@@ -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
7
# 18.1.0
8
9
- Add `oneOf` validator to the list of validators.
@@ -1000,4 +1006,4 @@ to migrate from version 1.x to 2.x.
1000
1006
1001
1007
- ReactiveForm
1002
1008
- ReactiveFormConsumer
1003
-- ReactiveValueListenableBuilder
1009
+- ReactiveValueListenableBuilder
0 commit comments