From f25e238e53ca6b363cd270ab850ef2fb9adcbb0a Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Tue, 10 Mar 2026 16:31:51 +0300 Subject: [PATCH] Update changelog with PR #86 fixes --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce71245b..53af705e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Unreleased + +### Features + +- Grid layout in AI chat — JSX renderer supports `grid`, `columns`, `rows`, `gap` props with child positioning (`colStart`, `rowStart`, `colSpan`, `rowSpan`) and auto-height grids +- Configurable max output tokens in AI provider settings (default 16384) + +### Fixes + +- Fix auto-layout overflow in AI-generated designs — text wrapping, min/max constraints, absolute positioning, and FILL sizing now work correctly +- Fix `layoutAlignSelf` limited to STRETCH — full range supported (CENTER, MAX, MIN, BASELINE) +- Fix hidden auto-layout children losing their dimensions on layout recompute +- Fix ProviderSettings popover not visible in AI chat +- Fix paste/copy/cut intercepted by canvas in AI chat input +- Strip TypeScript casts from AI-generated JSX (`as any`, `as const`) +- Fix parsing complex .fig files crashing on missing GUIDs in component overrides + ## 0.9.0 — 2026-03-09 ### Features