File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to Chainlit will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ 2.1.0] - 2025-01-30
8
+
9
+ ### Added
10
+
11
+ - You can now send toasts with ` cl.context.emitter.send_toast `
12
+ - Markdown now supports alerts
13
+ - Theme options are now translatable
14
+ - Copilot can now load custom css
15
+
16
+ ### Fixed
17
+
18
+ - Mounting Chainlit as a sub app should no longer break the parent's app endpoints
19
+ - Pasting text in the chat input should now remove extra formatting and preserve new lines
20
+
21
+
7
22
## [ 2.0.603] - 2025-01-28
8
23
9
24
### Added
Original file line number Diff line number Diff line change 5
5
except metadata .PackageNotFoundError :
6
6
# Case where package metadata is not available, default to a 'non-outdated' version.
7
7
# Ref: config.py::load_settings()
8
- __version__ = "2.0.603 "
8
+ __version__ = "2.1.0 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " chainlit"
3
- version = " 2.0.603 "
3
+ version = " 2.1.0 "
4
4
keywords = [
5
5
' LLM' ,
6
6
' Agents' ,
You can’t perform that action at this time.
0 commit comments