Skip to content

Releases: aprendendofelipe/tabnews

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)

ui: v0.3.0

07 Nov 15:52
Compare
Choose a tag to compare

0.3.0 (2024-11-07)

Features

  • FormField: add hidden prop to conditionally render field (db312db)
  • ui: add suggestion component enhancements with tooltip and ignore button (de910c1)
  • ui: enhance FormField with password visibility toggle and caps lock warning (e0aa04b)

hooks: v0.1.2

07 Nov 19:36
Compare
Choose a tag to compare

0.1.2 (2024-11-07)

Bug Fixes

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

Dependencies

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

helpers: v0.1.2

07 Nov 19:36
Compare
Choose a tag to compare

0.1.2 (2024-11-07)

Bug Fixes

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

forms: v0.2.1

07 Nov 19:36
Compare
Choose a tag to compare

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

forms: v0.2.0

07 Nov 15:52
Compare
Choose a tag to compare

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)

form-example: v0.0.3

07 Nov 19:36
Compare
Choose a tag to compare

0.0.3 (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/forms bumped from 0.2.0 to 0.2.1
      • @tabnews/ui bumped from 0.3.0 to 0.3.1