Releases: uPortal-Attic/uportal-home
6.5.0
CI Enhancements
Cache dependencies to reduce download time in Travis CI
Code Style Enhancements
Adopts AngularJS code stylez
Ignore mock folder for Lint checks
Apereo Incubation
Formalizes committers
Acknowledges contributors
Clarifies release procedures
Documentation Updates
Updates RSS widget documentation
Updates launch button default text documentation
New Features
Portlet icon directive prefers md-icons if available
Uses a new api layout.json
to retrieve a users layout
Updates to UW-Frame v4.1.0
6.4.2
6.4.1 - Adds Back in Compact Mode
6.4.0 - Automation Tools
Release 6.4.0 Adds thoughtful automation tools. Style checkers were added and our Travis CI integration (is that word redundant) is back and working once more. Continued progress in Apereo Incubation was well as bug fixes and routine maintenance, including upgrading to the latest App Framework version 4.0.1.
Automate Testing and Checking of Styles
Fix Karma with Travis CI
Fix Lint errors for Travis CI
Remove duplicated Travis CI install scripts
Auotmatically ban ES6+ syntax from application for continue IE support
Add ability to automatically link check files before committing
Apereo Incubation Progress
Guide contributors to Apereo ICLA compliance via a contributors.md and pull request template
Add uPortal ecosystem incubating badges
Announce name transitions for incubation
Bug Fixes
Update markdown file link syntax
Fix missing ratings in search results
Fix bug when showing 0 search results
Adds back widget styling that was removed in the App Framework upgrade
Maintenance
Remove defunct app entry in mock data feeds
Add function documentation and removes a code TODO
Upgrade to the latest App Framework
6.3.0 - Getting Ready for Apereo Incubation
Apereo Incubation Work
Code Cleanup
- Refactors Widget Types
- Widget Documentation stating that custom widgets will be typed as
custom
. Listing custom widget types asgeneric
still works for backwards compatibility.
- Widget Documentation stating that custom widgets will be typed as
- Adds Google code style check
- Configures TravisCI to use multiple JDK's
- Updates license in package.json to Apache 2.0
- Adds ESLint to repository
- Adds remark-lint to repository
- Adds styelint to repository
- Removes references to codenvy
- Removes unneeded lti-launch widget type
- Adds feature to apply linter recommendations
- Applies stylelint recommended changes
6.2.2
- Documentation updates #579
- Upgrades to UW-Frame version 3.1.3 which adds a fix for UW-Lacrosse UI
6.2.1
Updates the version of uw-frame to use version 3.1.1
6.2.0
- Removes unneeded doc building shell scripts #570
- Switches Jekyll theme to minimal and customizes #571
- Removes post-graduation-plans content from sample feeds #572
- Fixes broken links in documentation #573
- Adds the ability for weather widgets to show temperature in Kelvin #578
- Adds keywords to the Grad Student Portal in sample feeds #561
6.1.0
6.0.0 : RSS widgetURL is JSON
RSS widget type configuration change
Breaking configuration change:
Whereas previously the widgetURL
for RSS type widgets was the URL of an RSS feed, with this release the widgetURL
for RSS type widgets is a JSON feed, such as that generated by the new rssToJson microservice.
Adopters will need to update the portlet-definition
s of any RSS type widgets.
uw-frame upgrade
This release overlays on uw-frame v3.0.3, picking up a fix for the Google Analytics integration.
See also:
- the 6.0.0 milestone.