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.