diff --git a/README.md b/README.md index 3c9f20e..51b4a6a 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,14 @@ The syntax is what developers would expect: ✓ Create any input element with a single component
✓ Supports Vue `v-model` [binding](https://vueformulate.com/guide/#model-binding)
-✓ [Re-populate an entire form](https://vueformulate.com//guide/forms/#setting-initial-values) from a single object
-✓ [Generate a form](https://vueformulate.com//guide/forms/#generating-forms) using json
+✓ [Re-populate an entire form](https://vueformulate.com/guide/forms/#setting-initial-values) from a single object
+✓ [Generate a form](https://vueformulate.com/guide/forms/#generating-forms) using json
✓ Easy to add field labels
✓ Easy to add help text
-✓ Easy to add [form validation](https://vueformulate.com//guide/validation)
-✓ Easy to add [custom validation](https://vueformulate.com//guide/validation/#custom-validation-rules) rules
-✓ Easy to modify [validation messages](https://vueformulate.com//guide/validation/#customize-validation-messages)
-✓ Easy to add [custom inputs](https://vueformulate.com//guide/custom-inputs) +✓ Easy to add [form validation](https://vueformulate.com/guide/validation)
+✓ Easy to add [custom validation](https://vueformulate.com/guide/validation/#custom-validation-rules) rules
+✓ Easy to modify [validation messages](https://vueformulate.com/guide/validation/#customize-validation-messages)
+✓ Easy to add [custom inputs](https://vueformulate.com/guide/custom-inputs)
+✓ Backend response [error handling](https://vueformulate.com/guide/forms/error-handling) There's a lot more available to read at the [documentation website](https://vueformulate.com). diff --git a/package-lock.json b/package-lock.json index 33dd8bb..a9e576a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2770,9 +2770,9 @@ } }, "@braid/vue-formulate-i18n": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@braid/vue-formulate-i18n/-/vue-formulate-i18n-1.0.3.tgz", - "integrity": "sha512-HkF8S+u4g/lJn4m6qlQpHi63GuQERTovbW7cAsQtxcQF1xHUSviMYC3NPVfRlzOOrUT3eoolTdiF5yZ0DCj9sQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@braid/vue-formulate-i18n/-/vue-formulate-i18n-1.1.0.tgz", + "integrity": "sha512-DcLSYP9cs7q0RvmxkoQy5EGvk1nvir3USEo55tUrQX0QBy05LojZDT9o2UCdw5Dr5hAAsxQ7HurJjzRIfN8Kvw==", "requires": { "@rollup/plugin-buble": "^0.21.1", "@rollup/plugin-commonjs": "^11.0.2" diff --git a/package.json b/package.json index e1600d3..7620336 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "watch": "^1.0.2" }, "dependencies": { - "@braid/vue-formulate-i18n": "^1.0.3", + "@braid/vue-formulate-i18n": "^1.1.0", "is-plain-object": "^3.0.0", "is-url": "^1.2.4", "nanoid": "^2.1.11"