Skip to content

Releases: colinaut/alpinejs-plugin-simple-validate

Release 1.7.20

21 Jul 22:08
Compare
Choose a tag to compare
  • feat: added observer for required and disabled attributes (c0638fe)

This allows use of AlpineJS :required and :disabled on both fields and fieldsets. This plugin will spot changes and update it's validation data. Disabled fields will be assumed to be valid.

Release 1.7.19

20 Jul 04:28
Compare
Choose a tag to compare
  • fix: checks for disabled on field or fieldset before running validation. (70c7d3a)

Release 1.7.18

03 Jul 18:11
Compare
Choose a tag to compare
  • feat: add opt out for novalidation (11cdd42)

Release 1.7.17

27 Jun 22:54
Compare
Choose a tag to compare
  • fix: issue with multiple forms using the same input name (8c5ae0a)

Release 1.7.16

04 May 21:06
Compare
Choose a tag to compare
  • fix: make work with pattern (2a58a4d)

Release 1.7.15

13 Apr 18:44
Compare
Choose a tag to compare
  • build: install release-it (85b16f6)
  • feat: added ability to update value (e15d13d)

v1.7.14

01 Mar 21:07
Compare
Choose a tag to compare
  • chore: add .git to npmignore f0bfeff
  • feat: add novalidate to form tag 78d6afb
  • docs: added examples-bundled d06c068

v1.7.13...v1.7.14

v1.7.13

12 Oct 15:14
Compare
Choose a tag to compare
  • fix: allow websites with _ 17e7b89

v1.7.12...v1.7.13

v1.7.12

26 Sep 23:06
Compare
Choose a tag to compare
  • feat: normal reset() also resets formData c3e0f35

v1.7.11...v1.7.12

v1.7.11

21 Sep 20:55
Compare
Choose a tag to compare
  • feat: regex allow for international telephone numbers 957cc5e
  • docs: add roadmap stuff aa502ce

v1.7.10...v1.7.11