Skip to content

Releases: aprendendofelipe/tabnews

forms: v0.2.5

19 Dec 14:40
Compare
Choose a tag to compare

0.2.5 (2024-12-19)

Bug Fixes

  • card fields: correctly set isValid state for month and year (107887b)
  • docs validation: add empty document number check and update error messages (48f1903)
  • email confirmation: handle empty confirmation field and improve validation logic (b123bb0)

form-example: v0.0.7

19 Dec 14:40
Compare
Choose a tag to compare

0.0.7 (2024-12-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/forms bumped from 0.2.4 to 0.2.5

ui: v0.3.2

18 Dec 21:26
Compare
Choose a tag to compare

0.3.2 (2024-12-18)

Bug Fixes

  • FormField: ensure the Select component is fully clickable (6c6fc53)

forms: v0.2.4

18 Dec 21:26
Compare
Choose a tag to compare

0.2.4 (2024-12-18)

Bug Fixes

  • cvv field: change input type from password to text (72c440a)
  • document field: fix PASSPORT validation (8c71cb4)
  • email field: add max length validation (de3d007)
  • full name field: add maximum length check and trim preparation (241549b)
  • phone field: improves validations (8036037)

form-example: v0.0.6

18 Dec 21:26
Compare
Choose a tag to compare

0.0.6 (2024-12-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/forms bumped from 0.2.3 to 0.2.4
      • @tabnews/ui bumped from 0.3.1 to 0.3.2

forms: v0.2.3

22 Nov 23:43
Compare
Choose a tag to compare

0.2.3 (2024-11-22)

Features

  • cep field: return address from onValidChange (fb8992c)
  • useForm: add onChange, onBlur, and onStateChange handlers (077f067)

form-example: v0.0.5

22 Nov 23:43
Compare
Choose a tag to compare

0.0.5 (2024-11-22)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/forms bumped from 0.2.2 to 0.2.3

forms: v0.2.2

11 Nov 19:38
Compare
Choose a tag to compare

0.2.2 (2024-11-11)

Bug Fixes

  • card-cvv: update format and validation to support 4-digit CVV (3e75c01)
  • card-fields: update card number length validation and formatting (4295f68)
  • password-fields: add autocomplete attributes for password inputs (cafe630)
  • password-fields: remove name properties from password field definitions (5accd2c)

form-example: v0.0.4

11 Nov 19:38
Compare
Choose a tag to compare

0.0.4 (2024-11-11)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/forms bumped from 0.2.1 to 0.2.2

ui: v0.3.1

07 Nov 19:36
Compare
Choose a tag to compare

0.3.1 (2024-11-07)

Bug Fixes

  • update import paths to include file extensions (566a28f)