Skip to content

Commit d78fcd3

Browse files
paulinewahleLucyChyzhova
authored andcommitted
docs(whatsnew): update with code editor feature
1 parent 925bd81 commit d78fcd3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/examples/whats-new/whats-new-items.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ export type ShowcaseItem = {
2525
};
2626

2727
export const whatsNewItems: ShowcaseItem[] = [
28+
{
29+
componentName: 'Code Editor',
30+
heading: 'Standard Input Props',
31+
description:
32+
'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.',
33+
releaseDate: '2025-12-16',
34+
version: '38.34.0',
35+
demoTag: 'limel-example-code-editor-composite',
36+
},
2837
{
2938
componentName: 'Form',
3039
heading: 'Remove and reorder',

0 commit comments

Comments
 (0)