Releases: multivmlabs/aeo.js
Releases · multivmlabs/aeo.js
v0.0.12
What's Changed
- fix(widget): break mutual recursion between closeOverlay and switchToHuman by @FabioRocha231 in #17
New Contributors
- @FabioRocha231 made their first contribution in #17
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- fix: show 'aeo.js' in header, keep full title in page <title> tag by @rubenmarcus in #15
- fix: Next.js sitemap generation and multiple bug fixes by @rubenmarcus in #16
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- fix: guard virtual widget module when widget is disabled by @rubenmarcus in #14
Full Changelog: v0.0.9...v0.0.10
v0.0.9 — Sitemap Fix & CI
Bug Fixes
- Fixed recursive crawling into
public/,dist/,.next/in sitemap and llms-txt generation - Next.js
contentDirno longer falls back to project root
New
- CI auto-publish to npm on GitHub release
- OG social sharing image for aeojs.org
npm install aeo.js@0.0.9v0.0.8 — README & Website Redesign
- Redesigned README with badges, widget demos, and Why AEO section
- Docs landing page with glassmorphic hero and terminal demo
- Widget GIFs and example demos
v0.0.7 — Docs Site & Widget Sizes
- Starlight documentation site at aeojs.org
- Small and icon-only widget size variants
- Score alignment and security fixes
v0.0.6 — Widget Fix
Fixed widget HTML response detection from catch-all routes.
v0.0.5 — Angular Plugin & CLI
Added Angular plugin with route scanning, CLI improvements, and bug fixes.
v0.0.4 — Widget UX Improvements
Improved widget overlay UX with pure black background for better readability.
v0.0.3 — Multi-framework Support
Full framework support: Vite, Nuxt, Astro, Next.js, Webpack plugins.