Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

Releases: UXAspects/UXAspects-2

v2.0.0

17 Apr 11:46

Choose a tag to compare

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.0

New Features

  • Angular 9 is now supported.

Breaking Changes (from UX Aspects 1.x)

  • Angular 6 is no longer supported.
  • AngularJS components and HybridModule have 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 dist folder 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-ng1 package if required.
  • Removed Angular i18n attributes. Localizable text is now provided via inputs:
    • Color Picker
      • colorAriaLabel
      • switchModeAriaLabel
      • inputAriaLabel
    • Facet Container
      • clearAriaLabel
      • deselectFacetAriaLabel
    • Media Player
      • muteAriaLabel
      • playAriaLabel
      • fullscreenAriaLabel
      • selectSubtitlesAriaLabel
      • goToStartAriaLabel
      • goToEndAriaLabel
      • subtitlesTitleAriaLabel
      • subtitlesOffAriaLabel
      • noSubtitlesAriaLabel
      • mediaPlayerAriaLabel
      • seekAriaLabel
    • Item Display Panel
      • closeAriaLabel
    • Filter
      • clearAriaLabel
  • Removed the following deprecated inputs/outputs:
    • Tabs
      • select
      • deselect
    • Page Header
      • familyBackground
      • familyForeground
      • titleTemplate
    • Item Display Panel
      • title
    • Marquee Wizard
      • icon
    • Floating Action Button
      • icon
    • Tag Input
      • trackAriaDescendant
  • Updated the angular-split dependency, which provides the splitter functionality. Two selectors have changed with this update:
    • split is now as-split
    • split-area is now as-split-area
  • label no longer has a 5px bottom margin by default.
  • Any component that extends ConduitZoneComponent must now manually call super.ngOnInit() and super.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

03 Apr 12:43

Choose a tag to compare

v2.0.0-rc.2 Pre-release
Pre-release

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.2

Breaking Changes (from UX Aspects 1.x)

  • Angular 6 is no longer supported.
  • AngularJS components and HybridModule have 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 dist folder 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-ng1 package if required.
  • Removed Angular i18n attributes. Localizable text is now provided via inputs:
    • Color Picker
      • colorAriaLabel
      • switchModeAriaLabel
      • inputAriaLabel
    • Facet Container
      • clearAriaLabel
      • deselectFacetAriaLabel
    • Media Player
      • muteAriaLabel
      • playAriaLabel
      • fullscreenAriaLabel
      • selectSubtitlesAriaLabel
      • goToStartAriaLabel
      • goToEndAriaLabel
      • subtitlesTitleAriaLabel
      • subtitlesOffAriaLabel
      • noSubtitlesAriaLabel
      • mediaPlayerAriaLabel
      • seekAriaLabel
    • Item Display Panel
      • closeAriaLabel
    • Filter
      • clearAriaLabel
  • Removed the following deprecated inputs/outputs:
    • Tabs
      • select
      • deselect
    • Page Header
      • familyBackground
      • familyForeground
      • titleTemplate
    • Item Display Panel
      • title
    • Marquee Wizard
      • icon
    • Floating Action Button
      • icon
    • Tag Input
      • trackAriaDescendant
  • Updated the angular-split dependency, which provides the splitter functionality. Two selectors have changed with this update:
    • split is now as-split
    • split-area is now as-split-area
  • label no 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

07 Feb 14:10

Choose a tag to compare

v2.0.0-rc.1 Pre-release
Pre-release

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.1

Breaking Changes (from UX Aspects 1.x)

  • AngularJS components and HybridModule have 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 dist folder 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-ng1 package if required.
  • Removed Angular i18n attributes. Localizable text is now provided via inputs:
    • Color Picker
      • colorAriaLabel
      • switchModeAriaLabel
      • inputAriaLabel
    • Facet Container
      • clearAriaLabel
      • deselectFacetAriaLabel
    • Media Player
      • muteAriaLabel
      • playAriaLabel
      • fullscreenAriaLabel
      • selectSubtitlesAriaLabel
      • goToStartAriaLabel
      • goToEndAriaLabel
      • subtitlesTitleAriaLabel
      • subtitlesOffAriaLabel
      • noSubtitlesAriaLabel
      • mediaPlayerAriaLabel
      • seekAriaLabel
    • Item Display Panel
      • closeAriaLabel
    • Filter
      • clearAriaLabel
  • Removed the following deprecated inputs/outputs:
    • Tabs
      • select
      • deselect
    • Page Header
      • familyBackground
      • familyForeground
      • titleTemplate
    • Item Display Panel
      • title
    • Marquee Wizard
      • icon
    • Floating Action Button
      • icon
    • Tag Input
      • trackAriaDescendant
  • Updated the angular-split dependency, which provides the splitter functionality. Two selectors have changed with this update:
    • split is now as-split
    • split-area is now as-split-area
  • label no 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

10 Dec 11:00

Choose a tag to compare

v2.0.0-beta.5 Pre-release
Pre-release

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.5

Breaking Changes (from UX Aspects 1.x)

  • AngularJS components and HybridModule have 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 dist folder 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-ng1 package 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

09 Sep 14:50

Choose a tag to compare

v2.0.0-beta.4 Pre-release
Pre-release

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.4

Breaking Changes (from UX Aspects 1.x)

  • AngularJS components and HybridModule have 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 dist folder 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-ng1 package 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

12 Jul 18:00
74056dc

Choose a tag to compare

Pre-release

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.3

Breaking Changes (from UX Aspects 1.x)

  • AngularJS components and HybridModule have 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 dist folder 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!