Skip to content

Releases: multivmlabs/aeo.js

v0.0.14

14 May 16:12

Choose a tag to compare

What's Changed

  • chore: ignore bun.lock to keep npm as the single source of truth by @rubenmarcus in #45
  • feat(website): lighter docs (GIFs → WebP) + contributors page by @rubenmarcus in #44
  • chore(deps): bump vite and vitest by @dependabot[bot] in #43
  • fix(widget): add accessible names to toggle buttons by @mhanelia in #47
  • feat(ai-index): add configurable generation options by @KimHyeongRae0 in #46
  • docs(api): align examples with exported signatures by @KimHyeongRae0 in #48
  • chore(deps): bump postcss from 8.5.8 to 8.5.14 in /website by @dependabot[bot] in #56
  • docs: add comprehensive framework integration guides by @HusseinAdeiza in #49
  • docs: vanilla guide, CLI reference, JSON-LD recipes + angular/webpack examples by @rubenmarcus in #57
  • fix(audit): align schema pattern detection by @KimHyeongRae0 in #50
  • docs: clarify off-site AI visibility limits (closes #53) by @rubenmarcus in #58

New Contributors

Full Changelog: v0.0.13...v0.0.14

v0.0.13

04 May 10:38
f546592

Choose a tag to compare

What's Changed

  • Add Context7 verification file for aeo.js by @ribeiroevandro in #26
  • fix: filter sitemap pathnames from generated sitemap.xml by @VictorD19 in #19
  • fix(ai-index): preserve Unicode keywords by @KimHyeongRae0 in #31
  • fix: consolidated bug fixes, security hardening, and bump to v0.0.13 by @rubenmarcus in #28
  • ci: skip Cloudflare deploy on Dependabot PRs by @rubenmarcus in #34
  • chore(deps): bump defu from 6.1.4 to 6.1.7 in /website by @dependabot[bot] in #20
  • chore(deps): bump smol-toml from 1.6.0 to 1.6.1 in /website by @dependabot[bot] in #21
  • chore(deps): bump picomatch in /website by @dependabot[bot] in #22
  • chore(deps): bump vite from 7.3.1 to 7.3.2 in /website by @dependabot[bot] in #23
  • chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 in /website by @dependabot[bot] in #24
  • chore(deps): bump astro from 6.0.4 to 6.2.1 in /website by @dependabot[bot] in #25
  • chore(deps): bump postcss from 8.5.6 to 8.5.13 by @dependabot[bot] in #33
  • chore(deps-dev): bump defu from 6.1.4 to 6.1.7 by @dependabot[bot] in #35
  • chore(deps): bump picomatch from 4.0.3 to 4.0.4 by @dependabot[bot] in #36
  • chore(deps): bump undici from 7.22.0 to 7.25.0 by @dependabot[bot] in #37
  • chore(deps): bump brace-expansion from 5.0.2 to 5.0.5 by @dependabot[bot] in #38
  • chore(deps): bump minimatch from 10.2.2 to 10.2.3 by @dependabot[bot] in #40
  • chore(deps): bump rollup from 4.58.0 to 4.60.2 by @dependabot[bot] in #41

New Contributors

Full Changelog: v0.0.12...v0.0.13

v0.0.12

21 Mar 23:13
23afb03

Choose a tag to compare

What's Changed

  • fix(widget): break mutual recursion between closeOverlay and switchToHuman by @FabioRocha231 in #17

New Contributors

Full Changelog: v0.0.11...v0.0.12

v0.0.11

20 Mar 13:21
9c211df

Choose a tag to compare

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

17 Mar 00:33
977fcb8

Choose a tag to compare

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

16 Mar 13:16

Choose a tag to compare

Bug Fixes

  • Fixed recursive crawling into public/, dist/, .next/ in sitemap and llms-txt generation
  • Next.js contentDir no 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.9

v0.0.8 — README & Website Redesign

16 Mar 12:58

Choose a tag to compare

  • 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

16 Mar 12:58

Choose a tag to compare

  • Starlight documentation site at aeojs.org
  • Small and icon-only widget size variants
  • Score alignment and security fixes

v0.0.6 — Widget Fix

16 Mar 12:58

Choose a tag to compare

Fixed widget HTML response detection from catch-all routes.

v0.0.5 — Angular Plugin & CLI

16 Mar 12:58

Choose a tag to compare

Added Angular plugin with route scanning, CLI improvements, and bug fixes.