v1.8.2
TimoBolkart/FLAME-Universev1.8.2May 11, 2026by gaomeng1900
AI Summary
This release upgrades the build toolchain to Vite 8 and introduces new configuration options for the UI panel and CDN scripts. It also includes various dependency updates and bug fixes to improve stability.
Key Highlights
- Upgrade Vite to version 8
- Add `showPanel` switch for UI configuration
- Add `autoInit` switch for demo CDN scripts
- Fix TypeScript `InvokeErrorType` separation
New Features
- Add `showPanel` switch
- Add autoInit switch for demo CDN script
- Fix manualChunks in website build
Full Release Notes
## What's Changed * chore(deps-dev): bump the development-dependencies group with 7 updates by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/486 * fix(website): make manualChunks work by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/489 * fix(ts): `InvokeErrorType` separate confusing value/type space by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/490 * Upgrade vite 8 by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/491 * chore: upgrade dependencies by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/499 * feat: add `showPanel` switich by @CNFeffery in https://github.com/alibaba/page-agent/pull/461 * fix(page-agent): keep demo showPanel out of config type by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/500 * feat: add autoInit switch for demo CDN script by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/501 ## New Contributors * @CNFeffery made their first contribution in https://github.com/alibaba/page-agent/pull/461 **Full Changelog**: https://github.com/alibaba/page-agent/compare/v1.8.1...v1.8.2