Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/examples/whats-new/whats-new-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down