Skip to content

Commit a552bd2

Browse files
authored
chore: prepare release (#1864)
1 parent cf5d5ad commit a552bd2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.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

backend/chainlit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
except 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"

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chainlit"
3-
version = "2.1.1"
3+
version = "2.1.2"
44
keywords = [
55
'LLM',
66
'Agents',

0 commit comments

Comments
 (0)