From 1de17237b363008975785b4030027393c08fdda8 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 00:40:19 +0000 Subject: [PATCH] docs: add changelog entry for RunnableEndpoint CSS selectors Co-Authored-By: ryanstep@buildwithfern.com --- fern/products/docs/pages/changelog/2025-12-04.mdx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fern/products/docs/pages/changelog/2025-12-04.mdx diff --git a/fern/products/docs/pages/changelog/2025-12-04.mdx b/fern/products/docs/pages/changelog/2025-12-04.mdx new file mode 100644 index 000000000..bbd6cf76f --- /dev/null +++ b/fern/products/docs/pages/changelog/2025-12-04.mdx @@ -0,0 +1,5 @@ +## CSS selectors for RunnableEndpoint component + +The RunnableEndpoint component now exposes CSS selectors for fine-grained styling. These selectors follow the same pattern as CodeBlock and CodeGroup components, making it easy to customize the appearance of runnable API endpoints in your documentation. + +Available selectors include `fern-runnable-endpoint` (root), `fern-runnable-header`, `fern-runnable-form`, `fern-runnable-auth`, `fern-runnable-section-{id}`, `fern-runnable-actions`, and `fern-runnable-response` with their respective child elements.