Skip to content

Commit 855f758

Browse files
committed
Bump
1 parent 5eadbdb commit 855f758

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.1.0 - 2021-06-14
4+
5+
- Added `recentlySuccessful` property to `Form` [#130](https://github.com/cretueusebiu/vform/pull/130).
6+
37
## 2.0.4 - 2021-05-05
48

59
- Fixed package.json exports.

docs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ form.busy: boolean
9292
*/
9393
form.successful: boolean
9494

95+
/**
96+
* Indicates if the response form the server was successful for two seconds.
97+
*/
98+
form.recentlySuccessful: boolean
99+
95100
/**
96101
* The validation errors from the server.
97102
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vform",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Handle Laravel-Vue forms and validation with ease.",
55
"author": "Cretu Eusebiu",
66
"license": "MIT",

0 commit comments

Comments
 (0)