[PR #171] [MERGED] Feat(core+solid): make id mutable and fix yoga import issue #1125

Closed
opened 2026-03-14 09:19:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/171
Author: @Adictya
Created: 9/19/2025
Status: Merged
Merged: 9/19/2025
Merged by: @kommander

Base: mainHead: solid-issues-fixup-sep-19


📝 Commits (5)

  • 5f0f13b feat(core): make id mutable
  • d110ddf fix(core+solid): use yoga exported from core in solid
  • 05debb2 chore(core+solid+react): cleanup package json
  • 1cc3a4d chore(solid): format
  • 9debf4a remove console.ogs

📊 Changes

9 files changed (+53 additions, -22 deletions)

View changed files

📝 packages/core/package.json (+1 -3)
📝 packages/core/scripts/build.ts (+1 -1)
📝 packages/core/src/Renderable.ts (+22 -2)
📝 packages/core/src/index.ts (+1 -0)
📝 packages/core/src/tests/renderable.test.ts (+16 -0)
📝 packages/react/package.json (+3 -3)
📝 packages/solid/package.json (+3 -3)
📝 packages/solid/src/elements/slot.ts (+5 -6)
📝 packages/solid/src/types/elements.ts (+1 -4)

📄 Description

No description provided


🔄 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/171 **Author:** [@Adictya](https://github.com/Adictya) **Created:** 9/19/2025 **Status:** ✅ Merged **Merged:** 9/19/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `solid-issues-fixup-sep-19` --- ### 📝 Commits (5) - [`5f0f13b`](https://github.com/anomalyco/opentui/commit/5f0f13b736e37bbffe3aa27fb47b59beecc51d3e) feat(core): make id mutable - [`d110ddf`](https://github.com/anomalyco/opentui/commit/d110ddfd9855ff10a06f2006b5f7391250697861) fix(core+solid): use yoga exported from core in solid - [`05debb2`](https://github.com/anomalyco/opentui/commit/05debb2b9cc5ad561393bfa2ed02e5de21c99f8d) chore(core+solid+react): cleanup package json - [`1cc3a4d`](https://github.com/anomalyco/opentui/commit/1cc3a4dde795743dfe68a757d100a419e3ca1063) chore(solid): format - [`9debf4a`](https://github.com/anomalyco/opentui/commit/9debf4a3a12814e82eb9361db641e618a69a3e4b) remove console.ogs ### 📊 Changes **9 files changed** (+53 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/package.json` (+1 -3) 📝 `packages/core/scripts/build.ts` (+1 -1) 📝 `packages/core/src/Renderable.ts` (+22 -2) 📝 `packages/core/src/index.ts` (+1 -0) 📝 `packages/core/src/tests/renderable.test.ts` (+16 -0) 📝 `packages/react/package.json` (+3 -3) 📝 `packages/solid/package.json` (+3 -3) 📝 `packages/solid/src/elements/slot.ts` (+5 -6) 📝 `packages/solid/src/types/elements.ts` (+1 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:19:42 +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#1125
No description provided.