From 18f5bd0750f19c2c11ede268f69d1b5cb75f2138 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 21 Jun 2020 21:33:00 +0300 Subject: [PATCH] Form 1.1.4 --- CHANGELOG.md | 9 +++++++++ README.md | 3 +++ package.json | 2 +- plugin.yaml | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2c8f3..acef974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# [1.1.4](https://github.com/flextype-plugins/form/compare/v1.1.3...v1.1.4) (2020-06-21) + +### Features + +* **fieldsets:** add ability show form messages on submit +* **fieldsets:** add ability to translate field `help` property + + # [1.1.3](https://github.com/flextype-plugins/form/compare/v1.1.2...v1.1.3) (2020-06-18) diff --git a/README.md b/README.md index 3c0b7da..238a6ad 100755 --- a/README.md +++ b/README.md @@ -73,6 +73,9 @@ form: name: default id: default method: post + message: + success: true + error: true buttons: submit: title: Submit diff --git a/package.json b/package.json index ce1fe8f..070e012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Form", - "version": "1.1.3", + "version": "1.1.4", "description": "Form Plugin to render user forms for Flextype.", "homepage": "https://flextype.org", "author": "Sergey Romanenko", diff --git a/plugin.yaml b/plugin.yaml index 053ba80..e9b612f 100755 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: Form -version: 1.1.3 +version: 1.1.4 description: Form Plugin to render user forms for Flextype. icon: fas fa-check-circle author: