This repository was archived by the owner on Jun 1, 2020. It is now read-only.
UX Aspects 2.0.0 is now available! Check out the documentation at uxaspects.github.io/UXAspects-2.
Installation
npm install @ux-aspects/ux-aspects@2.0.0New Features
- Angular 9 is now supported.
Breaking Changes (from UX Aspects 1.x)
- 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.
Known Issues
The 2.0.0 release of UX Aspects contains features and bug fixes in line with UX Aspects 1.8.16. UX Aspects 2.0.1 will include the remaining 1.x changes (in line with 1.8.18).
- Infinite Scroll - does not load items if the promise returns almost immediately.
Any questions or feedback? Feel free to open an issue on GitHub!