Skip to content

Commit 4085192

Browse files
committed
[2.0.3] Release preparation
Signed-off-by: gokulakannant <gokulakannanthangaraji@gmail.com>
1 parent 6a3a7a5 commit 4085192

File tree

4 files changed

+799
-1466
lines changed

4 files changed

+799
-1466
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ All notable changes to React Form Input Validation APIs will be documented in th
88

99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010

11+
## [2.0.3] - 07/08/2020
12+
13+
### Fixed
14+
15+
- Fixed Confirm password not working issue - [#19](https://github.com/gokulakannant/react-form-input-validation/issues/19)
16+
17+
### Modified
18+
19+
- Reduced the package size with webpack configurations.
20+
- Performance optimization
21+
1122
## [2.0.1] - 25/11/2019
1223

1324
### Fixed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ A customized [validatorjs](https://www.npmjs.com/package/validatorjs) library to
1717
* Compatible with libraries like [Material UI](https://material-ui.com/), and etc.
1818
* Readable and declarative validation rules which is inspired by laravel framework.
1919
* Error messages with multilingual support.
20+
* Handy to manage multiple forms in same page.
2021

2122
## Installation
2223

@@ -170,7 +171,7 @@ The input types button, submit, reset, hidden are exceptional from the above lis
170171

171172
## Versions
172173

173-
Latest Version: 2.0.2. For more versions refer [VERSIONS.md](VERSIONS.md).
174+
Latest Version: 2.0.3. For more versions refer [VERSIONS.md](VERSIONS.md).
174175

175176
## Changelog
176177

0 commit comments

Comments
 (0)