Skip to content

feat(rich-text-editor): 10 of 10 - add Angular/React wrappers and Storybook docs - #137

Open
derekmoss wants to merge 9 commits into
feat/rte-pr9-securityfrom
feat/rte-pr10-wrappers
Open

feat(rich-text-editor): 10 of 10 - add Angular/React wrappers and Storybook docs#137
derekmoss wants to merge 9 commits into
feat/rte-pr9-securityfrom
feat/rte-pr10-wrappers

Conversation

@derekmoss

Copy link
Copy Markdown
Contributor

Part 10 / 10 Rich Text Editor Version 1.0

PRs are split to provide easily digestible review of the Rich Text Editor

What was added

Adds framework wrappers, Storybook documentation, and the changeset:

  • Angular wrapper components for all rich text editor components and features
  • React wrapper components for all rich text editor components and features
  • RichTextEditor.stories.ts: 11 interactive Storybook stories covering all features
  • RichTextEditor.mdx: complete API documentation
  • Changeset for the minor version bump

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added/updated: N (wrappers are generated)
  • Docs have been added/updated: Y
  • Does this PR introduce a breaking change? N
  • I have linked any related GitHub issues to be closed when this PR is merged? N

Describe the new behavior?

Angular and React wrappers are generated from the core web component definitions. This PR also includes the performance test suite and the final pnpm-lock.yaml update.

derekmoss and others added 4 commits June 22, 2026 17:44
Regenerates Angular and React framework wrappers from the updated
custom elements manifest. Adds 11 interactive Storybook stories with
full controls coverage for all rich text editor components.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…r, and composed views

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…erer index

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 13c3f46

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

part: props.part,
tabindex: props.tabIndex,
open: props.open ? true : undefined,
open: props.open ? "" : undefined,

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure why these generate to empty strings instead of a boolean.
It looks like an unintended settings. Let me know if we need to revert this.

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://tyler-technologies-oss.github.io/forge-extended/pr-preview/pr-137/

Built to branch gh-pages at 2026-07-01 21:11 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@derekmoss
derekmoss marked this pull request as ready for review June 25, 2026 16:44
@derekmoss
derekmoss requested a review from a team as a code owner June 25, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant