- Angular 6 is no longer supported.
- AngularJS components and
HybridModulehave been removed, and from now on must be imported from@ux-aspects/ux-aspects-ng1. Refer to the UX Aspects (AngularJS) documentation for details. - The
distfolder has now been removed from the published package. Any import paths referring to@ux-aspects/ux-aspects/dist/...can be replaced with@ux-aspects/ux-aspects/.... - With the removal of AngularJS components, all dependencies are now resolved through NPM and the package no longer contains third party code; therefore the Licenses file has been removed.
- All styles relating to AngularJS components have been removed. These styles are available in the
@ux-aspects/ux-aspects-ng1package if required. - Removed Angular i18n attributes. Localizable text is now provided via inputs:
- Color Picker
colorAriaLabelswitchModeAriaLabelinputAriaLabel
- Facet Container
clearAriaLabeldeselectFacetAriaLabel
- Media Player
muteAriaLabelplayAriaLabelfullscreenAriaLabelselectSubtitlesAriaLabelgoToStartAriaLabelgoToEndAriaLabelsubtitlesTitleAriaLabelsubtitlesOffAriaLabelnoSubtitlesAriaLabelmediaPlayerAriaLabelseekAriaLabel
- Item Display Panel
closeAriaLabel
- Filter
clearAriaLabel
- Color Picker
- Removed the following deprecated inputs/outputs:
- Tabs
selectdeselect
- Page Header
familyBackgroundfamilyForegroundtitleTemplate
- Item Display Panel
title
- Marquee Wizard
icon
- Floating Action Button
icon
- Tag Input
trackAriaDescendant
- Tabs
- Updated the angular-split dependency, which provides the splitter functionality. Two selectors have changed with this update:
splitis nowas-splitsplit-areais nowas-split-area
labelno longer has a 5px bottom margin by default.- Any component that extends
ConduitZoneComponentmust now manually callsuper.ngOnInit()andsuper.ngOnDestroy()if the component is using those lifecycle hooks.
This repository was archived by the owner on Jun 1, 2020. It is now read-only.