Skip to content

Commit 6205123

Browse files
docs: update changelog with Zod schemas, next-pwa fix, and server-side validation refact
1 parent d04cd1e commit 6205123

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
147147

148148
### Added
149149

150+
- Added Zod validation schemas for newsletter and contact forms
150151
- Added Faith to 'about us'
151152
- Updated Mariana's title in 'about us'
152153
- Updated outdated dependencies
@@ -157,6 +158,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
157158

158159
### Fixed
159160

161+
- Fixed next-pwa import syntax for v2.x compatibility
160162
- Updated husky script to avoid warning
161163
- Resolved incorrect meta tag rendering for nested routes
162164
- Prevent horizontal page scroll caused by overflowing long titles
@@ -170,6 +172,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
170172

171173
### Changed
172174

175+
- Replaced manual server-side validation in validateReCaptcha with shared Zod schemas
173176
- Migrating styles from Styled Components to CSS Modules
174177
- ContactUsCards
175178
- ContactUsForm

0 commit comments

Comments
 (0)