Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

uw-frame 2.0.1 release

Choose a tag to compare

@timlevett timlevett released this 11 Jan 15:53
· 2692 commits to master since this release

This is the first 2.0.x release. The release includes some major refactoring (hence the major release). We did a lot this release, lets take a look-see.

Major Changes

Minor Changes

  • Search field populated on search result page #93
  • Added the ability to save features "last seen" in kvstore #104

House cleaning (bug fixes)

  • Cleanup NAMES.title to only be app name : #90
  • Upgrade angularjs to 1.4.8 : #92
  • Unit tests now work with coveralls.io #91
  • Sentence casing #95
  • Cleanup demos #97
  • Mo badges #108
  • Made download foot print on uw-frame less #114
  • Removed header image for now #120

Upgrade from 1.4.x

  • We renamed portlet-header to be app-header. Read more about the new features of app-header on the documentation page. For most peeps, it'll just be changing out portlet for app.
  • Changes to app-config.js (also see the new docs page for the app-config)
1a2,3
>   
>   /*Keep in sync with docs/mardown/configuration.md*/
7d8
<             'showSidebar' : true,
14d14
<             'sidebarInfo' : 'staticFeeds/sidebar.json',
21,26c21,23
<             'title' : 'MyUW',
<             'ariaLabelTitle' : 'My U W',
<             'crest' : 'img/uwcrest_web_sm.png',
<             'crestalt' : 'UW Crest',
<             'sublogo' : '',
<             'guestUserName' : 'guest'
---
>             'title' : 'App Name',
>             'guestUserName' : 'guest',
>             'fname' : 'sample-fname'
44c41,44
<             'whatsNewURL' : null
---
>             'addToHomeURLS' : {
>               'layoutURL' : '/portal/web/layoutDoc?tab=UW Bucky Home',
>               'addToHomeActionURL' : '/portal/web/layout?tabName=UW Bucky Home&action=addPortlet&fname='
>             }
46a47,56
>         .constant('FOOTER_URLS', [
>           { "url" : "/web/static/myuw-help",
>             "target" : "_blank",
>             "title" : "Help"
>           },
>           { "url" : "https://my.wisc.edu/portal/p/feedback",
>             "target" : "_blank",
>             "title" : "Feedback"
>           }
>         ])
49,51c59,61
<             "id" : "sidebarQuicklinks",
<             "title" : "Sidebar Quicklinks",
<             "description" : "Shows quicklinks to various campus sites in sidebar"
---
>             "id" : "toogleSomething",
>             "title" : "Sample Toggle",
>             "description" : "This is just an example of a toggle. Look at your localStorage after you switch this on for the first time."

Artifacts

Special Thanks to contributors for this release

Also a special thanks to all the MyUW dev team and the MyUW app developers for the insight, code reviews, merges, etc that made this release possible