All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
6.1.0 - 2017-10-18
- Add filter to determine rel attribute on anchors (#569)
- Add configurable side navigation (#561)
- Refactor theme names (#568)
- Update to version 4.2.0 of config-angular (#578)
- Pull UI Sortable from CDN (#579)
- Fix mismatch in portal theme key (#570)
- Hides notification bell when on notification page (#572)
- Update release documentation (#557)
- Fix app hangs when promise returns undefined (#575)
- Fix bug where notification bell still showed on notification page (#576)
- Add error message when notifications fail (#577)
- Fix spacing error if no configurable side navigation is used (#583)
6.0.3 - 2017-09-29
- fix(messages): return nothing on filter fail (#554)
6.0.2 - 2017-09-29
- Properly bind URLs in priority notifications (#553)
- Eliminate gap between top bar on mobile (#552)
- Add Google Analytics events to notifications (#550)
- renaming angularjs-portal to uportal-home (#549)
- correct references uportal app framework (#548)
6.0.1 - 2017-09-25
- Cleaning up project name relicts (#538, #539, #540, #541, #542)
- Fix typo in time-sensitive widget (#537)
6.0.0 - 2017-09-22
- Renaming project to uportal-app-framework
5.2.1 - 2017-09-21
- Add time-sensitive-content widget type (#524)
5.2.0 - 2017-09-20
- Notifications may be non-dismissible (#521)
- Add widget from mascot announcement (#526)
- Option-link widget evaluates target (#519)
- Default menu options to be null (#514)
- Shore up licencing (#515) (#523) (#527)
- Add a changelog (#513)
- Release using Conventional Commits (#516)
5.1.0 - 2017-09-01
- Adds actionbutton and more info button to features page and priority notifications (#504)
- Adds 'addToHome' functionality directly from mascot announcement (#506) (#512)
- Fixes bug with notification urls not being resolved correctly (#507)
- Updates karma to latest version (#511)
- Adopts Conventional Commits (#487)
- Adds additional project status badges (#510)
5.0.0 - 2017-08-24
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.
- 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)
- 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
- making the widget init function accessible via scope
- Use sentence case in tooltips.
- Animate priority notifications [nice-to-have]
- 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 uportal-home
- 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
- 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
- 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
- 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
4.1.0 - 2017-05-04
Removes unused sorting function Adds local Jekyll files to gitignore Replaces hard coded fa-icons with material icon equivalents
Tests against multiple jdks, improve build time Tests against Windows OS Fixes bug where local build wasn't working
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
Formally bootstraps initial committers Acknowledges contributors Formalizes release procedures
Replaces UW-Madison crest with higher resolution crest Replaces name with an avatar Fixes image display bug caused in 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
4.0.3 - 2017-04-13
Fixes a bug where rss widgets would always show an error
4.0.2 - 2017-04-13
Bug fixes for a specific widget (leave balances) #395 #394
4.0.1 - 2017-04-13
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
4.0.0 - 2017-04-05
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
- 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.
3.1.4 - 2017-03-20
Fixes a bug where text in a static portlet was hard to read (#380)
3.1.3 - 2017-03-09
Adds back in UW-Lacrosse theming
Unreleased due to issues pushing to Maven Central.
3.1.1 - 2017-03-02
Increases Notification documentation #375 Adds more documentation about best practices for notifications #376 Adjusts link colors for themes #377
3.1.0 - 2017-02-21
Adopts GitHub pages Fixes documentation bugs Normalizes headings in releasing.md Continues documentation cleanup Normalizes Jekyll theme to match uportal-home Jekyll Theme Fixes documentation link bugs
Adds Windows build support Adds font-awesome into the Windows build
Removes hardcoding of UW instances Removes the assumption that all helpdesks are in DoIT
Modernize License declarations Fixes launch button shadowing bug Adds codeclimate badges Adds dependenci badges
3.0.3 - 2016-12-20
Patch release. Simply bump your app's dependency declaration from uw-frame
3.0.2
to 3.0.3
to adopt this release.
- Fixes Google Analytics usage ( #353 )
- Documents source code whitespace conventions ( #356 )
- Improves documentation about releasing
uw-frame
itself ( #355 )
See also
3.0.2 - 2016-12-14
Patch release. Trivial upgrade from v3.0.1
(or even v3.0.0
).
- Username menu items are no longer redundantly duplicatively labeled ( #351 )
- Circle buttons now maintain their circular shape even when their label text wraps ( #352 )
Supporting links:
Unreleased due to issues pushing to Maven Central.
3.0.0 - 2016-11-28
- Upgrade angular-ui-bootstrap and angular libraries (#350) from 0.13.4 to 2.2.0
The angular-ui-bootstrap upgrade moves up 2 major versions and does break compatibility with some older components. If you used any angular-ui-bootstrap components, you'll need to prefix them with "uib-". See angular-ui-bootstrap Migration Guide for Prefixes for more information.
- Add postcss/autoprefixer to uw-frame build (#345)
- Remove dependency on Grunt (#335)
- Break docs submodule dependency (#337)
- Tweaked build.js (#348)
- Upgrade uw-frame to Angular Material 1.1 (#339)
- Fix for Safari private browsing bug (#347)
- Added ability to have a name for the default theme (#336)
- Fixed format for announcement end date (#332)