Releases: uPortal-Attic/uportal-app-framework
Cleanup before uw system launch (patch release)
Minor fix for default theme selection
Bug fix
- THEMES.themes instead of THEMES #276
2.6.0 (minor release) - Materialized Header
Enhancement
- Add option for single menu item in
<app-header>
directive #264, #266 - Add a 404 page for otherwise route detection ##267
- Make it possible to extend JavaScript dependencies in downstream apps #269, #270, #271
Material Changes
Theme Updates
Refactoring
- Refactor mascot and popup announcements to be individually dismiss-able #253, #255
- Add versioning to theme selection cache using to avoid different versions of frame causing 404 mascots/crests #257
- Fix google analytics issue by moving the file #258, #259
- Style settings page #263
- Hide icon from screenreaders #265
Documentation
- Suggestion not using "information" in titles #254
- Cleanup md-menus #272
- Fix option-menu bug #273
- Widget launch buttons should use primary color on hover #274
angular material theme performance fix
Introducting angular material
WARNING: This release seems to have serious performance problems and is not recommended for production adoption. Effort is queued to fix these problems and ship a follow-on release.
Material Enhancements
- #242 : Inject Angular Material
- #244 : Add
materialTheme
to the frame theme config - #247 : Create a
materialTheme
for each theme using basic palettes for now.
Theming
- #243 : Add the ability to have footer links in a frame theme
Bug Fixes | Misc enhancements
- #241 : add maintainer to dockerfile
- #246 : Respect disabling of search on mobile
- #245 : Abstract the
<head>
information that is static into a file that is then injected at build time. should start using if you have your own index.html - #249 : Hardcoded color in non-active notification bell
- #240 : Add google group to documentation for place to communicate
new logo for uwrf
Minor patch to get the new logo in place for the uwrf theme
v2.4.0
New Features
Notifications enabled by default. Should make the user experience consistent across apps: #232
Added link to reset layout from user settings: #234
Bug fixes
Fixes google analytics issue wrt ad blocker #236
New theming
Updated logo and color for UW-Extention CEOEL theme #222
Updated UWRF logo: #231
Updated UWRF mascot: #233, #237
Documentation Updates
Image crest size clarifications: #229
Mascot clarifiactions: #230, #235
How to upgrade
If you've overridden any notification configuration via override.js, consider removing to get the new default behavior. Details on overriding configuration using override.js http://uw-madison-doit.github.io/uw-frame/v2.4.0/#/md/configuration
patch release
Dependencies updated
#222 : Upgrade to angular 1.5.6
#216 : MUMUP-2497 Material Setup (added to bower, not in project yet)
Bugs fixed
#225 : Copy edits on last-seen ID resetting
#220 : fix: correct misspelled 'surName' field
#219 : MUMUP-2508 Screen reader does not read account menu
#215 : Default state of mascot image doesn't throw a npe anymore
Themes added
#224 : MUMUP 2510, 2511, 2512 UW-Colleges, UW-Eau Claire, UW-Extension
#223 : MUMUP-2509, MUMUP-2513, MUMUP-2514, MUMUP-2515 : Many theme add
#221 : MUMUP-2015,2016,2017 UW-Parkside / Platteville / Superior theme
/docs updated
#226 : Link KB article about announcements feature.
Thanks to all the developers who helped with this release.
2.3.0 - Minor release
Minor Level
#213 : MUMUP-2487 : Way to clear dismissed ids
Patch Level
#208 : Disable Notification Filter Beta Flag
#207 : MUMUP-2482 make priority a priority
#206 : cleanup position of app-header popover
#204 : MUMUP-2483 : Upgrade angular and require
#203 : Add a little depth to the main elements on the screen
#202 : MUMUP-2463 : Cleanup images
#201 : MUMMNG-2404 Turning off old my.wisc
#200 : MUMUP-2474 : Cleanup widget styles for .widget-list
#196 : MUMMNG-2414 : remove myuw specific stuff
#195 : MUMUP-2421 : Adds back popup feature
#189 : Start Material docs
Upgrade Path from 2.2.1
IF
you are using the route defined in /portal/settings/route
or you want to use the new user facing settings page you may need to modify /my-app/main.js
Update ./my-app/main.js
- we renamed the file
./portal/settings/route
to./portal/settings/routes
- Also update your route for settings and add in user-settings
when('/settings', portalSettingsRoute.betaSettings).
when('/user-settings', portalSettingsRoute.userSettings).
- Update your backend redirector so that
/user-settings
will work withhtml5mode
2.2's first patch release
Change List
#195 : MUMUP-2421 : Adds back popup feature (see FEATURES in the configuration to learn more)
#194 : Add in frame features documentation
#193 : MUMUP-2454 : Impersonate flag for admins
#192 : Fix dependency injection for features page
#191 : White page mimic column
#190 : MUMUP-2398 : Add in generic robot gif
#188 : MUMUP-2441 UW-Stout theme
#187 : Make it so override.js can add new elements (see the configuration in the docs)
#186 : MUMUP-2401 : Improve failed state
#185 : Document all the things
#184 : MUMUP-2428 : make the color red for active
#183 : MUMUP-2443 UW-Whitewater theme
#182 : Fix issue with bower install
#180 : Ignore IntelliJ generated files
#178 : MUMUP-2440 : General cleanup of priority notifications on notification page
Upgrade Path
No changes if you are using the override.js
approach, hint hint. See the configuration section for more details