Releases: UXAspects/UXAspects-2
v2.0.0
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!
v2.0.0-rc.2
UX Aspects 2.0.0 release candidate 2 is now available! Check out the release candidate documentation at uxaspects.github.io/UXAspects-2.
Installation
npm install @ux-aspects/ux-aspects@2.0.0-rc.2Breaking 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 questions or feedback? Feel free to open an issue on GitHub!
v2.0.0-rc.1
UX Aspects 2.0.0 release candidate 1 is now available! Check out the release candidate documentation at uxaspects.github.io/UXAspects-2.
Installation
npm install @ux-aspects/ux-aspects@2.0.0-rc.1Breaking Changes (from UX Aspects 1.x)
- 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 questions or feedback? Feel free to open an issue on GitHub!
v2.0.0-beta.5
UX Aspects 2.0.0 beta 5 is now available! Check out the beta documentation at uxaspects.github.io/UXAspects-2.
Installation
npm install @ux-aspects/ux-aspects@2.0.0-beta.5Breaking Changes (from UX Aspects 1.x)
- 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.
Known Issues
- The 2.0.0 beta documentation site currently has no showcase content.
Any questions or feedback? Feel free to open an issue on GitHub!
v2.0.0-beta.4
UX Aspects 2.0.0 beta 4 is now available! Check out the beta documentation at uxaspects.github.io/UXAspects-2.
Installation
npm install @ux-aspects/ux-aspects@2.0.0-beta.4Breaking Changes (from UX Aspects 1.x)
- 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.
Known Issues
- The 2.0.0 beta documentation site currently has no showcase content.
Any questions or feedback? Feel free to open an issue on GitHub!
UX Aspects 2.0.0 beta 3
The Angular-only documentation site can now be previewed at uxaspects.github.io/UXAspects-2.
Installation
npm install @ux-aspects/ux-aspects@2.0.0-beta.3Breaking Changes (from UX Aspects 1.x)
- 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.
Known Issues
- The 2.0.0 beta documentation site currently has no showcase content.
Any questions or feedback? Feel free to open an issue on GitHub!