v0.36.0
v0.36.0 -- Production Release
Released: 2026-06-20
Tag: v0.36.0
Branch: main
Type: Production Release
Previous Release: v0.35.2
Overview
Breaking Changes
No breaking changes in this release.
What's New
Features
- redesign to compact white+teal flat design (#eacb7e5)
- White background with flat border (no shadow, no dark bg)
- Teal primary button instead of orange CTA
- Compact bottom-right position (max-w-sm)
- Added close (X) button for quick dismissal
- Emil Kowalski easing curves (200ms enter, 150ms exit)
- Tactile feedback with active:scale-[0.97]
- Proper touch targets (min-h-[44px])
- role='alertdialog' for better semantics
- aria-label on dismiss button
- Updated tests to match new design (15/15 passing)
Improvements
No improvements in this release.
Bug Fixes
No bug fixes in this release.
Other Changes
No other changes in this release.
Dependency Updates
No dependency updates in this release.
Migration Guide
Upgrading from v0.35.2 to v0.36.0
Step 1 -- Update your dependency
npm install agentflow@0.36.0
# or
yarn add agentflow@0.36.0Step 2 -- Review breaking changes
No breaking changes -- no additional steps required.
Release Stats
| Metric | Value |
|---|---|
| Commits since v0.35.2 | 1 |
| Files changed | |
| Additions / Deletions | +104 / -42 |
| Contributors | 2 |
Contributors
Thank you to everyone who contributed to this release.
- @dream-creator
- @ryandasalla1001
Resources
| Link | Description |
|---|---|
| Full Changelog | All commits in this diff |
| Report a Bug | Submit a bug report |
| Discussions | Questions and community |
Full Commit Log (v0.35.2 to v0.36.0)
eacb7e5 feat(cookie-consent): redesign to compact white+teal flat design