Skip to content

Commit 2afb681

Browse files
chore(release): v0.5.2
1 parent eaf3eb0 commit 2afb681

5 files changed

Lines changed: 95 additions & 42 deletions

File tree

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
253253
- Improved stability of text selection detection for AI helper
254254
- Fixed social icon hover styles in dark mode
255255
- Reduced visual overlap issues on small mobile screens
256+
257+
## [0.5.2] - 2026-02-01
258+
259+
### Added
260+
261+
- About page enhancements:
262+
- Refreshed Features and Pricing sections with clearer messaging
263+
- Interactive particle-based backgrounds with reduced-motion support
264+
- New reusable UI components: ParticleCanvas, GradientBadge, SectionHeading
265+
- Improved mobile responsiveness and layout stability
266+
- Blog improvements:
267+
- Pagination support for blog listing
268+
- Dynamic grid backgrounds across blog pages
269+
- Featured post CTA in blog hero
270+
- Author filtering via URL with adaptive header behavior
271+
- AI Word Helper updates:
272+
- Improved error handling with simplified retry UX
273+
- Backend refactor for Vercel compatibility
274+
- Rate limiting enforcement for AI explanation endpoint
275+
- Caching & performance:
276+
- Upstash Redis cache for Q&A (cache-aside strategy)
277+
- Robust cache parsing and invalidation handling
278+
- Infrastructure & tooling:
279+
- Netlify deployment configuration updates
280+
- Redis environment variable support
281+
- CodeRabbit automated review configuration
282+
283+
### Changed
284+
285+
- Home page UI refinements:
286+
- Refactored Hero section into reusable components
287+
- Improved primary CTA button styling and interactions
288+
- Updated card layouts and online users counter visuals
289+
- Blog experience refined:
290+
- Improved text formatting and rendering consistency
291+
- Better search, filtering, and pagination UX
292+
- Shop UI updates:
293+
- Unified storefront styles across components
294+
- Improved checkout flow state handling
295+
- Added metadata across shop routes for better SEO
296+
- Default locale changed from `uk` to `en` with safer type validation
297+
- Internal refactors:
298+
- Codebase cleanup and structural simplification
299+
- Improved cache initialization and error handling
300+
301+
### Fixed
302+
303+
- Fixed blog text formatting and latest post image rendering
304+
- Resolved layout centering issues on Leaderboard
305+
- Fixed social icon hover styles in dark mode
306+
- Improved stability of text selection detection for AI helper
307+
- Fixed locale duplication and routing edge cases
308+
- Reduced visual overlap issues on small mobile screens

frontend/package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

studio/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devlovers",
33
"private": true,
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"main": "package.json",
66
"license": "UNLICENSED",
77
"scripts": {

0 commit comments

Comments
 (0)