This repository has been archived by the owner on May 4, 2022. It is now read-only.
v4.0.0
vertein
released this
05 Apr 21:13
·
1991 commits
to master
since this release
This release adds a widget directive to the app-framework, adds personalized notifications, progresses Apereo Incubation, and fixes a help url bug.
Guides Contributors to Apereo CLA compliance
Changes help url for uw-system schools
Allows widgets to be embedded in frame apps
Adds widget directive documentation
Adds personalized notifications
Fixes bug in personalized notifications
How to Upgrade from version 3.X
- Change your dependency to version 4.0.0
- If you were consuming notifications within the app, the notification service api changed from
getNotificationsByGroups
togetFilteredNotifications
. This will not be a concern for most (if not all) applications. - If you had previously named services and directives in your MyUW app with the word widget in the name, you may run into some naming conflicts due to the new Widget directives and services being added. See the code for more details. This will not be a concern for most applications.