Skip to content

Commit 2ab1bf3

Browse files
committed
chore: release v0.12.0
1 parent b3e348b commit 2ab1bf3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.0] - 2025-11-17
11+
12+
### Changed
13+
14+
- **Carousel**: Default viewport padding is now `0` instead of `var(--ai-spacing-10)`
15+
- Padding is now opt-in instead of opt-out
16+
- Prevents layout issues in constrained spaces (e.g., 640px ChatGPT iframe)
17+
- Use `viewportPadding="var(--ai-spacing-10)"` to restore previous behavior
18+
19+
### Fixed
20+
21+
- **SummaryCard.Overlay**: Height calculation now correctly includes padding
22+
- Added `box-sizing: border-box` so `height={40}` with `padding={8}` results in 40px total, not 56px
23+
- Overlay content now clips properly to image rounded corners with `overflow: hidden`
24+
1025
## [0.11.0] - 2025-11-16
1126

1227
### Added

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ainativekit/ui",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "React UI component library for ChatGPT Apps SDK - Production-ready components, hooks, and design system",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)