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

Commit 6340485

Browse files
author
Dominik Sumer
committed
prepare release 0.1.2
1 parent f13411c commit 6340485

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.1.2 (January 30, 2018)
2+
- added possibility to [reset an input](https://github.com/cat-react/form/blob/master/docs/api.md#resetvalue) with a specific value
3+
- added possibility to [reset the form](https://github.com/cat-react/form/blob/master/docs/api.md#reset) an provide values for each input
4+
- added possibility to [configure the timeout](https://github.com/cat-react/form/blob/master/docs/api.md#changevaluetimeout-1) before revalidating the form when changing an input
5+
16
### 0.1.1 (November 21, 2017)
27
- now it is possible to add an [autoComplete](https://github.com/cat-react/form/blob/master/docs/api.md#autocomplete) prop to the form element
38
- the validation rule `isRequired` now checks for `undefined`, `null` or an empty string. everything else is valid

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cat-react/form",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A simple yet powerful library which helps creating validated forms in react.",
55
"main": "index.umd.min.js",
66
"jsnext:main": "index.es.js",

0 commit comments

Comments
 (0)