This repository has been archived by the owner on May 4, 2022. It is now read-only.
4.1.1.17
MyUW product changes
- Reduces the size of the header and removes some flavor text that on reflection as adding more clutter than value ( #154 )
- Adds a Smart Widget view on Favorites ( #138 , #146 ) , splitting ( #143 ) the implementation of this from that for minimal favorites and ensuring minimal favorites is the default ( #140 )
- Adds support for implementing those Smart Widgets, including configuration for some types of Smart Widgets ( #151 )
- Adds a weather Smart Widget ( #152 ) with development supported by sample weather JSON ( #155 )
- Adds a basic account-selecting email Smart Widget ( #150 ) with a handy sample JSON feed ( #142 )
- Adds configuration capabilities ( #137 )
- Increases size and usability of screenshot images as shown in the
/apps
entries ( #135 ) - Captures a Google Analytics page hit for renders of the static content renderer, so that the relevant portlets can be credited with a render even when we shortcut to (really fast!) direct client-side rendering ( #139 )
- Added mockups of some Smart Widgets to support development ( #148 )
/frame
API changes
- Adds a
<portlet-header>
directive making it easier to render an app header in the MyUW style. ( #149 ) app
variable provided byangular-page.js
is no longer hidden from global scope. This allows apps that overlayangularjs-portal-frame
to access the result ofangular.module
. ( #147 )my-app.js
is added toframe.html
such that the overlaying app does not have to have a copy offrame.html
, it can instead provide its ownmy-app.js
which will be included in frame automatically. ( #147 )home
has REST API features that amount to a safe, selective, server-side-configured JSON web service proxy ( #144 ). This will require some care and coordination to use in apps and will no doubt continue to evolve, but goodness this is a promising idea.- the UW crest image is now resolved off a relative path ( #145 )