This repository was archived by the owner on May 4, 2022. It is now read-only.
uw-frame 2.0.1 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
- Split uw-frame into a multimodule project #94 #113
- Added a /docs module for documentation and did some documentation #96 #109 #110 #116 #118 #119 (and http://uw-madison-doit.github.io/uw-frame/v2.0.1/)
- Added uw-frame-static module #101 #103 #106 #112
- Removed the sidebar (moved features to upper right), renamed the portlet-header to app-header (and added features to app-header) #111 #115 (also see http://goo.gl/SGzwM0)
- Revamped search bar #117
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.titleto 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-headerto beapp-header. Read more about the new features ofapp-headeron 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 theapp-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
- npm : https://www.npmjs.com/package/uw-frame
- maven : http://search.maven.org/#artifactdetails%7Cedu.wisc.my.apps%7Cuw-frame%7C2.0.1%7Cwar
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