Skip to content

Releases: aprendendofelipe/tabnews

ui: v0.3.3

10 Jan 18:36
Compare
Choose a tag to compare

0.3.3 (2025-01-10)

Bug Fixes

  • FormField: always add FormControl.Label (ed43cb3)
  • FormField: use FormControl.Validation only with TextInput (9393709)

infra: v0.0.2

10 Jan 19:11
Compare
Choose a tag to compare

0.0.2 (2025-01-10)

Bug Fixes

  • move README.md to infra library root (87e1b61)

infra: v0.0.1

10 Jan 18:36
Compare
Choose a tag to compare

0.0.1 (2025-01-10)

Features

  • infra: add logger module with Axiom and console support (130546e)

form-example: v0.0.8

10 Jan 18:36
Compare
Choose a tag to compare

0.0.8 (2025-01-10)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/ui bumped from 0.3.2 to 0.3.3

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)