diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 994c3f532..69941327b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ "packages/loopover-mcp": "3.11.0", "packages/loopover-engine": "3.11.0", "packages/loopover-miner": "3.11.0", - "packages/loopover-ui-kit": "1.1.2" + "packages/loopover-ui-kit": "1.1.3" } diff --git a/package-lock.json b/package-lock.json index 3d43a6cc4..49b702c1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21387,7 +21387,7 @@ }, "packages/loopover-ui-kit": { "name": "@loopover/ui-kit", - "version": "1.1.2", + "version": "1.1.3", "license": "AGPL-3.0-only", "dependencies": { "@radix-ui/react-accordion": "^1.2.15", diff --git a/packages/loopover-ui-kit/CHANGELOG.md b/packages/loopover-ui-kit/CHANGELOG.md index 05656f4ac..ee6b840aa 100644 --- a/packages/loopover-ui-kit/CHANGELOG.md +++ b/packages/loopover-ui-kit/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.1.3](https://github.com/JSONbored/loopover/compare/ui-kit-v1.1.2...ui-kit-v1.1.3) (2026-07-24) + + +### Fixes + +* **miner-ui:** keep mobile chat sheet mounted so conversation state survives ([#7792](https://github.com/JSONbored/loopover/issues/7792)) ([#7885](https://github.com/JSONbored/loopover/issues/7885)) ([e7e10e7](https://github.com/JSONbored/loopover/commit/e7e10e7f79f094e988034c9fa3e82e0ebab0203b)) +* **miner-ui:** stick-to-bottom auto-scroll for chat rail ([#7229](https://github.com/JSONbored/loopover/issues/7229)) ([#7298](https://github.com/JSONbored/loopover/issues/7298)) ([8cbcb53](https://github.com/JSONbored/loopover/commit/8cbcb53799b7a943a9ce2a668263c5c427c530e6)) +* **test:** close the Node-version guard's remaining coverage gap ([#7627](https://github.com/JSONbored/loopover/issues/7627)) ([#7629](https://github.com/JSONbored/loopover/issues/7629)) ([9f356fe](https://github.com/JSONbored/loopover/commit/9f356fea0cb0cd499f9339d09cca0c044ce292c1)) +* **test:** pin loopover-ui + ui-kit jsdom localStorage over Node 26's broken global ([#7616](https://github.com/JSONbored/loopover/issues/7616)) ([d6477bf](https://github.com/JSONbored/loopover/commit/d6477bfa91ca51f130c7ebae7aa5da8ae6310d72)) +* **ui-kit:** declare react-hook-form as a dependency of @loopover/ui-kit ([#8494](https://github.com/JSONbored/loopover/issues/8494)) ([ddb674e](https://github.com/JSONbored/loopover/commit/ddb674ebc043b7cb983a629e37a39c3c2d135831)), closes [#8309](https://github.com/JSONbored/loopover/issues/8309) +* **ui-kit:** don't hijack Cmd/Ctrl+B Bold in text fields (SidebarProvider) ([#8305](https://github.com/JSONbored/loopover/issues/8305)) ([#8341](https://github.com/JSONbored/loopover/issues/8341)) ([2ae66d6](https://github.com/JSONbored/loopover/commit/2ae66d69602f0812a971c0e95ed57cb897f465ba)) +* **ui-kit:** edge-trigger StateBoundary failure notifications ([#7505](https://github.com/JSONbored/loopover/issues/7505)) ([fa67da4](https://github.com/JSONbored/loopover/commit/fa67da462511e298c06323a2842869f1a5ddd2d9)) +* **ui-kit:** give PaginationLink's aria-disabled a real visual/interaction effect ([#8359](https://github.com/JSONbored/loopover/issues/8359)) ([ee7eed6](https://github.com/JSONbored/loopover/commit/ee7eed649ce970a5545e9b68bca90f7a3446eb1b)), closes [#8307](https://github.com/JSONbored/loopover/issues/8307) +* **ui-kit:** make Carousel's keyboard handler orientation-aware ([#8337](https://github.com/JSONbored/loopover/issues/8337)) ([08d093a](https://github.com/JSONbored/loopover/commit/08d093a8dfc1af1fd9805581ba693e7f0f6538c3)) +* **ui-kit:** move focus ring to focus-visible on Select/Dialog/Sheet/NavigationMenu ([#8335](https://github.com/JSONbored/loopover/issues/8335)) ([3f081c4](https://github.com/JSONbored/loopover/commit/3f081c49abfece478fe937e714d508a8f2be8d51)), closes [#8304](https://github.com/JSONbored/loopover/issues/8304) +* **ui-kit:** respect prefers-reduced-motion across animated ui-kit and miner-ui components ([#8360](https://github.com/JSONbored/loopover/issues/8360)) ([5558575](https://github.com/JSONbored/loopover/commit/55585750e085288a960a0830d0692e30baf8bd31)), closes [#8303](https://github.com/JSONbored/loopover/issues/8303) + ## [1.1.2](https://github.com/JSONbored/loopover/compare/ui-kit-v1.1.1...ui-kit-v1.1.2) (2026-07-24) diff --git a/packages/loopover-ui-kit/package.json b/packages/loopover-ui-kit/package.json index f9ff11bb5..846073bff 100644 --- a/packages/loopover-ui-kit/package.json +++ b/packages/loopover-ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@loopover/ui-kit", - "version": "1.1.2", + "version": "1.1.3", "license": "AGPL-3.0-only", "type": "module", "description": "Shared design-system tokens and component primitives for loopover-ui and loopover-miner-ui.",