Skip to content

0.29.0 Breaking Changes

kavya-b edited this page Apr 24, 2021 · 9 revisions

Icon

  • The deprecated "size" input property has been removed.

List

  • It's required to wrap fd-list-title by fd-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 and fd-list-title-text directive
<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>

Shellbar

  • Removed @Input options from ShellbarUserMenuComponent

Tokenizer

  • tokenizerHasFocus input removed

i18n

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]
Clone this wiki locally