Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/loopover-mcp": "3.21.1",
"packages/loopover-engine": "3.21.1",
"packages/loopover-miner": "3.21.1",
"packages/loopover-ui-kit": "1.5.1"
"packages/loopover-ui-kit": "1.6.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions packages/loopover-ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.6.0](https://github.com/JSONbored/loopover/compare/ui-kit-v1.5.1...ui-kit-v1.6.0) (2026-07-31)


### Features

* **analytics:** complete the PostHog migration — retire Umami, fix the MCP event contract ([#10177](https://github.com/JSONbored/loopover/issues/10177)) ([2cafde3](https://github.com/JSONbored/loopover/commit/2cafde31b127d6a4b5d1083d72e5b1184ed78f7d)), closes [#8293](https://github.com/JSONbored/loopover/issues/8293) [#8299](https://github.com/JSONbored/loopover/issues/8299) [#10175](https://github.com/JSONbored/loopover/issues/10175) [#10176](https://github.com/JSONbored/loopover/issues/10176)
* **ui-kit:** relocate streaming-text, use-streaming-text, typing-indicator from miner-ui ([#9239](https://github.com/JSONbored/loopover/issues/9239)) ([f4a0ee0](https://github.com/JSONbored/loopover/commit/f4a0ee0c23b2ec11797d07a0edf825deb53e0e75))


### Fixes

* **observability:** group AI generations by their real trace, and attribute spend per repo ([#10187](https://github.com/JSONbored/loopover/issues/10187)) ([693aed8](https://github.com/JSONbored/loopover/commit/693aed823b9fb51518ce6649cc610a17ded86e9c)), closes [#10185](https://github.com/JSONbored/loopover/issues/10185)
* **ui-kit:** expose PaginationEllipsis More pages outside aria-hidden ([#10136](https://github.com/JSONbored/loopover/issues/10136)) ([291fcd9](https://github.com/JSONbored/loopover/commit/291fcd9b2b7a9107825ff836aca5ad39268eb102)), closes [#10052](https://github.com/JSONbored/loopover/issues/10052)
* **ui-kit:** render chart tooltip zero inside tabular-nums span ([#10114](https://github.com/JSONbored/loopover/issues/10114)) ([21855f2](https://github.com/JSONbored/loopover/commit/21855f2dd6faa493de33b89d379cff7ec5ae807c)), closes [#10051](https://github.com/JSONbored/loopover/issues/10051)
* **ui-kit:** stop useStreamingText cancel() from overwriting a settled status ([#10121](https://github.com/JSONbored/loopover/issues/10121)) ([3d7fdbf](https://github.com/JSONbored/loopover/commit/3d7fdbf4eefb2d5a626b4174ef1bc45e6c0209f1))


### Dependencies

* **ui-kit:** publish the stranded recharts v3 migration, and guard the class ([#9977](https://github.com/JSONbored/loopover/issues/9977)) ([c6fcee9](https://github.com/JSONbored/loopover/commit/c6fcee9908b9e354cafbf1a188ba3cb889c0dd44))

## [1.5.1](https://github.com/JSONbored/loopover/compare/ui-kit-v1.5.0...ui-kit-v1.5.1) (2026-07-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/loopover-ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopover/ui-kit",
"version": "1.5.1",
"version": "1.6.0",
"license": "AGPL-3.0-only",
"type": "module",
"description": "Shared design-system tokens and component primitives for loopover-ui and loopover-miner-ui.",
Expand Down
Loading