[PR #150] [MERGED] Fixes: minor #325

Closed
opened 2026-03-02 23:45:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/150
Author: @bhushan6
Created: 9/9/2025
Status: Merged
Merged: 9/10/2025
Merged by: @kommander

Base: mainHead: fixes/minor


📝 Commits (10+)

  • 58f8c8a refactor(vue): Remove global CliRenderer singleton
  • 357ed07 fix(vue) : filter content option in create element
  • 13d2809 fix: trigger render on raf to run animation request (#149)
  • ceb8877 docs: update react readme (#151)
  • 5b9431a introduce TextNodes to represent styled text as tree in a TextRenderable
  • 1f28bac prepare release 0.1.19
  • 88ef452 revert to bun script
  • c60f324 allow styled text as TextNode children
  • 1f01e5f prepare release 0.1.20
  • 09c0f09 Merge branch 'main' into fixes/minor

📊 Changes

3 files changed (+206 additions, -209 deletions)

View changed files

📝 packages/vue/index.ts (+2 -6)
📝 packages/vue/src/nodes.ts (+3 -4)
📝 packages/vue/src/renderer.ts (+201 -199)

📄 Description

  1. Removes global cli context variable, now handled using closure
  2. fixes text chunk issue for content prop

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/150 **Author:** [@bhushan6](https://github.com/bhushan6) **Created:** 9/9/2025 **Status:** ✅ Merged **Merged:** 9/10/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `fixes/minor` --- ### 📝 Commits (10+) - [`58f8c8a`](https://github.com/anomalyco/opentui/commit/58f8c8ad4f0533f806f81e9d5734512e99392fe3) refactor(vue): Remove global CliRenderer singleton - [`357ed07`](https://github.com/anomalyco/opentui/commit/357ed0756ffaef5e16e0d2b153083b2da342e8cf) fix(vue) : filter content option in create element - [`13d2809`](https://github.com/anomalyco/opentui/commit/13d2809cb9815ae5222c66147561656f9480b85a) fix: trigger render on raf to run animation request (#149) - [`ceb8877`](https://github.com/anomalyco/opentui/commit/ceb8877d65e95d8a6d437a6ce43d74949b7eb6e8) docs: update react readme (#151) - [`5b9431a`](https://github.com/anomalyco/opentui/commit/5b9431a5a97f2735053f58c5c4212f71691d8d56) introduce TextNodes to represent styled text as tree in a TextRenderable - [`1f28bac`](https://github.com/anomalyco/opentui/commit/1f28bac762575e4d7ad0203d251bb068b30ad83a) prepare release 0.1.19 - [`88ef452`](https://github.com/anomalyco/opentui/commit/88ef452dfcb793b10cbe91d23db8d0b4695f1352) revert to bun script - [`c60f324`](https://github.com/anomalyco/opentui/commit/c60f324003d6febe5336fa9ca5d2e34080eda12a) allow styled text as TextNode children - [`1f01e5f`](https://github.com/anomalyco/opentui/commit/1f01e5fff32502c9da5eac2e7e8db4a1744c12cb) prepare release 0.1.20 - [`09c0f09`](https://github.com/anomalyco/opentui/commit/09c0f09fee2b6c3f64454b6a5a78c3d8248b0043) Merge branch 'main' into fixes/minor ### 📊 Changes **3 files changed** (+206 additions, -209 deletions) <details> <summary>View changed files</summary> 📝 `packages/vue/index.ts` (+2 -6) 📝 `packages/vue/src/nodes.ts` (+3 -4) 📝 `packages/vue/src/renderer.ts` (+201 -199) </details> ### 📄 Description 1. Removes global cli context variable, now handled using closure 2. fixes text chunk issue for content prop --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:45:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#325
No description provided.