Skip to content

Commit a5db8dd

Browse files
l5iol5io
authored andcommitted
Release Notes Cloud version v1.0.30
Signed-off-by: l5io <ci@layer5.io>
1 parent 1db116b commit a5db8dd

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

build/meshery-cloud.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.29
1+
v1.0.30
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: v1.0.30
3+
date: 2026-04-25T07:03:53Z
4+
tag: v1.0.30
5+
prerelease: false
6+
toc_hide: true
7+
---
8+
9+
- fix(user-profile): public profile page showed \Invalid Date\ for Joined/Last Active — `v1beta2.User` emits camelCase `createdAt`/`lastLoginTime` but UI read snake_case `created_at`/`last_login_time`; fix across `user-details.js` @jamieplu (#5115)
10+
- fix(user-profile): name, avatar, and GitHub link on public profile broken by same cause — `firstName`/`lastName`/`avatarUrl`/`userId` now read correctly from `v1beta2.User` response @jamieplu (#5115)
11+
- fix(catalog): catalog card author avatar blank — `useGetUserProfileByIdQuery` result accessed as `avatar_url`; corrected to `avatarUrl` @jamieplu (#5115)
12+
- fix(navbar): navbar avatar image missing — `useGetUserQuery` result now read as `avatarUrl` @jamieplu (#5115)
13+
- fix(active-users): active user avatars and list keys broken — `userId`/`avatarUrl` aligned to `v1beta2.User` wire format @jamieplu (#5115)
14+
- fix(user-management): view-user modal read `user_id`/`avatar_url` from `useGetUserProfileByIdQuery` response; corrected to `userId`/`avatarUrl` @jamieplu (#5115)
15+
- fix(account/profile): account profile page read `avatar_url`/`user_id` from `useGetUserQuery` response and displayed blank username field; corrected to `avatarUrl`/`userId` @jamieplu (#5115)
16+
- fix(user-profile): skip predicate on `useGetUserProfileByIdQuery` used `profile?.userId` but query arg is `profile?.id`; email-signup users (no `userId`) had their profile detail fetch incorrectly skipped @jamieplu (#5115)
17+
- fix(user-profile): breadcrumb title coerced null `lastName` to the string
18+
ull\; replaced with nullish coalescing @jamieplu (#5115)
19+
20+
### 👨🏽‍💻 Contributors
21+
22+
Thank you to our contributors for making this release possible:
23+
@jamieplu, @l5io and @leecalcote

0 commit comments

Comments
 (0)