Releases: multivmlabs/aeo.js
Releases · multivmlabs/aeo.js
v0.0.14
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
- @mhanelia made their first contribution in #47
- @HusseinAdeiza made their first contribution in #49
Full Changelog: v0.0.13...v0.0.14
v0.0.13
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
- @ribeiroevandro made their first contribution in #26
- @VictorD19 made their first contribution in #19
- @KimHyeongRae0 made their first contribution in #31
- @dependabot[bot] made their first contribution in #20
Full Changelog: v0.0.12...v0.0.13
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.