|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.3.0](https://github.com/aprendendofelipe/tabnews/compare/form-example-v0.2.3...form-example-v0.3.0) (2025-05-22) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* **CSS modules:** update to the new `@primer/react` approach ([a645a6c](https://github.com/aprendendofelipe/tabnews/commit/a645a6c6ffdc17862bdabd8e653c88626575981d)) |
| 9 | +* **examples:** add form example ([bcac883](https://github.com/aprendendofelipe/tabnews/commit/bcac88309096fefc02019fffd4252ed6a4be67e6)) |
| 10 | +* **form examples:** add checkout, login, and registration pages ([61da332](https://github.com/aprendendofelipe/tabnews/commit/61da332f8e5e1e925cb31a484333f586ae175262)) |
| 11 | +* **form examples:** add GoToTopButton component to all pages ([f06bf66](https://github.com/aprendendofelipe/tabnews/commit/f06bf668b2e8bcf8df4f5d039e3cc310501305be)) |
| 12 | +* **FormField:** add hidden prop to conditionally render field ([db312db](https://github.com/aprendendofelipe/tabnews/commit/db312db5b8a12a0aa5f950a432569335bd87918e)) |
| 13 | +* **forms:** add address fields with validation and autocomplete support ([3476503](https://github.com/aprendendofelipe/tabnews/commit/34765034e480f3c0aba8e85d4ab9479f3bc2fec2)) |
| 14 | +* **forms:** add card fields with validation ([bfa51a9](https://github.com/aprendendofelipe/tabnews/commit/bfa51a9a8eeb0f98fc9f922319d9117600005f79)) |
| 15 | +* **forms:** add full name and username fields with validation ([0394901](https://github.com/aprendendofelipe/tabnews/commit/0394901ad75241edc933be2dab9153d2e60c7f5c)) |
| 16 | +* **forms:** implement CPF/CNPJ document handling with validation ([7ddd9dd](https://github.com/aprendendofelipe/tabnews/commit/7ddd9dd703c22c4c049e2325632e35b598d04cb6)) |
| 17 | +* **ui/_document:** add `configureDocument` function to manage document properties ([7d4e518](https://github.com/aprendendofelipe/tabnews/commit/7d4e5181444774c3988ef2349d6b9ae5652d9360)) |
| 18 | +* **ui:** add ESM exports to package.json ([45074a1](https://github.com/aprendendofelipe/tabnews/commit/45074a1d75ede3c3eecff57a50338e79fc69220c)) |
| 19 | + |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* **FormField:** add color prop for ignore suggestion button ([0fd3012](https://github.com/aprendendofelipe/tabnews/commit/0fd3012cd4f7a1b1a364189d8702717424b909a1)) |
| 24 | +* **monorepo:** resolve structure issues in form and helper packages ([d04f85c](https://github.com/aprendendofelipe/tabnews/commit/d04f85cd5f0ef326def898d277d1135f3ffd9594)) |
| 25 | +* update import paths to include file extensions ([566a28f](https://github.com/aprendendofelipe/tabnews/commit/566a28f1cc9a760c521c86752a79564ac56533de)) |
| 26 | +* **useForm:** update form handling for missing configuration ([1f3ce99](https://github.com/aprendendofelipe/tabnews/commit/1f3ce99382f6bd8c0217861521faf35d855e7980)) |
| 27 | +* **validation-br:** import from @tabnews/forms ([200169d](https://github.com/aprendendofelipe/tabnews/commit/200169dd05b2567a5aa7b622b0f405e421aded05)) |
| 28 | + |
| 29 | + |
| 30 | +### Dependencies |
| 31 | + |
| 32 | +* The following workspace dependencies were updated |
| 33 | + * dependencies |
| 34 | + * @tabnews/forms bumped from 0.3.2 to 0.4.0 |
| 35 | + * @tabnews/ui bumped from 0.5.3 to 0.6.0 |
| 36 | + |
3 | 37 | ## [0.2.3](https://github.com/aprendendofelipe/tabnews/compare/form-example-v0.2.2...form-example-v0.2.3) (2025-04-29) |
4 | 38 |
|
5 | 39 |
|
|
0 commit comments