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

Releases: uPortal-Attic/uportal-app-framework

v3.1.3

09 Mar 17:11
Compare
Choose a tag to compare

Adds back in UW-Lacrosse theming

v3.1.1

02 Mar 17:05
Compare
Choose a tag to compare

Increases Notification documentation #375
Adds more documentation about best practices for notifications #376
Adjusts link colors for themes #377

v3.1.0

3.0.3 - Fixed Google Analytics

20 Dec 20:52
Compare
Choose a tag to compare

Patch release. Simply bump your app's dependency declaration from uw-frame 3.0.2 to 3.0.3 to adopt this release.

See also

3.0.2

14 Dec 17:27
Compare
Choose a tag to compare

Patch release. Trivial upgrade from v3.0.1 (or even v3.0.0).

  • Username menu items are no longer redundantly duplicatively labeled ( #351 )
  • Circle buttons now maintain their circular shape even when their label text wraps ( #352 )

Supporting links:

3.0.0

28 Nov 22:33
Compare
Choose a tag to compare

Major Version Upgrade

  • Upgrade angular-ui-bootstrap and angular libraries (#350) from 0.13.4 to 2.2.0

The angular-ui-bootstrap upgrade moves up 2 major versions and does
break compatibility with some older components. If you used any angular-ui-bootstrap components, you'll need to prefix them with "uib-". See angular-ui-bootstrap Migration Guide for Prefixes for more information.

Build changes

  • Add postcss/autoprefixer to uw-frame build (#345)
  • Remove dependency on Grunt (#335)
  • Break docs submodule dependency (#337)
  • Tweaked build.js (#348)

Material

  • Upgrade uw-frame to Angular Material 1.1 (#339)

Miscellaneous fixes

  • Fix for Safari private browsing bug (#347)
  • Added ability to have a name for the default theme (#336)
  • Fixed format for announcement end date (#332)

2.9.0 CDN adoption, notifications refactor.

10 Oct 14:52
Compare
Choose a tag to compare

New feature

Many third-party front-end dependencies are now used from a CDN rather than included in uw-frame's build via Bower. ( #324 )

This involved tweaking the Gruntfile, package.json, and build.sh a bit.

Fixes

Fixes that might affect frame-based apps

  • searchURL and the "What's New" URL in app-config.js are now relative rather than absolute URLs. ( #327 )
  • fix for launch-button text-decoration ( #326 )
  • Widget tooltips now stay within the visible canvas ( #331 )

Fixes that probably won't affect frame-based apps

  • Major refactoring of notifications ( #323 ).
  • Multiple popups are no longer bugged ( #330 ). There are no immediate use cases for multiple popups, especially since they're significantly interruptive, but if we do end up with multiple popups in the future, we won't trip over this bug.

Upgrading

The "new feature" of CDN usage earned this release a minor rather than patch version bump.

Upgrading should be seamless. Vanilla frame-based apps should see no practical change, since the same dependencies are still available, just loaded differently.

2.8.0

05 Oct 15:15
Compare
Choose a tag to compare

In this release

  • Removes "Beta" subtitle from all themes. (New MyUW isn't just a beta anymore for these campuses -- it's the only.) ( #322 ).
  • Refactors notification items into a new directive ( #320 ).

2.7.0 --> 2.8.0

There are no special considerations in upgrading. Bump your dependency version number declaration and run with it.

This release is a minor version bump rather than a patch release on a technicality that this introduces a new directive (so, new feature rather than just bugfixes). However, that new directive is down inside the notifications implementation and probably is a no-op for you as a frame-based-app upgrader.

materializing frame components, dismissible priority notifications, and more

27 Sep 14:48
Compare
Choose a tag to compare

Material Design

  • Add link color to priority notifications #297
  • Improve consistency of widget appearance #285
  • Remove text-transform from material buttons #302
  • Add in material icons and some size classes #315
  • Materialize notifications page #314
  • Makeover for mascot announcements #316
  • Materialize error pages and announcement modal #317
  • Make mascot visible when menu is open #319

New Features

  • Title is now NAMES.app_name | FRAME.title #300
  • Beta Feature to show all Announcements #303
  • Create launch button directive #306
  • Switch the portal skin when switch frame skin #308
  • Add in dismiss to priority notifications #309
  • Notification buttons #312

Bug fixes | Cleanup

  • Fix disappearing-header bug #295
  • Correct spelling of unseen in mascot announcements #305
  • no popups in guest mode #304
  • Add more checks for guest mode for annoucements #307
  • Standardize link styles throughout frame #311
  • Make tab and badge styling global #318

Documentation

  • new screenshot to keep with the times #299
  • Improve uw-frame documentation #310
  • Change list style to work for frame and portal docs #313

Timeout and Cosmetic Fixes

01 Sep 16:28
Compare
Choose a tag to compare

Fixed some Timeout bugs

Renamed static js feed file - #290
Fixed bug with guest experience and shib interaction - #291

Cosmetic Changes

Oshkosh theme looks correct now: #293
Notification bell on small screen fix: #292

How to upgrade

Only a patch release, upgrade by grabbing latest dependency