@tambo-ai/react-ui-base-v0.1.2

tambo-ai/tambo@tambo-ai/react-ui-base-v0.1.2Mar 6, 2026by tambo-bot

AI Summary

This patch release (0.1.2) from March 6, 2026 adds accessibility improvements to ThreadHistory.Item and includes three bug fixes related to MessageInput component state handling and data attribute formatting.

Key Highlights

  • Added aria-current and default children to ThreadHistory.Item for improved accessibility
  • Fixed MessageInput.StopButton to align with useRender state/props pattern
  • Fixed MessageInput.Textarea to suppress non-HTML state attributes
  • Changed boolean data attributes to use explicit 'true' string values

New Features

  • Added aria-current prop to ThreadHistory.Item component for accessibility
  • Added default children support to ThreadHistory.Item component

Full Release Notes

## [0.1.2](https://github.com/tambo-ai/tambo/compare/@tambo-ai/react-ui-base-v0.1.1...@tambo-ai/react-ui-base-v0.1.2) (2026-03-06)


### Features

* **react-ui-base:** add aria-current and default children to ThreadHistory.Item ([#2577](https://github.com/tambo-ai/tambo/issues/2577)) ([75efa40](https://github.com/tambo-ai/tambo/commit/75efa40c34e4db84eed111209166131c184165c1))


### Bug Fixes

* **react-ui-base:** align MessageInput.StopButton with useRender state/props pattern ([#2582](https://github.com/tambo-ai/tambo/issues/2582)) ([ae6bd85](https://github.com/tambo-ai/tambo/commit/ae6bd851f8182576f279499cc0d48107d84c7a62))
* **react-ui-base:** suppress non-HTML state attributes on MessageInput.Textarea ([#2578](https://github.com/tambo-ai/tambo/issues/2578)) ([6449bd1](https://github.com/tambo-ai/tambo/commit/6449bd1b35b29ee9f7b912e8eae2c8d253f222d3))
* **react-ui-base:** use explicit "true" for boolean data attributes ([#2580](https://github.com/tambo-ai/tambo/issues/2580)) ([bb4c281](https://github.com/tambo-ai/tambo/commit/bb4c281ea32726f7fcc03803558a84b1ad85c9f2))