Skip to content

Commit 404812d

Browse files
committed
Added CHANGELOG entry
1 parent eeed636 commit 404812d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525

2626
### Bug fixes
2727

28-
* A few fixes for `ui.Chat()`, including:
28+
* A few fixes for `ui.Chat()`, including:
2929
* Fixed a bug with `Chat()` sometimes silently dropping errors. (#1672)
3030
* Fixed a bug with `Chat()` sometimes not removing it's loading icon (on error or a `None` transform). (#1679)
3131
* `.messages(format="anthropic")` correctly removes non-user starting messages (once again). (#1685)
@@ -35,6 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535

3636
* `ui.Theme()` now works correctly on Windows when the theme requires Sass compilation. (thanks @yuuuxt, #1684)
3737

38+
* Fixed the `InputSlider` controller's `.expect_width()` to check the `width` property within the `style` attribute. (#1691)
39+
3840
## [1.1.0] - 2024-09-03
3941

4042
### New features

0 commit comments

Comments
 (0)