Skip to content

Commit 46f08e7

Browse files
paulinewahleKiarokh
authored andcommitted
docs(whats-new): update new feature releases
1 parent f21761b commit 46f08e7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

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

2727
export const whatsNewItems: ShowcaseItem[] = [
28+
{
29+
componentName: 'Form',
30+
heading: 'Remove and reorder',
31+
description:
32+
'By default, users are allowed to manipulate the array of items in by reordering them, or removing them. However, using allowItemReorder and allowItemRemoval props, you can control whether these actions are allowed.',
33+
releaseDate: '2025-11-21',
34+
version: '38.30.0',
35+
demoTag: 'limel-example-form-array-item-controls',
36+
},
37+
{
38+
componentName: 'Table',
39+
heading: 'Disable column sorting',
40+
description:
41+
'To prevent sorting altogether, set the sortableColumns property on limel-table to false. If you only want to disable sorting for a specific column, set the columns headerSort property to false.',
42+
releaseDate: '2025-10-30',
43+
version: '38.29.0',
44+
demoTag: 'limel-example-table-sorting-disabled',
45+
},
2846
{
2947
componentName: 'Color Picker',
3048
heading: 'Disable manual input',

0 commit comments

Comments
 (0)