Skip to content

0.26.0 Breaking Changes

jmarkowski edited this page Dec 30, 2020 · 6 revisions

Form Label

  • Removed [inlineHelp] input from fd-form-label

Inline Help #4061

  • Inline help now has completely changed structure, it is used now as a directive, just by adding fd-inline-help="text", or [fd-inline-help-template]="templateRef". Example: Text:
<fd-icon glyph="question-mark" fd-inline-help="Inline Help Tooltip"></fd-icon>

And usage with template:

<fd-icon glyph="question-mark" [fd-inline-help-template]="templateRef"></fd-icon>

Switch component #4116

  • optionalText input property has been removed

Tab Component #4120

  • selectedIndex input has been removed, use TabPanelComponent.open()
  • selectedIndexChange output has been removed, use selectedTabChange
  • TabListComponent.selectTab() has been removed, use TabPanelComponent.open()
  • TabPanelComponent.triggerExpandedPanel() has been removed, use TabPanelComponent.open()

Clone this wiki locally