File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to Chainlit will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ 2.8.4] - 2025-10-29
8+
9+ ### Added
10+ - Add support for GitHub Enterprise OAuth provider
11+ - Explicit disable on input widgets
12+
13+
14+ ### Fixed
15+ - Tasklist tasks are now properly reconnected to their steps/messages
16+ - ci: fix pnpm publish checks
17+ - fix: missing / in url with base path when connecting Streamable HTTP MCP
18+ - fix - persist custom_elements to data layer without cloud storage
19+ - fix: propagate IME composition events in AutoResizeTextarea
20+ - fix: confirm when enter
21+ - Fix(translation): correct French translation of chat watermark
22+ - fix(ui): add fallback logo if custom logo is missing
23+
724## [ 2.8.3] - 2025-10-06
825
926### Added
Original file line number Diff line number Diff line change 1- __version__ = "2.8.3 "
1+ __version__ = "2.8.4 "
You can’t perform that action at this time.
0 commit comments