Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cretueusebiu committed Jun 14, 2021
1 parent 5eadbdb commit 855f758
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.0 - 2021-06-14

- Added `recentlySuccessful` property to `Form` [#130](https://github.com/cretueusebiu/vform/pull/130).

## 2.0.4 - 2021-05-05

- Fixed package.json exports.
Expand Down
5 changes: 5 additions & 0 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ form.busy: boolean
*/
form.successful: boolean

/**
* Indicates if the response form the server was successful for two seconds.
*/
form.recentlySuccessful: boolean

/**
* The validation errors from the server.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vform",
"version": "2.0.4",
"version": "2.1.0",
"description": "Handle Laravel-Vue forms and validation with ease.",
"author": "Cretu Eusebiu",
"license": "MIT",
Expand Down

0 comments on commit 855f758

Please sign in to comment.