-
Notifications
You must be signed in to change notification settings - Fork 137
0.14.0 Breaking Changes and Features
stefanoScalzo edited this page Jan 31, 2020
·
11 revisions
- Added
[inShellbar]input to Combobox component, only used in the Shellbar component to apply specific styles to the search input combobox found in the shellbar.
- New structure of tab component
- Added 3 new modes for tab component
process,filter,icon-only, which can be enabled by passing[mode]="name of modeintofd-tab-listorfd-tab-nav. - All of these new modes have compact mode, which can be enabled by passing
[compact]="true" - New directives, such as
fd-tab-icon,fd-tab-tag,fd-tab-label,fd-tab-process,fd-tab-header,fd-tab-counter-header,fd-tab-process-icon,fd-tab-separator,fd-tab-overflow,fd-tab-overflow-popover. Some of them can be used only in specified modes. It's well shown on documentation with examples - New way to handle overflow,
[fillOverflow]property, it will put all of tabs into the popover automatically
###Toggle *New structure of Toggle component *Add noText input: Default value is set to true, if you would like to add the On and Off text set it to false *Add dir input: For rtl support: set to 'right' to add rlt *Add semantic input For the red and green color options add true for this input *Removed size input