-
Notifications
You must be signed in to change notification settings - Fork 137
0.29.0 Breaking Changes
kavya-b edited this page Apr 24, 2021
·
9 revisions
- The deprecated "size" input property has been removed.
- It's required to wrap
fd-list-titlebyfd-list-group-header.
<li fd-list-group-header>
<span fd-list-title>List Group Header</span>
</li>- List with busy indicator has been changed - now there is
[growing]input andfd-list-title-textdirective
<li fd-list-item [action]="true" [growing]="true">
<button fd-list-title>
<fd-busy-indicator></fd-busy-indicator>
<span fd-list-title-text>
Show More
</span>
</button>
</li>- Removed @Input
optionsfrom ShellbarUserMenuComponent
-
tokenizerHasFocusinput removed
Due to SAP needs was disabled support of select, plural features of i18n. Some strings were updated their values (Platform components only):
- Approval Flow Component:
@@platformApprovalFlowNodeMembers@@platformApprovalFlowNodeStatusDueInXDays@@platformApprovalFlowNodeStatusXDaysOverdue@@platformApprovalFlowSelectedUsers@@platformApprovalFlowReminderMessage
- Updload collection
@@platformUploadCollection.Message.Create@@platformUploadCollection.Message.UpdateVersion@@platformUploadCollection.Message.FileRename@@platformUploadCollection.Message.Remove.FoldersAndFiles@@platformUploadCollection.Message.Remove.Folders@@platformUploadCollection.Message.Remove.Files@@platformUploadCollection.Message.Remove.OneItem@@platformUploadCollection.Message.Move.FoldersAndFiles@@platformUploadCollection.Message.Move.Folders@@platformUploadCollection.Message.Move.Files@@platformUploadCollection.Message.Move.OneItem
If you provide internationalization in your application and translated any of these strings - please update their translations.
And some of the strings were removed:
- Form Component:
-
@@@@platformI18nTextareaCounterMessage[removed]
-
- Table Component:
-
@@platformTableP13ColumnsDialogShowAllOrSelected[removed] -
@@platformTableP13FilterStrategyLabel[removed]
-
- Value Help Dialog:
-
@@platformI18nValueHelpDialog.Define.Condition.Strategy.Label[removed]
-