Skip to content

Latest commit

 

History

History
186 lines (109 loc) · 9.23 KB

File metadata and controls

186 lines (109 loc) · 9.23 KB

Changelog

0.4.2 (2025-12-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @barso/helpers bumped from ^0.4.1 to ^0.4.2
      • @barso/hooks bumped from ^0.1.7 to ^0.1.8

0.4.1 (2025-07-14)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/helpers bumped from ^0.4.0 to ^0.4.1
      • @tabnews/hooks bumped from ^0.1.6 to ^0.1.7

0.4.0 (2025-05-22)

Features

  • forms/cep: handle fetch abort errors (8277eb1)
  • forms/docs: improve CPF and CNPJ preparation logic (63c05ea)

Bug Fixes

  • forms/phone: improve formatting when editing phone number (1f1ee28)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/helpers bumped from ^0.3.0 to ^0.4.0
      • @tabnews/hooks bumped from ^0.1.5 to ^0.1.6

0.3.2 (2025-04-28)

Bug Fixes

  • lock react peer dependency to 18.x (509721b)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/helpers bumped from ^0.2.1 to ^0.3.0
      • @tabnews/hooks bumped from ^0.1.4 to ^0.1.5

0.3.1 (2025-04-22)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/helpers bumped from ^0.2.0 to ^0.2.1
      • @tabnews/hooks bumped from ^0.1.3 to ^0.1.4

0.3.0 (2025-04-16)

Features

  • app router: add use client directive (11b6bf3)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/helpers bumped from ^0.1.2 to ^0.2.0
      • @tabnews/hooks bumped from ^0.1.2 to ^0.1.3

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)

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)

0.2.3 (2024-11-22)

Features

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

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)

0.2.1 (2024-11-07)

Bug Fixes

  • update import paths to include file extensions (566a28f)
  • useForm: update form handling for missing configuration (1f3ce99)
  • validation-br: import from @tabnews/forms (200169d)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/helpers bumped from ^0.1.1 to ^0.1.2
      • @tabnews/hooks bumped from ^0.1.1 to ^0.1.2

0.2.0 (2024-11-07)

Features

  • forms: add address fields with validation and autocomplete support (3476503)
  • forms: add autoComplete attribute to phone field and enhance tests (ff49a50)
  • forms: add card fields with validation (bfa51a9)
  • forms: add full name and username fields with validation (0394901)
  • forms: add password fields with validation and confirmation logic (2fab432)
  • forms: enhance email field confirmation (a7c193c)
  • forms: implement CPF/CNPJ document handling with validation (7ddd9dd)
  • useForm: add submitDisabled and submitHidden options (39a955a)
  • useForm: add tests for checkbox (64cc390)

0.1.1 (2024-11-04)

Bug Fixes

  • monorepo: resolve structure issues in form and helper packages (d04f85c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/helpers bumped from ^0.1.0 to ^0.1.1
      • @tabnews/hooks bumped from ^0.1.0 to ^0.1.1

0.1.0 (2024-11-04)

Features

  • forms: add CEP field with validation and API integration (9bf2e80)
  • forms: add email field with validation and suggestion functionality (321d4d1)
  • forms: add forms package with useForm hook (7b83d76)
  • forms: add phone field with formatting and validation (30d032b)
  • forms: add state field with validation and Brazilian states as options (e9fdc86)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/helpers bumped from ^0.0.0 to ^0.1.0
      • @tabnews/hooks bumped from ^0.0.0 to ^0.1.0