1
0
mirror of synced 2025-01-19 17:01:43 +03:00

Merge pull request #26 from wearebraid/feature/i18n-bump

Updates vue-formulate-i18n to 1.1.0 which includes Portuguese
This commit is contained in:
Andrew Boyd 2020-03-09 10:50:30 -04:00 committed by GitHub
commit 2a5750718a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View File

@ -19,14 +19,14 @@ form and field validation, file uploads, form generation, single-element inputs
### Vue Formulate lets you: ### Vue Formulate lets you:
✓ Create any input element with a single component<br> ✓ Create any input element with a single component<br>
✓ Use `v-model` [binding](https://vueformulate.com/guide/#model-binding) on fields and entire forms<br> ✓ Use `v-model` [binding](https://vueformulate.com/guide/#model-binding) on fields and entire forms<br>
✓ [Re-populate an entire form](https://vueformulate.com//guide/forms/#setting-initial-values) from a single object<br> ✓ [Re-populate an entire form](https://vueformulate.com/guide/forms/#setting-initial-values) from a single object<br>
✓ [Generate a form](https://vueformulate.com//guide/forms/#generating-forms) using json<br> ✓ [Generate a form](https://vueformulate.com/guide/forms/#generating-forms) using json<br>
✓ Easily add field labels<br> ✓ Easily add field labels<br>
✓ Easily add help text<br> ✓ Easily add help text<br>
✓ Easily add [form validation](https://vueformulate.com//guide/validation)<br> ✓ Easily add [form validation](https://vueformulate.com/guide/validation)<br>
✓ Easily add [custom validation](https://vueformulate.com//guide/validation/#custom-validation-rules) rules<br> ✓ Easily add [custom validation](https://vueformulate.com/guide/validation/#custom-validation-rules) rules<br>
✓ Easily create custom [validation messages](https://vueformulate.com//guide/validation/#customize-validation-messages)<br> ✓ Easily create custom [validation messages](https://vueformulate.com/guide/validation/#customize-validation-messages)<br>
✓ Easily create [custom inputs](https://vueformulate.com//guide/custom-inputs) ✓ Easily create [custom inputs](https://vueformulate.com/guide/custom-inputs)
There's a lot more available to read at the comprehensive [documentation website](https://vueformulate.com). There's a lot more available to read at the comprehensive [documentation website](https://vueformulate.com).

6
package-lock.json generated
View File

@ -2770,9 +2770,9 @@
} }
}, },
"@braid/vue-formulate-i18n": { "@braid/vue-formulate-i18n": {
"version": "1.0.3", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@braid/vue-formulate-i18n/-/vue-formulate-i18n-1.0.3.tgz", "resolved": "https://registry.npmjs.org/@braid/vue-formulate-i18n/-/vue-formulate-i18n-1.1.0.tgz",
"integrity": "sha512-HkF8S+u4g/lJn4m6qlQpHi63GuQERTovbW7cAsQtxcQF1xHUSviMYC3NPVfRlzOOrUT3eoolTdiF5yZ0DCj9sQ==", "integrity": "sha512-DcLSYP9cs7q0RvmxkoQy5EGvk1nvir3USEo55tUrQX0QBy05LojZDT9o2UCdw5Dr5hAAsxQ7HurJjzRIfN8Kvw==",
"requires": { "requires": {
"@rollup/plugin-buble": "^0.21.1", "@rollup/plugin-buble": "^0.21.1",
"@rollup/plugin-commonjs": "^11.0.2" "@rollup/plugin-commonjs": "^11.0.2"

View File

@ -86,7 +86,7 @@
"watch": "^1.0.2" "watch": "^1.0.2"
}, },
"dependencies": { "dependencies": {
"@braid/vue-formulate-i18n": "^1.0.3", "@braid/vue-formulate-i18n": "^1.1.0",
"is-plain-object": "^3.0.0", "is-plain-object": "^3.0.0",
"is-url": "^1.2.4", "is-url": "^1.2.4",
"nanoid": "^2.1.11" "nanoid": "^2.1.11"