Releases: uPortal-Attic/uportal-app-framework
v5.2.1
v5.2.0
v5.1.0
v5.0.0
v5.0.0
Version 5.0.0 of uPortal-App-Framework consists of 67 pull requests over more than three months of work.
The major change featured in this release is the consolidation of notifications, features, and announcements into the messages data model. Documentation for creating messages can be found here.
This release also features a new Action Items widget type, and added functionality to the List of Links widget type. We've added support for a generic uPortal theme, various usability enhancements, and the start of a more personalized avatar space.
We've updated our documentation to keep up with our changes as well as welcomed @ChristianMurphy as a new Committer. Christian has been instrumental in upgrading our Continuous Integration process as well as adding a new Dependency Management service to our repository.
While we're proud of what we've accomplished in this major release, we hope to return to a faster paced release cycle in the future.
Major Enhancements
Messages!
Minor Enhancements
Widget Types
UI Enhancements
- Add tooltips to header buttons a la Google apps
- Improve usability for screen readers
- Frame works withu portal master
- Improve mascot announcements
- Notifications
- Improve appearance of features page
- Show number of notifications/announcements in see all link
- Opt out av
- Display campus ID in username menu
- Refactor app-header options
- Speed up notifications bell (and other improvements)
Configuration Changes
- pulling string into configuration
- Enables notifications to work in static frame
- Sets uPortal default theme as default
- Uses aries proxy
- MUMUP-2699 Adds ability for portal skin switching
- MUMUP-2990 Use portal session rather than Shibboleth
Patch Enhancements
Content Changes
- making the widget init function accessible via scope
- Use sentence case in tooltips.
- Animate priority notifications [nice-to-have]
Documentation Improvements
- Documentation Syntax Highlighting
- Adds skinning exercise to docs folder
- Fixes skinning.md lint errors
- Expands the quickstart link text from the main README
- Adds a notification user exercise
- Adds a feature exercise
- Acknowledge Apereo Welcoming Policy
- Add Christian Murphy as committer
- Move widget documentation from angularjs-portal
- MUMUP-2932 Adds missing png files to docs
- Remove Manifest group reference
- Guide towards sentence case
- docs(github): Add SUPPORT.md to guide questions to the mailing list
- Acknowledge bundled dependencies and add NOTICE file
Bug Fixes
- Fix md-menu forcing scroll when priority notifications visible
- Portal feature service flatten nested promises
- fixing errors and not returning reasons
- Announcement bug fix
- Reverts groups url back to previous default state
- error checking weather data response
- using css for action-items, md-colors didn't work well with themes
- Lower z-index of maintenance mode overlay
- Fix sticky priority notifications
- Fix dismiss/restore message state not persisting
- upping the expiration on the mock session to be 8 hours
Dependency Management
- Remove less-1.6.2.js from source
- Update dependencies to enable Greenkeeper 🌴
- fix: Use only 4.1.x version of superstatic not 4.x
- Update superstatic to the latest version 🚀
- Update remark-validate-links to the latest version 🚀
Continuous Integration
- Fixing trivial ESLint checks
- ESLint Refactor Integration
- Eslint promise rule fixes
- fixing eslint angular/typecheck rules
- ESLint fix angular/no-private-call
- ESLint angular/module rules
- fixing eslint max-len
- Test on headless Chrome
- Add macOS environment to Travis CI
- fix(ci): Update Travis CI script so greenkeeper works with the lockfile
- style(less): Add Stylelint
- style(md): Add Remarklint
v4.1.0
Code Cleanup
Removes unused sorting function
Adds local Jekyll files to gitignore
Replaces hard coded fa-icons with material icon equivalents
CI Enhancements
Tests against multiple jdks, improve build time
Tests against Windows OS
Fixes bug where local build wasn't working
Widget Enhancements
Fixes RSS widget display bug
Fixes RSS widget display bug
Fixes RSS widget date display bug
Enables use of Material Icons for widgets
Standardizes launch button code and text across all widgets
Adds display error message when users try to render an unauthorized widget
Fixes display bug with error message for unauthorized widget
Apereo Incubation
Formally bootstraps initial committers
Acknowledges contributors
Formalizes release procedures
Header Enhancements
Replaces UW-Madison crest with higher resolution crest
Replaces name with an avatar
Fixes image display bug caused in #413
Fixes theme logo display bug
Fixes display bug where drop down user menu covered user's avatar
Fixes display bug in user drop down menu
v4.0.3
v4.0.2
v4.0.1
This release has some code cleanup and some bug fixes. Upgrade from v4.0.0 by only updating the dependency version.
Cleans up the old beta header announcement. The hard coded announcement was before the feature of priority notifications.
Ensures consistent behavior on hover
Ensures consistent link launch behavior in widgets
Fixes bug where icons weren't showing when using the widget directive
v4.0.0
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.
v3.1.4 - Fixes Static Portlet Text Visibility
Fixes a bug where text in a static portlet was hard to read (#380)