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

Vanilla Bootstrap, priority notifications, override.js

Choose a tag to compare

@timlevett timlevett released this 07 Mar 21:48
· 2528 commits to master since this release

Minor Version Changes

#162 : App Config override what is different instead of everything - You no longer need to override the app-config.js. Just use the override.js. See the configuration documentation for more details. (http://uw-madison-doit.github.io/uw-frame/latest/#/md/configuration)
#157 , #158 : MUMUP-2366 : Make search field updateable from another controller
#155 : Switched to vanilla bootstrap 3.1.1
#170 : Upgrade packages 2/2016

Patch Level Changes

#178 : MUMUP-2440 : General cleanup of priority notifications on notification page
#177 : dockerize all the things
#174 : Updates favicon location
#173 : MUMUP-2407: Priority Notifications
#169 : Add in grunt serve command
#168 : MUMUP-2397 : Make the image a variable based on the frame, default to bucky
#167 : fix uwm theme
#166 : fix issue with footer being stomped on by page
#165 : Add in flags so notification and features don't show for GuestMode
#164 : Switched to override for docs, and added in loading splash for docs
#163 : MUMUP-2423 : Guest mode for user option dropdown
#161 : MUMUP-2318 : Features by group
#160 : uw-milwaukee skin resolve
#156 : MUMUP-2406 Implement a uw-frame skin for UW Stevens Point.
#154 : Tweak RPRG widget example
#153 : MUMUP-2353: Mobile burger menu looks yucky
#150 : Thinking this will fix the # getting added to ga page views
#149 : MUMUP-2362: Improve handling of logo
#148 : Guest mode revisited
#147 : Fix anchor tags with btn classes
#146 : Responsive marketplace styles
#145 : css to go with marketplace search change
#144 : Fix button hover animation for flat buttons
#143 : Cleanup feature template to be real

Upgrade Path from 2.1.0

See the config section to learn about override.js. If you still want to override app-config.js completely for some reason let us know why.

Also check us out on npm for your non-java dev needs.

Checkout UW-Madison-DoIT/my-app-seed#18 for how to upgrade to the latest frame for you java developers.

Special Thanks

Thank you to the MyUW team and all MyUW App developers that have helped out with this release.

Note about building

You may run into issues with bower since this release due to the dependency upgrades. To fix this, just go to uw-frame root and run npm run clean which will remove the bower_component directories.