Skip to content

chore: rebuild docs frontend + vscode extension (v0.1.21)#543

Open
Muizzkolapo wants to merge 2 commits into
mainfrom
chore/rebuild-frontends
Open

chore: rebuild docs frontend + vscode extension (v0.1.21)#543
Muizzkolapo wants to merge 2 commits into
mainfrom
chore/rebuild-frontends

Conversation

@Muizzkolapo
Copy link
Copy Markdown
Owner

Summary

  • Rebuild docs frontend out/ — was stale since v0.1.14 (May 2), missing markdown rendering fix from fix: render long text fields as markdown in inspector #540 (May 16)
  • Rebuild VS Code extension with shared DataCard component update
  • Extension bumped to v0.1.21 (already published to Marketplace)

What was stale

The data-card.tsx markdown rendering change (#540) wasn't compiled into the static output. The inspector would show raw HTML tags instead of rendered markdown for long text fields.

Verification

  • npm run build in docs frontend — clean
  • npm run build in vscode-extension — clean
  • Extension v0.1.21 published and verified on Marketplace

Docs frontend out/ was stale since v0.1.14 (May 2) — missing the
markdown rendering fix from #540 (May 16). Rebuilt to include
DataCard markdown support in the inspector.
@Muizzkolapo Muizzkolapo force-pushed the chore/rebuild-frontends branch from d39322a to 99a68f0 Compare May 17, 2026 08:26
…iteral text

stripHtml collapsed <br> tags and whitespace, making HTML-containing
strings appear short enough for the plain-text path. This caused
literal <br> to display instead of line breaks. Now detect HTML in
the raw value and route to renderMarkdown regardless of stripped length.
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