2.8.2
Chainlit/chainlit2.8.2Oct 1, 2025by hayescode
AI Summary
Improves mobile UX by removing auto-focus on the message composer and fixes bugs related to chat start events and Copilot hotkeys.
Key Highlights
- UX improvement: Don't autoFocus on mobile for MessageComposer
- Fix for on_chat_start not always firing
- Fix for Copilot hotkey triggering incorrectly in Shadow DOM
Full Release Notes
## What's Changed * UX improvement: Don't autoFocus on mobile for MessageComposer by @jstsch in https://github.com/Chainlit/chainlit/pull/2548 * Try/except when calling get_read_url for elements in sqlalchemy.py + None checks by @GhimBoon in https://github.com/Chainlit/chainlit/pull/2551 * fix: properly finalize data layer by @asvishnyakov in https://github.com/Chainlit/chainlit/pull/2555 * fix: on_chat_start not always firing by @hayescode in https://github.com/Chainlit/chainlit/pull/2549 * fix(copilot): Voice hotkey (P) incorrectly triggers when typing in chat input within Shadow DOM by @RoyBA in https://github.com/Chainlit/chainlit/pull/2560 * chore: release by @hayescode in https://github.com/Chainlit/chainlit/pull/2565 ## New Contributors * @RoyBA made their first contribution in https://github.com/Chainlit/chainlit/pull/2560 **Full Changelog**: https://github.com/Chainlit/chainlit/compare/2.8.1...2.8.2