File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ 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.1.2] - 2025-02-05
8+
9+ ### Fixed
10+ - The default loader should now be displayed if the chat is running and no response is yet sent
11+ - Pasting HTML in the chat input show now work
12+ - React warnings and accessibility issues
13+ - Command filtering now works with ` includes ` instead of ` startWith `
14+ - The submit button should be disabled in the chat input is empty
15+
716## [ 2.1.1] - 2025-02-03
817
918### Fixed
Original file line number Diff line number Diff line change 55except metadata .PackageNotFoundError :
66 # Case where package metadata is not available, default to a 'non-outdated' version.
77 # Ref: config.py::load_settings()
8- __version__ = "2.1.1 "
8+ __version__ = "2.1.2 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " chainlit"
3- version = " 2.1.1 "
3+ version = " 2.1.2 "
44keywords = [
55 ' LLM' ,
66 ' Agents' ,
You can’t perform that action at this time.
0 commit comments