Skip to content

Releases: cmu-sei/Alloy.Ui

3.3.0-rc1

02 May 20:10
Compare
Choose a tag to compare
3.3.0-rc1 Pre-release
Pre-release

Full Changelog: 3.2.6...3.3.0-rc1

3.2.6

12 May 15:51
d0d3c25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.4...3.2.6

3.2.5

18 Mar 19:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.3...3.2.5

3.2.4

11 Feb 20:34
Compare
Choose a tag to compare

Fix Details

Alloy UI nginx default.conf was causing a redirect to port 8080 when the URI, did not have / at the end.

3.2.3

16 Nov 17:49
3ae83e1
Compare
Choose a tag to compare

Enhancement Details

  • bugfix: fixed Dockerfile and basehref script
  • Dockerfile was not implementing entry scripts
  • html file permissions changed to nginx due to unprivileged nginx
  • basehref script had the wrong directory
  • Removed double dot (../) and absolute paths
  • Paths were breaking applications that utilize basehref
  • Updated Dockerfile
  • Removed ebram from code owners

3.2.2

22 Jul 17:46
Compare
Choose a tag to compare

There are no fix details or known issues to report in version 3.2.2.

Enhancement Details

Third-party NPM library packages have been updated to current versions.

3.2.1

09 Jun 19:34
00412a7
Compare
Choose a tag to compare

Note: The release notes for 3.2.1, 3.2.0, and 3.1.0 are combined here.

Enhancement Details

Users can now invite other users to participate in an Event by creating an Invite link; any valid user can access the Event using the invite link.

Paging and other performance enhancements were added to the Event Templates section in Alloy.

Users can now be invited to unpublished Events.

Fix Details

Several issues in Event Details, including showing the status for the wrong event, missing timer for invited users, and showing end/invite buttons for invited users have been fixed.

Several issues with date/time handling in Alloy have been fixed, including:

  • API now correctly returns UTC date/time
  • Time Remaining displays correctly
  • Countdown for Time Remaining implemented; page refresh to see updated time remaining no longer needed
  • User is again redirected to homepage when an Event has ended

3.0.1

07 May 15:23
da90817
Compare
Choose a tag to compare

There are no fix details or known issues to report in version 3.0.1.

Enhancement Details

Clicking Alloy in the title bar now returns the user to the main Alloy screen. This functionality now matches other apps in the Crucible Framework.

3.0.0

26 Apr 19:37
Compare
Choose a tag to compare

There are no fix details or known issues to report in version 3.0.0.

Enhancement Details

Breaking Change!

In the Identity server, the use of implicit flow is no longer recommended for OAuth 2.0 clients. The current recommendation is to use authorization code flow and PKCE. This change makes the default deployment authorization code.

System administrators must adjust the IdentityServer client for this application to use Authorization Code flow with PKCE instead of the implicit flow.

Administrators will need to change the appsettings entry OIDCSettings.response_type from id_token token to code.

Note: If this breaking change is not made, then Alloy.Ui can't properly authenticate with IdentityServer.

2.2.3

31 Mar 15:41
f5f4a41
Compare
Choose a tag to compare

There are no fix details or known issues to report in version 2.2.3.

Enhancement Details

Third-party NPM library packages have been updated to current versions.