File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -92,6 +92,11 @@ form.busy: boolean
9292 */
9393form .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 */
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments