Skip to content

Commit 37a28e7

Browse files
committed
Update CHANGELOG.md
1 parent 3004b03 commit 37a28e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
* `shiny create` includes new and improved `ui.Chat()` template options. Most of these templates leverage the new [`{chatlas}` package](https://posit-dev.github.io/chatlas/), our opinionated approach to interfacing with various LLM. (#1806)
1717

18+
* Added a new `expect_max_height()` method to the Valuebox controllers to check the maximum height of a value box (#1816)
19+
1820
### Bug fixes
1921

2022
* `ui.Chat()` now correctly handles new `ollama.chat()` return value introduced in `ollama` v0.4. (#1787)
2123

24+
* Updated `expect_height()` for Valuebox controllers to check the height property instead of max-height. (#1816)
25+
2226
## [1.2.1] - 2024-11-14
2327

2428
### Bug fixes

0 commit comments

Comments
 (0)