Skip to content

Commit

Permalink
chore: updates for 1.2.18 (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite authored Nov 1, 2022
1 parent 7374e28 commit b1949a6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stig-management-api",
"version": "1.2.17",
"version": "1.2.18",
"description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.",
"main": "index.js",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.2.18
-----

Changes:

- (App) Added tooltips to display "Other Assets" review content.
- (App) Preserve column filters when loading grid data.
- (Fix) Addressed a bug causing an alert when viewing metrics with fresh reviews.
- (Fix) Addressed a bug preventing Assets from being transferred to other Collections.
- (Fix) Addressed a bug preventing new Reviews from being manually changed when no commentary is provided by the user.
- (Fix) Addressed a bug causing text to wrap instead of being truncated in the Collection Review workspace.
- (Fix) Addressed a bug that could cause display issues for buffered grids at certain zoom levels.
- (API) Addressed performance issue when querying Assets from large Collections by removing unnecessary grouping clauses.

1.2.17
-----

Expand Down

0 comments on commit b1949a6

Please sign in to comment.