From 8476fefb0f4721640018152038624aca9f84e372 Mon Sep 17 00:00:00 2001 From: Pauline Wahle Date: Wed, 17 Dec 2025 19:43:27 +0100 Subject: [PATCH] docs(whatsnew): update with code editor feature --- src/examples/whats-new/whats-new-items.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/examples/whats-new/whats-new-items.ts b/src/examples/whats-new/whats-new-items.ts index 82b7682283..3685b762cb 100644 --- a/src/examples/whats-new/whats-new-items.ts +++ b/src/examples/whats-new/whats-new-items.ts @@ -25,6 +25,15 @@ export type ShowcaseItem = { }; export const whatsNewItems: ShowcaseItem[] = [ + { + componentName: 'Code Editor', + heading: 'Standard Input Props', + description: + 'With standard input field properties like `disabled`, `readonly`, and `required`, and with labels and helper text, the component now fits seamlessly into forms and interactive UIs.', + releaseDate: '2025-12-16', + version: '38.34.0', + demoTag: 'limel-example-code-editor-composite', + }, { componentName: 'Form', heading: 'Remove and reorder',