mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #157] [MERGED] feat(text): reimplement text primitive #329
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#329
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/157
Author: @msmps
Created: 9/12/2025
Status: ✅ Merged
Merged: 9/12/2025
Merged by: @kommander
Base:
main← Head:feat/react-text-20250910200903📝 Commits (6)
67d5b42feat(text): reimplement text primitive2b93e11fix(types): resolve type issues9ca6784force parent layout update when text nodes change427f3fcchore: final tweakse34f81aadd opt-in lifecycle pass76edac2fix: require text modifiers to be rendered inside of text node📊 Changes
14 files changed (+247 additions, -137 deletions)
View changed files
📝
packages/core/src/Renderable.ts(+38 -10)📝
packages/core/src/renderables/Text.ts(+2 -2)📝
packages/core/src/renderables/TextNode.ts(+24 -9)📝
packages/core/src/renderer.ts(+13 -0)📝
packages/core/src/types.ts(+3 -0)➖
packages/react/examples/styled-text.tsx(+0 -25)➕
packages/react/examples/text.tsx(+63 -0)📝
packages/react/jsx-namespace.d.ts(+8 -0)📝
packages/react/src/components/index.ts(+9 -0)➕
packages/react/src/components/text.ts(+47 -0)📝
packages/react/src/reconciler/host-config.ts(+17 -16)📝
packages/react/src/types/components.ts(+11 -7)📝
packages/react/src/types/host.ts(+4 -4)📝
packages/react/src/utils/index.ts(+8 -64)📄 Description
Description
spanelement for styling textb,u,i,emandstrongelements🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.