Skip to content

Commit c911e14

Browse files
chore: bump version to 1.0.3
1 parent 5502c03 commit c911e14

3 files changed

Lines changed: 248 additions & 159 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,3 +684,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
684684

685685
- Stronger password validation and confirmation flow
686686
- Improved server-side validation and error reporting
687+
688+
## [1.0.3] - 2026-02-23
689+
690+
### Fixed
691+
692+
- Blog (Sanity):
693+
- Fixed images not rendering on Vercel production
694+
- Improved image optimization across blog pages and components
695+
696+
### Changed
697+
698+
- Q&A UI:
699+
- Updated Git category tab color for stronger visual distinction from HTML
700+
701+
- Header & Localization:
702+
- Translated all header UI strings (en / uk / pl)
703+
- Notifications now fully localized with locale-aware relative time
704+
- LanguageSwitcher and User menu labels localized
705+
706+
- Dashboard UX:
707+
- Unified dashboard cards styling using shared `dashboard-card` class
708+
- Clickable profile stats with smooth scroll navigation
709+
- Improved avatar detection logic
710+
711+
### Fixed
712+
713+
- SSR hydration mismatch in AchievementBadge (client/server state sync)
714+
- Header hardcoded locale issues
715+
- Notification rendering consistency
716+
717+
### Performance & Stability
718+
719+
- Improved client-render guards using stable subscription pattern
720+
- Reduced hydration inconsistencies in production

0 commit comments

Comments
 (0)