We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4b054 commit 3e505e0Copy full SHA for 3e505e0
packages/utils/changelog.ts
@@ -20,6 +20,13 @@ const VERSIONS: VersionEntry[] = [
20
// - Adjusted pop-up design to include a border.
21
// - Updated translations.`,
22
// },
23
+ {
24
+ date: `2026-02-09T07:40:00-08:00`,
25
+ product: 'web',
26
+ body: `## Improvements
27
+- Fixed tabs on project pages not working properly sometimes, displaying a highlight on the wrong tab.
28
+- Fixed iframes in descriptions removing all query parameters, even ones that it's supposed to allow.`,
29
+ },
30
{
31
date: `2026-02-09T07:20:00-08:00`,
32
product: 'web',
0 commit comments