Skip to content

Commit 5114a76

Browse files
TestCopilot
andcommitted
chore(release): add 2026.4.9 changelog entry
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f9438cb commit 5114a76

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

packages/changelog/changelog-data.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,19 @@ export interface ChangelogEntry {
4646
* 3. Use the correct change type (feature, fix, improvement, breaking)
4747
*/
4848
export const CHANGELOG: ChangelogEntry[] = [
49+
{
50+
version: "2026.4.9",
51+
date: "2026-04-06",
52+
highlights:
53+
"Native image drops now stay scoped to the composer even when the app view is zoomed.",
54+
changes: [
55+
{
56+
type: "fix",
57+
description:
58+
"Native file drag hit-testing now uses zoom-aware composer bounds so image drops no longer activate outside the composer.",
59+
},
60+
],
61+
},
4962
{
5063
version: "2026.3.33",
5164
date: "2026-03-29",

0 commit comments

Comments
 (0)