Skip to content

Commit

Permalink
0.1.24
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 23, 2025
1 parent 8defaef commit ed9c7e5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.1.24 (2025-01-23)

### Fix

* fix(chat): Enhance Chat component with thinking states and styling

- Added `thinkingStates` prop to the Chat component to manage user thinking indicators.
- Implemented a new function `getLastMessageByType` to retrieve the last message of a specific type.
- Updated ChatWidget to pass `thinkingStates` from the model state.
- Refactored CSS styles to improve the layout and appearance of chat messages and thinking indicators.
- Introduced a new method `set_thinking` in the backend to manage thinking states for different user types.

These changes collectively enhance the interactivity and user experience of the chat interface. ([`63ee8c5`](https://github.com/numerous-com/numerous-widgets/commit/63ee8c5a4f0ab642ded7810fa0d9efacf6dcb030))


## v0.1.23 (2025-01-23)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "numerous-widgets"
version = "0.1.23"
version = "0.1.24"
dependencies = ["anywidget", "pydantic", "jinja2"]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit ed9c7e5

Please sign in to comment.