Skip to content

Commit afc31e0

Browse files
authored
chore/release (#2610)
1 parent 533e20b commit afc31e0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to Chainlit will be documented in this file.
44

55
The 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

backend/chainlit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.8.3"
1+
__version__ = "2.8.4"

0 commit comments

Comments
 (0)