Skip to content

Releases: aprendendofelipe/react-stack

markdown-example: v0.1.1

23 May 00:22

Choose a tag to compare

0.1.1 (2025-05-23)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/ui bumped from 0.6.0 to 0.6.1

form-example: v0.3.1

23 May 00:22

Choose a tag to compare

0.3.1 (2025-05-23)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/ui bumped from 0.6.0 to 0.6.1

ui: v0.6.0

22 May 18:29

Choose a tag to compare

0.6.0 (2025-05-22)

Features

  • Markdown/KaTeX: load KaTeX fonts on demand from jsDelivr (0f50293)
  • PrimerRoot: add support for headChildren and additional HTML props (52baa5f)
  • ui/_document: add configureDocument function to manage document properties (7d4e518)

Bug Fixes

  • vite.config: set preserveModulesRoot to 'src' for better module resolution (8f549d5)

markdown-example: v0.1.0

22 May 18:29

Choose a tag to compare

0.1.0 (2025-05-22)

Features

  • markdown example: update shouldAddNofollow to use isTrustedDomain (79a46c8)
  • ui/_document: add configureDocument function to manage document properties (7d4e518)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tabnews/helpers bumped from 0.3.0 to 0.4.0
      • @tabnews/ui bumped from 0.5.3 to 0.6.0

infra: v0.0.6

22 May 18:29

Choose a tag to compare

0.0.6 (2025-05-22)

Dependencies

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

hooks: v0.1.6

22 May 18:29

Choose a tag to compare

0.1.6 (2025-05-22)

Dependencies

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

helpers: v0.4.0

22 May 18:29

Choose a tag to compare

0.4.0 (2025-05-22)

Features

  • helpers/environment: add environment detection utilities and tests (43b4fa2)
  • helpers/url: add baseUrl constant and getBaseUrl function (fd5c46a)
  • helpers/url: add getDomain function and corresponding tests (facc195)
  • helpers/url: add isExternalLink function and corresponding tests (ec9c4d2)
  • helpers/url: add isTrustedDomain function and related tests (3b9623d)
  • helpers/url: add replaceParams function (d09f8ba)
  • helpers/url: add tryParseUrl function and corresponding tests (dbaa5de)
  • helpers/url: add webserverHostname constant and update tests (3c3b8e2)

forms: v0.4.0

22 May 18:29

Choose a tag to compare

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

form-example: v0.3.0

22 May 18:29

Choose a tag to compare

0.3.0 (2025-05-22)

Features

  • CSS modules: update to the new @primer/react approach (a645a6c)
  • examples: add form example (bcac883)
  • form examples: add checkout, login, and registration pages (61da332)
  • form examples: add GoToTopButton component to all pages (f06bf66)
  • FormField: add hidden prop to conditionally render field (db312db)
  • forms: add address fields with validation and autocomplete support (3476503)
  • forms: add card fields with validation (bfa51a9)
  • forms: add full name and username fields with validation (0394901)
  • forms: implement CPF/CNPJ document handling with validation (7ddd9dd)
  • ui/_document: add configureDocument function to manage document properties (7d4e518)
  • ui: add ESM exports to package.json (45074a1)

Bug Fixes

  • FormField: add color prop for ignore suggestion button (0fd3012)
  • monorepo: resolve structure issues in form and helper packages (d04f85c)
  • 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.3.2 to 0.4.0
      • @tabnews/ui bumped from 0.5.3 to 0.6.0

ui: v0.5.3

29 Apr 17:23

Choose a tag to compare

0.5.3 (2025-04-29)

Bug Fixes

  • MarkdownEditor: Revert "refactor(MarkdownEditor): apply background-color via .bytemd container" (4741de4)