Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.77.5](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.77.4...v1.77.5) (2021-09-06)


### Bug Fixes

* Correctly refresh previously loaded rows ([#1188](https://github.com/RedHatInsights/vulnerability-ui/issues/1188)) ([c99c502](https://github.com/RedHatInsights/vulnerability-ui/commit/c99c502342042df9cd550b7dd6eaa20089e549ff))

## [1.77.4](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.77.3...v1.77.4) (2021-09-02)


### Bug Fixes

* **Systems page:** Correctly parse all URL params ([#1172](https://github.com/RedHatInsights/vulnerability-ui/issues/1172)) ([1ad1b08](https://github.com/RedHatInsights/vulnerability-ui/commit/1ad1b08b37a6411bb966f73e6473a64da9ff1388))
* Fix passing systems into opt out function ([#1182](https://github.com/RedHatInsights/vulnerability-ui/issues/1182)) ([6641b97](https://github.com/RedHatInsights/vulnerability-ui/commit/6641b97ff9ef85dd1cfb346b4839a18a02a98d7e))

## [1.77.3](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.77.2...v1.77.3) (2021-08-27)


Expand Down
46 changes: 34 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities",
"private": false,
"version": "1.77.3",
"version": "1.77.5",
"browser": "dist/index.js",
"module": "esm/index.js",
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/runtime": "^7.15.3",
"@patternfly/react-core": "^4.147.0",
"@patternfly/react-core": "^4.152.4",
"@patternfly/react-icons": "^4.11.8",
"@patternfly/react-table": "^4.29.37",
"@react-pdf/renderer": "^2.0.18",
Expand All @@ -19,7 +19,7 @@
"@redhat-cloud-services/frontend-components-translations": "^3.1.1",
"@redhat-cloud-services/frontend-components-utilities": "^3.2.3",
"@redhat-cloud-services/vulnerabilities-client": "1.0.101",
"axios": "^0.21.1",
"axios": "^0.21.3",
"classnames": "^2.2.5",
"marked": "^2.1.3",
"query-string": "^7.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,17 @@ exports[`CVEDetailsPageSidebar component should render correctly 1`] = `
positionModifiers={
Object {
"bottom": "pf-m-bottom",
"bottom-end": "pf-m-bottom-right",
"bottom-start": "pf-m-bottom-left",
"left": "pf-m-left",
"left-end": "pf-m-left-bottom",
"left-start": "pf-m-left-top",
"right": "pf-m-right",
"right-end": "pf-m-right-bottom",
"right-start": "pf-m-right-top",
"top": "pf-m-top",
"top-end": "pf-m-top-right",
"top-start": "pf-m-top-left",
}
}
trigger={
Expand Down Expand Up @@ -669,9 +677,17 @@ exports[`CVEDetailsPageSidebar component should render correctly 1`] = `
positionModifiers={
Object {
"bottom": "pf-m-bottom",
"bottom-end": "pf-m-bottom-right",
"bottom-start": "pf-m-bottom-left",
"left": "pf-m-left",
"left-end": "pf-m-left-bottom",
"left-start": "pf-m-left-top",
"right": "pf-m-right",
"right-end": "pf-m-right-bottom",
"right-start": "pf-m-right-top",
"top": "pf-m-top",
"top-end": "pf-m-top-right",
"top-start": "pf-m-top-left",
}
}
trigger={
Expand Down Expand Up @@ -1121,9 +1137,17 @@ exports[`CVEDetailsPageSidebar component should render correctly 1`] = `
positionModifiers={
Object {
"bottom": "pf-m-bottom",
"bottom-end": "pf-m-bottom-right",
"bottom-start": "pf-m-bottom-left",
"left": "pf-m-left",
"left-end": "pf-m-left-bottom",
"left-start": "pf-m-left-top",
"right": "pf-m-right",
"right-end": "pf-m-right-bottom",
"right-start": "pf-m-right-top",
"top": "pf-m-top",
"top-end": "pf-m-top-right",
"top-start": "pf-m-top-left",
}
}
trigger={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,17 @@ exports[`SnippetWithHeaderAndPopover Should render with title and label and Tool
positionModifiers={
Object {
"bottom": "pf-m-bottom",
"bottom-end": "pf-m-bottom-right",
"bottom-start": "pf-m-bottom-left",
"left": "pf-m-left",
"left-end": "pf-m-left-bottom",
"left-start": "pf-m-left-top",
"right": "pf-m-right",
"right-end": "pf-m-right-bottom",
"right-start": "pf-m-right-top",
"top": "pf-m-top",
"top-end": "pf-m-top-right",
"top-start": "pf-m-top-left",
}
}
trigger={
Expand Down Expand Up @@ -225,9 +233,17 @@ exports[`SnippetWithHeaderAndPopover Should render with title and label only 1`]
positionModifiers={
Object {
"bottom": "pf-m-bottom",
"bottom-end": "pf-m-bottom-right",
"bottom-start": "pf-m-bottom-left",
"left": "pf-m-left",
"left-end": "pf-m-left-bottom",
"left-start": "pf-m-left-top",
"right": "pf-m-right",
"right-end": "pf-m-right-bottom",
"right-start": "pf-m-right-top",
"top": "pf-m-top",
"top-end": "pf-m-top-right",
"top-start": "pf-m-top-left",
}
}
trigger={
Expand Down Expand Up @@ -370,9 +386,17 @@ exports[`SnippetWithHeaderAndPopover Should render without params 1`] = `
positionModifiers={
Object {
"bottom": "pf-m-bottom",
"bottom-end": "pf-m-bottom-right",
"bottom-start": "pf-m-bottom-left",
"left": "pf-m-left",
"left-end": "pf-m-left-bottom",
"left-start": "pf-m-left-top",
"right": "pf-m-right",
"right-end": "pf-m-right-bottom",
"right-start": "pf-m-right-top",
"top": "pf-m-top",
"top-end": "pf-m-top-right",
"top-start": "pf-m-top-left",
}
}
trigger={
Expand Down
Loading