Skip to content

Commit 416a17f

Browse files
committed
chore: bump version to 0.7.0
1 parent 4a59078 commit 416a17f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.0] - 2025-11-08
11+
12+
### Added
13+
14+
- **Responsive Breakpoints**: Standardized breakpoint system across all components
15+
- Added design tokens for breakpoints (640px tablet, 768px desktop, 1024px desktop-wide)
16+
- Comprehensive Storybook documentation with interactive demos
17+
- Live viewport width indicators for testing responsive behavior
18+
- ChatGPT Desktop widget strategy (768px width optimization)
19+
20+
### Fixed
21+
22+
- **SummaryCard**: Button skeleton width now responsive in loading states
23+
- Use CSS custom property (--button-skeleton-width) for dynamic width calculation
24+
- Calculate width based on button text length (min 88px, max 200px)
25+
- Preserve media query behavior for responsive breakpoints
26+
- Loading state buttons now match data state widths at all breakpoints
27+
28+
### Changed
29+
30+
- **Responsive Breakpoints**: Standardized media queries across components
31+
- List component: 640px (ensures desktop layout at 768px ChatGPT widget width)
32+
- Card/SummaryCard/Album: 768px (button auto-width at ChatGPT widget size)
33+
- FullscreenMap: 1024px (sidebar only on wide screens)
34+
- All breakpoints use hardcoded px values with inline comments
35+
- Design tokens serve as documentation reference
36+
1037
## [0.6.0] - 2025-11-07
1138

1239
### Fixed

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.6.0",
3+
"version": "0.7.0",
44
"description": "AI Native Kit - Component library for AI-powered applications",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)