Releases: dream-creator/agentflow
Release list
v0.40.0
v0.40.0 -- Production Release
Released: 2026-07-06
Tag: v0.40.0
Branch: main
Type: Production Release
Previous Release: v0.39.4
Overview
Breaking Changes
No breaking changes in this release.
What's New
Features
- redesign terms and privacy pages with branded nav, sticky TOC, and section anchors (#8e5a12d)
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.39.4 to v0.40.0
Step 1 -- Update your dependency
npm install agentflow@0.40.0
# or
yarn add agentflow@0.40.0Step 2 -- Review breaking changes
No breaking changes -- no additional steps required.
Release Stats
| Metric | Value |
|---|---|
| Commits since v0.39.4 | 1 |
| Files changed | |
| Additions / Deletions | +835 / -441 |
| 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.39.4 to v0.40.0)
8e5a12d feat(docs): redesign terms and privacy pages with branded nav, sticky TOC, and section anchors
v0.39.4
v0.39.4 -- Production Release
Released: 2026-07-04
Tag: v0.39.4
Branch: main
Type: Production Release
Previous Release: v0.39.3
Overview
Breaking Changes
No breaking changes in this release.
What's New
Features
No new features in this release.
Improvements
No improvements in this release.
Bug Fixes
No bug fixes in this release.
Other Changes
- widget debug PR (#6e11c99)
Dependency Updates
No dependency updates in this release.
Migration Guide
Upgrading from v0.39.3 to v0.39.4
Step 1 -- Update your dependency
npm install agentflow@0.39.4
# or
yarn add agentflow@0.39.4Step 2 -- Review breaking changes
No breaking changes -- no additional steps required.
Release Stats
| Metric | Value |
|---|---|
| Commits since v0.39.3 | 1 |
| Files changed | |
| Additions / Deletions | +2 / -0 |
| 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.39.3 to v0.39.4)
6e11c99 test: widget debug PR
v0.39.3
v0.39.3 -- Production Release
Released: 2026-07-04
Tag: v0.39.3
Branch: main
Type: Production Release
Previous Release: v0.39.2
Overview
Breaking Changes
No breaking changes in this release.
What's New
Features
No new features in this release.
Improvements
No improvements in this release.
Bug Fixes
- add per-page canonical tags and expand sitemap for Google Search Console (#6c5af79)
Root cause: Google Search Console reported 3 indexing issues — 'Page with
redirect' (2), 'Alternate page with proper canonical tag' (1), and
'Duplicate without user-selected canonical'.
Three problems identified and fixed:- CANONICAL TAGS: The root layout (layout.tsx) set a global canonical
to https://agent-flow.app on ALL pages. This told Google that /privacy,
/terms, /contact, and /changelog were all duplicates of the homepage.
Fix: each public page now exports its own self-referencing canonical
via alternates.canonical in its metadata export. - SITEMAP: /privacy and /changelog were live public pages (allowed by
robots.txt) but missing from sitemap.xml. Google had no discovery
path for these pages. Fix: added both to sitemap.ts with appropriate
priority and changeFrequency values. - www DUPLICATE (requires Vercel dashboard): www.agent-flow.app serves
identical content without redirecting to non-www. This is a Vercel
domain config issue, not a code fix. The user must set up a 301
redirect from www.agent-flow.app to agent-flow.app in the Vercel
dashboard (Settings → Domains → Redirect www to apex).
Files changed:
- src/app/page.tsx — add explicit self-referencing canonical
- src/app/privacy/page.tsx — add canonical https://agent-flow.app/privacy
- src/app/terms/page.tsx — add canonical https://agent-flow.app/terms
- src/app/contact/page.tsx — add canonical https://agent-flow.app/contact
- src/app/changelog/page.tsx — add canonical https://agent-flow.app/changelog
- src/app/sitemap.ts — add /privacy and /changelog entries
Verification: - npx tsc --noEmit: 0 errors
- npx next lint: 0 warnings
- npm test: 303/303 passing
- CANONICAL TAGS: The root layout (layout.tsx) set a global canonical
Other Changes
No other changes in this release.
Dependency Updates
No dependency updates in this release.
Migration Guide
Upgrading from v0.39.2 to v0.39.3
Step 1 -- Update your dependency
npm install agentflow@0.39.3
# or
yarn add agentflow@0.39.3Step 2 -- Review breaking changes
No breaking changes -- no additional steps required.
Release Stats
| Metric | Value |
|---|---|
| Commits since v0.39.2 | 1 |
| Files changed | |
| Additions / Deletions | +27 / -0 |
| 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.39.2 to v0.39.3)
6c5af79 fix(seo): add per-page canonical tags and expand sitemap for Google Search Console
v0.39.2
v0.39.2 -- Production Release
Released: 2026-06-30
Tag: v0.39.2
Branch: main
Type: Production Release
Previous Release: v0.39.1
Overview
Breaking Changes
No breaking changes in this release.
What's New
Features
No new features in this release.
Improvements
No improvements in this release.
Bug Fixes
No bug fixes in this release.
Other Changes
- move PLAN.md into docs/ (#859c5ca)
Dependency Updates
No dependency updates in this release.
Migration Guide
Upgrading from v0.39.1 to v0.39.2
Step 1 -- Update your dependency
npm install agentflow@0.39.2
# or
yarn add agentflow@0.39.2Step 2 -- Review breaking changes
No breaking changes -- no additional steps required.
Release Stats
| Metric | Value |
|---|---|
| Commits since v0.39.1 | 1 |
| Files changed | |
| Additions / Deletions | +0 / -0 |
| 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.39.1 to v0.39.2)
859c5ca chore: move PLAN.md into docs/
v0.39.1
v0.39.1 -- Production Release
Released: 2026-06-30
Tag: v0.39.1
Branch: main
Type: Production Release
Previous Release: v0.39.0
Overview
Breaking Changes
No breaking changes in this release.
What's New
Features
No new features in this release.
Improvements
No improvements in this release.
Bug Fixes
No bug fixes in this release.
Other Changes
- add v0.27.0 PayMongo checkout upgrade entry (#1515a91)
- move business/plan.md into docs/business-plan.md (#bddea35)
Dependency Updates
No dependency updates in this release.
Migration Guide
Upgrading from v0.39.0 to v0.39.1
Step 1 -- Update your dependency
npm install agentflow@0.39.1
# or
yarn add agentflow@0.39.1Step 2 -- Review breaking changes
No breaking changes -- no additional steps required.
Release Stats
| Metric | Value |
|---|---|
| Commits since v0.39.0 | 2 |
| Files changed | |
| Additions / Deletions | +15 / -0 |
| 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.39.0 to v0.39.1)
bddea35 chore: move business/plan.md into docs/business-plan.md
1515a91 docs(changelog): add v0.27.0 PayMongo checkout upgrade entry
v0.39.0
v0.39.0 -- Production Release
Released: 2026-06-30
Tag: v0.39.0
Branch: main
Type: Production Release
Previous Release: v0.38.0
Overview
Breaking Changes
No breaking changes in this release.
What's New
Features
- migrate from Stripe to PayMongo + docs restructure + env var fixes (#a2be252)
Stripe to PayMongo Migration- Replace entire Stripe integration with PayMongo payment gateway
- New src/lib/paymongo.ts (556 lines): customer management, subscriptions,
checkout sessions, webhooks with HMAC-SHA256 signature verification - New API routes: /api/paymongo/checkout, /api/paymongo/webhook,
/api/paymongo/cancel - New DB migrations: webhook_events table, paymongo columns on profiles
- Removed src/lib/stripe.ts and all /api/stripe/* routes
- Removed stripe npm dependency
- 44 new unit tests for PayMongo lib
TypeScript & Test Fixes - Added vitest/globals types to tsconfig.json (fixes 19 tsc errors in test files)
- Updated server-components.test.ts: settings/page.tsx and settings/billing/page.tsx
are now client components after PayMongo migration (moved to correct test groups)
Documentation Restructure - Moved flat docs/ files into organized subdirectories:
docs/guides/ (api-reference, authentication, database, deployment, security, etc.)
docs/architecture/ (adr/, diagrams/)
docs/getting-started/ (environment-variables, onboarding) - Added PLAN.md and business/plan.md
Environment & Config - Fixed text-amber-600 → text-warning-600 design token in settings page
- Set Vercel Production env vars: SUPABASE_SERVICE_ROLE_KEY, RESEND_API_KEY,
CRON_SECRET (all changed from empty sensitive to plain type)
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.38.0 to v0.39.0
Step 1 -- Update your dependency
npm install agentflow@0.39.0
# or
yarn add agentflow@0.39.0Step 2 -- Review breaking changes
No breaking changes -- no additional steps required.
Release Stats
| Metric | Value |
|---|---|
| Commits since v0.38.0 | 1 |
| Files changed | |
| Additions / Deletions | +5071 / -2259 |
| 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.38.0 to v0.39.0)
a2be252 feat: migrate from Stripe to PayMongo + docs restructure + env var fixes
v0.38.0
v0.38.0 -- Production Release
Released: 2026-06-21
Tag: v0.38.0
Branch: main
Type: Production Release
Previous Release: v0.37.1
Overview
Breaking Changes
No breaking changes in this release.
What's New
Features
- a11y fixes, SEO infrastructure, cookie consent E2E tests (#03b1e69)
- Fix link-in-text-block on landing page (font-medium + underline styling)
- Fix aria-hidden-focus on login/signup (add inert to off-screen Turnstile)
- Add robots.txt and sitemap.ts for SEO
- Add lighthouse-budget.json for perf monitoring
- Add cookie-consent.spec.ts (10 E2E tests, all passing)
- redesign to compact white+teal flat design (#36a02d2)
- 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)
- cookie consent banner + GDPR data export (#61e3cf0)
- CookieConsent component: role=dialog, aria-live=polite, keyboard Escape, localStorage persistence
- ConsentAwareAnalytics: conditionally renders Vercel Analytics/SpeedInsights based on user consent
- GET /api/export: authenticated data export (profile, leads, actions) with rate limiting (5/min)
- Settings page: Download My Data button triggers JSON file download
- middleware.test.ts: fix vi.fn constructor mock (arrow → function, remove this: unknown)
- 21 new source-assertion tests (11 cookie-consent + 10 export)
- 275/275 unit tests pass, tsc clean, lint clean, build succeeds
- unlimited CSV imports + fix silent plan-limit failures (#d553d42)
- Remove 1,000-row hard cap on CSV import (Pro users: unlimited)
- Increase max file size from 5MB to 50MB
- Fix checkPlanLimit() silently defaulting to 'free' when profile query fails
- Fix API route same fallback — now returns 500 with clear error
- Handle profile verification errors in import and add-lead pages
- Update changelog with user-friendly release notes
- redesign login/signup — single-column, shared OAuth buttons, dynamic provider detection, CTA orange, a11y fixes (#5b6cd5e)
- white/teal popups + faster email typing (#d4b7d8d)
- Email typing speed: 18ms → 10ms per char (faster reveal)
- Call screen: dark gradient → white bg with teal accents
- Email composer: blue icon/button → teal/orange (brand tokens)
- Text messages: purple → teal (brand primary)
- All 3 popups now match the site's white + teal design system
- Re-recorded hero-demo.webm (0.85 MB, all popups verified)
- re-record hero video with white/teal light theme (#2079615)
- Converted /demo page from dark macOS to light theme (white bg, teal accents)
- Updated hero-demo.tsx wrapper from dark glass to light glass (bg-white, border-surface-200)
- Re-recorded hero-demo.webm (0.86 MB) with all 3 action popups on light background
- Verified: email composer, call screen, text message thread all captured
- add action popup mockups (email, call, text) to demo video (#f9e983d)
- New ActionPopup component with 3 sub-components:
- EmailComposer: typing animation with realistic compose UI
- CallScreen: dark gradient with live call timer + end-call button
- TextMessage: message thread with typing indicator dots
- Updated recording script to capture popup interactions
- Re-recorded hero-demo.webm (1.25 MB) showing all 3 popups
- re-record hero demo with email, call, and messaging interactions (#b62d278)
- match gitmore.io hero refinements — pill CTAs, frosted glass, spacing (#56b40fa)
- click-to-fullscreen video modal with scale animation (#ab6d532)
- VideoModal: scale-95→100 transition, backdrop blur, ESC/click close, body scroll lock
- HeroDemo: play button overlay on hover, click opens modal
- Extracted interactive hero video into client component (page stays server)
- restyle hero video to match gitmore.io — centered layout, frosted glass, no browser chrome (#842b10e)
- replace SVG product mockup with live pipeline demo video (#32be0f6)
- Record pipeline page interactions via Playwright screen capture
- Replace static SVG browser mockup with looping WebM video
- Add ReducedMotionVideo component for prefers-reduced-motion support
- Video shows: lead cards, stage dropdown, cursor movement, stage transitions
- 751KB WebM, 1280x720 @2x, ~15s loop
- Recording script preserved for future re-recordings
- scroll-reveal animations + design fixes (#e1098dc)
- Remove fake social proof (avatar stack, 47+ claim), replace with trust signal
- Break Problem section's identical 3-column grid into numbered list (01/02/03)
- Rework dashboard mockup with realistic data (phone numbers, varied names, overdue)
- Add 3-family scroll-reveal system (hero/content/conversion) with IntersectionObserver
- Each family chains opacity fade + transform separately (Emil rule)
- Easing: ease-out-quart for even visual distribution
- Durations: 0.6-0.85s with reduced overshoot
- Stagger: 70ms content, 120ms hero
- Respects prefers-reduced-motion
- replace drag-and-drop with accordion + action buttons (#d3bc992)
New pipeline design:- Accordion sections for each stage (collapsible)
- Stage dropdown on each card (one-tap stage change)
- Quick action buttons (call, email, text) on every card
- Lead scoring indicators (hot/warm/cold)
- Overdue highlighting (red left border)
- Mobile-first vertical layout
- Zero dependencies (removed @hello-pangea/dnd)
Old DnD board kept as dnd-board.tsx for reference.
- replace Follow-ups with Leads, remove Settings from nav (#cf3d849)
- Follow-ups removed from nav (leads page has better UX: search, sort,
filter, grid/list view, bulk actions, CSV import, lead scoring) - Settings removed from nav (already accessible via user profile link)
- Leads added with Contact icon, links to /leads
- Bottom nav updated to match
- Follow-ups removed from nav (leads page has better UX: search, sort,
- skip column mapping when auto-detection is confident (#9772957)
When First Name + Last Name (or a single name column) + Email/Phone are
detected, the import jumps straight to a review step with an Import
button. Users can still click 'Change mapping' to go back to manual
column mapping if needed. - branded magic link email via Resend + server-side Turnstile verification (#4a1f0c6)
- Add POST /api/auth/magic-link endpoint using admin.generateLink()
- Add sendMagicLinkEmail() to resend.ts with branded HTML template
- Update login + signup to call our endpoint instead of signInWithOtp()
- Server-side Turnstile verification (requires TURNSTILE_SECRET_KEY)
- Update from address to hello@agent-flow.app
- Remove Pipeline Snapshot from dashboard
- wire welcome email on signup + daily digest cron (#8ac12de)
- add urgency visuals, completion animation, streak counter, date labels (#1f97041)
- add lead scoring, sort options, bulk actions, grid/list view toggle, pipeline progress bar (#4884d9f)
- add badge counts, Google Calendar link, active state with left border accent (#84533a1)
- redesign dashboard home with stat cards, pipeline snapshot, and quick actions (#1259419)
- add dot pattern background + redesign left panel layout (#ccf870a)
- Add lightweight DotPattern component (pure SVG, no motion dependency)
- Integrate dot pattern into login and signup left panels
- Add Check icons before feature lines for visual structure
- Replace inline styles with Tailwind gap-3
- Bump feature text from 15px to 16px for readability
- Tighten vertical rhythm: mt-6/mt-4/mt-8 between sections
- Update login skeleton to match new feature line structure
- landing page polish — integration grid, teal CTAs, shadows, consistency (#25a1d52)
- Replace StatsBar with Integration Ecosystem Grid (Zillow, Realtor.com, Google Calendar, Phone & SMS, Email, MLS)
- Unify button color: all CTAs now use teal instead of orange
- Standardize card border-radius to 10px across all components
- Add subtle shadows back to cards for better visual depth
- Remove em-dashes from body copy for a more natural tone
- Clean up dead CSS (unused CTA variables, unused button variant)
- Scale up integration grid cards for better readability
- interactive feature cards + clickable how-it-works steps (#952b756)
- Add hover micro-animations (phone fade-in, pipeline slide, phone pulse)
- Fix card height equality via flex layout + standardized preview sections
- Standardize all 3 feature previews to same visual weight and height
- Pipeline preview: 5 stages reduced to 3 (New, Showing, Closed)
- Contacts preview: removed phone icon hover action
- Extract HowItWorks as client component with click-to-highlight interaction
- Step number circles now clickable to switch active step
- Respects prefers-reduced-motion for animations
- update Pro pricing →/mo (/yr annual), align landing pricing badges (#87ba96d)
- bump left panel fonts + align right panel headings + update changelog (#2318a79)
- redesign login/signup left panel + center headings + fix centering (#6605fe1)
- Left panel: teal bg → surface-50 with new brand copy (both pages)
- Login: removed trust badge, centered heading with Continue with Google
- Signup: centered Create your account heading
- Wrapper: min-h-dvh lg:h-dvh → min-h-screen (both pages)
- Right panel: added min-h-screen (both pages)
- Layout body: added min-h-screen
- Removed dead code: ProductMockup, StatsBar, StarRating, Shield/Star imports
- Updated login skeleton to match new design
- Net -140 lines
- public /changelog page with hand-curated releases (#0ad5049)
Adds a public, statically-generated /changelog page that renders a
hand-curated release history. Pinned entries appear at the top in
their own section, the rest g...
v0.37.1
v0.37.1 -- Production Release
Released: 2026-06-21
Tag: v0.37.1
Branch: main
Type: Production Release
Previous Release: v0.37.0
Overview
Breaking Changes
No breaking changes in this release.
What's New
Features
No new features in this release.
Improvements
No improvements in this release.
Bug Fixes
No bug fixes in this release.
Other Changes
- remove dead code, rename misnamed test, clean stale docs (#da8ebba)
- Delete src/hooks/index.ts (dead barrel, zero imports)
- Delete src/hooks/useActions.ts (zero production consumers)
- Delete tests/unit/hooks/index.test.ts (tested dead barrel)
- Delete src/app/demo/page.tsx (orphaned route, no inbound links)
- Rename toast.test.ts → constants.test.ts (was testing PLAN_LIMITS, not toast)
- Gitignore scripts/record-hero-video.ts and scripts/generate-icons.js
- Clean stale DndBoard/useActions/paymongo refs in docs
Dependency Updates
No dependency updates in this release.
Migration Guide
Upgrading from v0.37.0 to v0.37.1
Step 1 -- Update your dependency
npm install agentflow@0.37.1
# or
yarn add agentflow@0.37.1Step 2 -- Review breaking changes
No breaking changes -- no additional steps required.
Release Stats
| Metric | Value |
|---|---|
| Commits since v0.37.0 | 1 |
| Files changed | |
| Additions / Deletions | +22 / -466 |
| 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.37.0 to v0.37.1)
da8ebba chore: remove dead code, rename misnamed test, clean stale docs
v0.37.0
v0.37.0 -- Production Release
Released: 2026-06-20
Tag: v0.37.0
Branch: main
Type: Production Release
Previous Release: v0.36.0
Overview
Breaking Changes
No breaking changes in this release.
What's New
Features
- a11y fixes, SEO infrastructure, cookie consent E2E tests (#c006033)
- Fix link-in-text-block on landing page (font-medium + underline styling)
- Fix aria-hidden-focus on login/signup (add inert to off-screen Turnstile)
- Add robots.txt and sitemap.ts for SEO
- Add lighthouse-budget.json for perf monitoring
- Add cookie-consent.spec.ts (10 E2E tests, all 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.36.0 to v0.37.0
Step 1 -- Update your dependency
npm install agentflow@0.37.0
# or
yarn add agentflow@0.37.0Step 2 -- Review breaking changes
No breaking changes -- no additional steps required.
Release Stats
| Metric | Value |
|---|---|
| Commits since v0.36.0 | 1 |
| Files changed | |
| Additions / Deletions | +202 / -1 |
| 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.36.0 to v0.37.0)
c006033 feat: a11y fixes, SEO infrastructure, cookie consent E2E tests
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