This repository was archived by the owner on Jun 1, 2020. It is now read-only.
v2.0.0-beta.4
Pre-release
Pre-release
·
188 commits
to master
since this 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.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!